Salome HOME
topo2vol: use CEA repository
[tools/sat_salome.git] / products / topo2volmesh.pyconf
index 6bab1f5e8ed26e512f47fe796090f2b3795ad1e7..7c0f722e27449a87a154ca08a87e2e4ae5ba790a 100644 (file)
@@ -3,7 +3,12 @@ default :
     name : "topo2volmesh"
     build_source : "script"
     compil_script :  $name + $VARS.scriptExtension
-    get_source : "archive"
+    get_source : "git"
+    git_info:
+    {
+        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/top_ii_mesh.git"
+        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + /top_ii_mesh.git"
+    }
     system_info :
     {
         rpm : []
@@ -27,8 +32,3 @@ default :
       single_install_dir : "yes"
     }
 }
-
-version_1_3_0:
-{
-   compil_script : "topo2volmesh-1.3.0.sh"
-}