0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

remove resources of plugins
This commit is contained in:
eap 2012-03-11 14:25:37 +00:00
parent 5113201233
commit b4fbb4655f

View File

@ -103,14 +103,5 @@
<!-- Module resources -->
<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"/>
<parameter name="BLSURFPlugin" value="%BLSURFPlugin_ROOT_DIR%/share/salome/resources"/>
<parameter name="HexoticPlugin" value="%HexoticPLUGIN_ROOT_DIR%/share/salome/resources/hexoticplugin"/>
<parameter name="GHS3DPRLPlugin" value="%GHS3DPRLPLUGIN_ROOT_DIR%/share/salome/resources"/>
</section>
</document>