From: Nabil Ghodbane Date: Wed, 16 Feb 2022 10:01:47 +0000 (+0100) Subject: spns #29109: add default section to XDATA X-Git-Tag: V9_9_0~171 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e490b9121b3e5894677bafce5abf765168df57d7;p=tools%2Fsat_salome.git spns #29109: add default section to XDATA --- 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"