mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-24 01:12:05 +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_fr.xml \
|
||||||
GEOM.config \
|
GEOM.config \
|
||||||
GEOMCatalog.xml \
|
GEOMCatalog.xml \
|
||||||
|
SalomeApp.xml \
|
||||||
GEOMDS_Resources \
|
GEOMDS_Resources \
|
||||||
ImportExport \
|
ImportExport \
|
||||||
ShHealing \
|
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