Salome HOME
remove PARAVIS and SOLVERLAB patches - do not compile NodeEditor ParaView plugin
[tools/sat_salome.git] / products / RESTRICTED.pyconf
1 default :
2 {
3     name : "RESTRICTED"
4     get_source : "git"
5     git_info:
6     {
7         repo : $PROJECTS.projects.salome.git_info.default_git_server + "restricted.git"
8         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "restricted.git"
9     }
10     environ :
11     {
12         launch : {RESTRICTED_ROOT_DIR : $source_dir}
13     }
14     depend : [ ]
15     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
16     properties :
17     {
18         compilation : "no"
19         not_in_package : "yes"
20     }
21     patches : []
22 }