mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-25 18:22:04 +05:00
Improve modules configuration an launching procedure:
- split SalomeApp.xml file to have own copy for each module
This commit is contained in:
parent
6656789951
commit
30fc5f445b
@ -21,6 +21,7 @@ GEOM_en.xml \
|
||||
GEOM_fr.xml \
|
||||
GEOM.config \
|
||||
GEOMCatalog.xml \
|
||||
SalomeApp.xml \
|
||||
GEOMDS_Resources \
|
||||
ImportExport \
|
||||
ShHealing \
|
||||
|
11
resources/SalomeApp.xml
Normal file
11
resources/SalomeApp.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<document>
|
||||
<section name="GEOM">
|
||||
<!-- Major module parameters -->
|
||||
<parameter name="name" value="Geometry"/>
|
||||
<parameter name="icon" value="ModuleGeom.png"/>
|
||||
</section>
|
||||
<section name="resources">
|
||||
<!-- Module resources -->
|
||||
<parameter name="GEOM" value="${GEOM_ROOT_DIR}/share/salome/resources"/>
|
||||
</section>
|
||||
</document>
|
Loading…
x
Reference in New Issue
Block a user