From 3692c1514ce878b543503d91fdb6c04f0b40b542 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 20 Apr 2006 13:44:37 +0000 Subject: [PATCH] Improve modules configuration an launching procedure: - split SalomeApp.xml file to have own copy for each module --- Makefile.in | 3 ++- resources/SalomeApp.xml | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 resources/SalomeApp.xml diff --git a/Makefile.in b/Makefile.in index 504e999..ca3a461 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 index 0000000..dde8c9d --- /dev/null +++ b/resources/SalomeApp.xml @@ -0,0 +1,11 @@ + +
+ + + +
+
+ + +
+
-- 2.39.2