mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 10:08:35 +05:00
6001bdbaa6
Modification of resource files location in "build" and "installation" directories. Now resource files are placed in share/salome/resources/<module_name>. Various configuration files (configure.in.base, make_module/conclude/commence, etc.) are changed.
18 lines
597 B
XML
18 lines
597 B
XML
<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/geom"/>
|
|
</section>
|
|
<section name="Geometry" >
|
|
<!-- Other module preferences -->
|
|
<parameter name="SettingsGeomStep" value="10" />
|
|
<parameter name="display_mode" value="0" />
|
|
<parameter name="shading_color" value="255, 255, 0" />
|
|
</section>
|
|
</document>
|