From e490b9121b3e5894677bafce5abf765168df57d7 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Wed, 16 Feb 2022 11:01:47 +0100 Subject: [PATCH] spns #29109: add default section to XDATA --- products/XDATA.pyconf | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/products/XDATA.pyconf b/products/XDATA.pyconf index 12d1fe6..ec59266 100644 --- a/products/XDATA.pyconf +++ b/products/XDATA.pyconf @@ -1,3 +1,29 @@ +default : +{ + name : "XDATA" + build_source : "cmake" + get_source : "git" + git_info: + { + repo : "https://codev-tuleap.cea.fr/plugins/git/oscar/xdata.git" + repo_dev : "https://codev-tuleap.cea.fr/plugins/git/oscar/xdata.git" + + } + environ : + { + env_script : $name + ".py" + } + depend : [Python, omniORB, boost, cppunit, PyQt, KERNEL] + type : "salome" + source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name + build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name + properties: + { + is_SALOME_module : "yes" + incremental: "yes" + } +} + version_0_9_11 : { name : "XDATA" -- 2.39.2