From: gdd Date: Tue, 26 Jun 2012 13:34:33 +0000 (+0000) Subject: Update the template for the SalomeApp.xml file (to take into account recent changes... X-Git-Tag: V6_6_0a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=83a7c3b2107467622cafb5ade366608ae87ed1c0;p=tools%2Fyacsgen.git 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 --- 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)