Salome HOME
spns #40779: implement git multiserver approach: tuleap, github, gitpub
[tools/sat_salome.git] / products / HEXABLOCKPLUGIN.pyconf
index 76c4fe57d107f1fbae9954b4334352588b6e1324..628ef0adc095815c5adab853c383b2ba40d95bee 100644 (file)
@@ -5,27 +5,20 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "plugins/hexablockplugin.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "hexablockplugin.git"
+      repositories :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/hexablockplugin.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "hexablockplugin.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "plugins/hexablockplugin.git"
+      }
     }
     environ :
     {
-        SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "hexablock"
+        SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "hexablockplugin"
     }
     depend : [
-       "KERNEL", 
-       "GUI", 
-       "GEOM", 
-       "MEDCOUPLING", 
        "SMESH", 
-       "HEXABLOCK", 
-       "Python", 
-       "qt", 
-       "boost", 
-       "CAS", 
-       "hdf5", 
-       "omniORB", 
-       "ParaView"
+       "HEXABLOCK"
               ]
     build_depend : ["cmake"]
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name