Salome HOME
Issue #317: Add Help Menu
[modules/shaper.git] / src / SHAPERGUI / resources / SalomeApp.xml.in
diff --git a/src/SHAPERGUI/resources/SalomeApp.xml.in b/src/SHAPERGUI/resources/SalomeApp.xml.in
new file mode 100644 (file)
index 0000000..ef7b146
--- /dev/null
@@ -0,0 +1,43 @@
+<!--
+  Copyright (C) 2005-2013  OPEN CASCADE
+
+  This library is free software; you can redistribute it and/or
+  modify it under the terms of the GNU Lesser General Public
+  License as published by the Free Software Foundation; either
+  version 2.1 of the License.
+
+  This library is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  Lesser General Public License for more details.
+
+  You should have received a copy of the GNU Lesser General Public
+  License along with this library; if not, write to the Free Software
+  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+
+  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+
+-->
+<document>
+  <section name="launch">
+    <!-- SALOME launching parameters -->
+    <parameter name="modules"    value="GEOM,SMESH,HEXABLOCK,MED,YACS,PARAVIS,SHAPER"/>
+  </section>
+  <section name="SHAPER">
+    <!-- Major module parameters -->
+    <parameter name="name" value="Shaper"/>
+    <parameter name="icon" value="shaper.png"/>
+    <parameter name="version" value="@SHAPER_Version@"/>
+    <parameter name="documentation" value="shaper_help"/>
+  </section>
+  <section name="shaper_help" >
+    <parameter name="sub_menu"          value="%1 module"/>
+    <parameter name="Developer's Guide" value="%SHAPER_ROOT_DIR%/share/doc/salome/tui/SHAPER/index.html"/>
+    <parameter name="User's Guide"      value="%SHAPER_ROOT_DIR%/share/doc/salome/gui/SHAPER/index.html"/>
+
+  </section>
+  <section name="resources">
+    <!-- Module resources -->
+    <parameter name="SHAPER" value="%SHAPER_ROOT_DIR%/share/salome/resources/shaper"/>
+  </section>
+</document>