From 83a7c3b2107467622cafb5ade366608ae87ed1c0 Mon Sep 17 00:00:00 2001 From: gdd Date: Tue, 26 Jun 2012 13:34:33 +0000 Subject: [PATCH] Update the template for the SalomeApp.xml file (to take into account recent changes about the documentation) TODO: take into account version of a module --- module_generator/gui_tmpl.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/module_generator/gui_tmpl.py b/module_generator/gui_tmpl.py index 6c9edb3..4cfc9fa 100644 --- a/module_generator/gui_tmpl.py +++ b/module_generator/gui_tmpl.py @@ -39,10 +39,15 @@ pysalomeapp=""" +
+
+ + +
""" pysalomeapp=Template(pysalomeapp) @@ -78,10 +83,15 @@ cppsalomeapp="""
+
+
+ + +
""" cppsalomeapp=Template(cppsalomeapp) -- 2.39.2