mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-28 08:20:33 +05:00
PAL13397: Upper case characters in SMESH plugins. Now both variants of environment variable (upper case and case sensitive) are automatically available for NETGEN and GHS3D plugins.
This commit is contained in:
parent
0468bfa232
commit
95814cfa9f
@ -41,7 +41,13 @@
|
||||
</section>
|
||||
<section name="resources">
|
||||
<!-- Module resources -->
|
||||
<parameter name="SMESH" value="${SMESH_ROOT_DIR}/share/salome/resources/smesh"/>
|
||||
<parameter name="StdMeshers" value="${SMESH_ROOT_DIR}/share/salome/resources/smesh"/>
|
||||
<parameter name="SMESH" value="${SMESH_ROOT_DIR}/share/salome/resources/smesh"/>
|
||||
<parameter name="StdMeshers" value="${SMESH_ROOT_DIR}/share/salome/resources/smesh"/>
|
||||
<!-- NETGENPlugin and GHS3DPlugin -->
|
||||
<!-- Here the environment variables are used as case-sensitive, -->
|
||||
<!-- In GUI/src/SalomeApp/resources/SalomeApp.xml upper-case notation is used. -->
|
||||
<!-- As a result, both variants are acceptable. -->
|
||||
<parameter name="NETGENPlugin" value="${NETGENPlugin_ROOT_DIR}/share/salome/resources/netgenplugin"/>
|
||||
<parameter name="GHS3DPlugin" value="${GHS3DPlugin_ROOT_DIR}/share/salome/resources/ghs3dplugin"/>
|
||||
</section>
|
||||
</document>
|
||||
|
Loading…
Reference in New Issue
Block a user