Salome HOME
spns #40779: implement git multiserver approach: tuleap, github, gitpub
[tools/sat_salome.git] / products / XDATA.pyconf
index 12d1fe674537e0483b808edc2d51bb4620b49a47..1f5c0fcf33a5bc3af45214e3bd99f0e2fd35cf28 100644 (file)
@@ -1,3 +1,27 @@
+default :
+{
+    name : "XDATA"
+    build_source : "cmake"
+    get_source : "git"
+    git_info:
+    {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "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"