]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Renaud's patch for the SalomeApp.
authorSergey BELASH <belash.sergey@opencascade.com>
Fri, 12 Sep 2014 12:41:37 +0000 (16:41 +0400)
committerSergey BELASH <belash.sergey@opencascade.com>
Fri, 12 Sep 2014 12:41:37 +0000 (16:41 +0400)
src/NewGeom/CMakeLists.txt
src/NewGeom/resources/SalomeApp.xml [new file with mode: 0644]

index 9fc3e6b6afe27bc654cf72c14a2c8e45efda5d2f..765b727140c55cf18cd0ba388f2886f11dd7a9b1 100644 (file)
@@ -22,6 +22,7 @@ SET(PROJECT_SOURCES
 
 SET(PROJECT_RESOURCES
        resources/LightApp.xml
+       resources/SalomeApp.xml
        resources/newgeom.png
 )
 
diff --git a/src/NewGeom/resources/SalomeApp.xml b/src/NewGeom/resources/SalomeApp.xml
new file mode 100644 (file)
index 0000000..db530bd
--- /dev/null
@@ -0,0 +1,31 @@
+<!--
+  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="NewGeom">
+    <!-- Major module parameters -->
+    <parameter name="name" value="NewGeom"/>
+    <parameter name="icon" value="newgeom.png"/>
+  </section>
+  <section name="resources">
+    <!-- Module resources -->
+    <parameter name="NewGeom" value="${NEWGEOM_ROOT_DIR}/share/salome/resources/newgeom"/>
+  </section>
+</document>