]> SALOME platform Git repositories - samples/sierpinsky.git/commitdiff
Salome HOME
Improve modules configuration an launching procedure: T3_2_0b1_pre1
authorvsr <vsr@opencascade.com>
Thu, 20 Apr 2006 13:44:37 +0000 (13:44 +0000)
committervsr <vsr@opencascade.com>
Thu, 20 Apr 2006 13:44:37 +0000 (13:44 +0000)
- split SalomeApp.xml file to have own copy for each module

Makefile.in
resources/SalomeApp.xml [new file with mode: 0644]

index 504e999745d476db06e8b159a2e52c77b0eb0b6a..ca3a4613482f718519609e4709a1b216b46d676e 100644 (file)
@@ -20,7 +20,8 @@ RESOURCES_FILES = \
        SIERPINSKY.png \
        go.png \
        graph1.xml \
-       graph2.xml
+       graph2.xml \
+       SalomeApp.xml
 
 BIN_SCRIPT = VERSION
 
diff --git a/resources/SalomeApp.xml b/resources/SalomeApp.xml
new file mode 100644 (file)
index 0000000..dde8c9d
--- /dev/null
@@ -0,0 +1,11 @@
+<document>
+  <section name="SIERPINSKY">
+    <!-- Major module parameters -->
+    <parameter name="name" value="Sierpinsky"/>
+    <parameter name="icon" value="SIERPINSKY.png"/>
+  </section>
+  <section name="resources">
+    <!-- Module resources -->
+    <parameter name="SIERPINSKY" value="${SIERPINSKY_ROOT_DIR}/share/salome/resources"/>
+  </section>
+</document>