Salome HOME
spns #42014: add mmgplugin
[tools/sat_salome.git] / products / CONFIGURATION.pyconf
1 default :
2 {
3     name : "CONFIGURATION"
4     get_source : "git"
5     git_info:
6     {
7       repositories :
8       {
9         tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/configuration.git"
10         github : $PROJECTS.projects.salome.git_info.git_server.github.url + "configuration.git"
11         gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "tools/configuration.git"
12       }
13     }
14     depend : [ ]
15     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
16     properties :
17     {
18         compilation : "no"
19         configure_dependency : "yes"  # the source of this module is required for the configuration of salome
20         is_SALOME_module : "yes"
21         sources_in_package : "yes"
22         incremental: "yes"
23     }
24
25     patches : []
26 }
27
28 version_V9_10_0_FD37 :
29 {
30   patches: ['SPNS-32377-CONFIGURATION-V9_10_0.patch']
31 }
32
33 version_V9_9_0_FD36 :
34 {
35   patches: ['SPNS-29988-CONFIGURATION-V9_9_0.patch']
36 }
37
38 version_V9_2_0_CO8 :
39 {
40   patches: ['SPNS-32926-CONFIGURATION-V9_2_0.FindXDR.patch', 'SPNS-32926-CONFIGURATION-V9_2_0.XDATA.patch']
41 }
42
43 version_V9_2_0_DB10 :
44 {
45   patches: ['SPNS-32926-CONFIGURATION-V9_2_0.XDATA.patch']
46 }
47