Salome HOME
PAL13397: Upper case characters in SMESH plugins. Now both variants of environment...
authorjfa <jfa@opencascade.com>
Thu, 5 Oct 2006 07:31:50 +0000 (07:31 +0000)
committerjfa <jfa@opencascade.com>
Thu, 5 Oct 2006 07:31:50 +0000 (07:31 +0000)
resources/SalomeApp.xml

index 4125b6ca2937c3c1d51d78f00d2f3f19bc10846b..0c4b44de6c6a2d879219bfa1b3ee37e247dba673 100644 (file)
   </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>