Salome HOME
Copyright update 2022
[tools/yacsgen.git] / module_generator / mod_tmpl.py
index 2387e5c49377da0a3bbbbba7069535758f3446f7..a48c5b12056a940d3b5e1ff03076a7cf5099de69 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2019  EDF R&D
+# Copyright (C) 2009-2022  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -27,6 +27,9 @@ application="""
 <prerequisites path="${prerequisites}"/>
 <context path="${context}"/>
 ${resources}
+<env_modules>
+${env_modules}
+</env_modules>
 <modules>
 ${modules}
 </modules>