]> SALOME platform Git repositories - tools/sat_salome.git/blobdiff - products/pmml.pyconf
Salome HOME
bos #18709: gmshplugin
[tools/sat_salome.git] / products / pmml.pyconf
index 6acfbb1fc7ae5155605e4b76662249e3d1162c90..8f9e1719821d786e9258c0462c8dbc77c26d2ba5 100644 (file)
@@ -5,8 +5,8 @@ default :
     get_source : "git"
     git_info :
     {
-        repo : "https://codev-tuleap.cea.fr/plugins/git/salome/" $name + ".git"
-        repo_dev : $repo
+        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "pmml.git"
+        repo     : $repo_dev
     }
     environ :
     {
@@ -18,4 +18,18 @@ default :
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
     install_dir : 'base'
+    properties :
+    {
+      incremental : "yes"
+      single_install_dir : "no"
+    }
+}
+
+default_win :
+{
+    properties :
+    {
+      incremental : "yes"
+      single_install_dir : "yes"
+    }
 }