Salome HOME
Adding DE to standard GUI, and minor Python 3 correction
[modules/adao.git] / resources / SalomeApp.xml
index fc882c150927e33c145c2ef661eee4a402a5e24f..c365044e3daed401ffe7470dbd4e7a371fd85134 100644 (file)
@@ -1,11 +1,41 @@
+<!--
+  Copyright (C) 2008-2018 EDF R&D
+
+  This file is part of SALOME ADAO module
+
+  This library is free software; you can redistribute it and/or
+  modify it under the terms of the GNU Lesser General Public
+  License as published by the Free Software Foundation; either
+  version 2.1 of the License.
+
+  This library is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  Lesser General Public License for more details.
+
+  You should have received a copy of the GNU Lesser General Public
+  License along with this library; if not, write to the Free Software
+  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+
+  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+
+  Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D
+-->
 <document>
-  <section name="DATASSIM">
+  <section name="ADAO">
     <!-- Major module parameters -->
-    <parameter name="name"    value="DATASSIM"/>
-    <parameter name="library" value="SalomePyQtGUI"/>
+    <parameter name="name"          value="ADAO"/>
+    <parameter name="icon"          value="ADAO.png"/>
+    <parameter name="library"       value="SalomePyQtGUI"/>
+    <parameter name="documentation" value="adao_help"/>
+    <parameter name="version"       value="9.2.0"/>
   </section>
   <section name="resources">
     <!-- Module resources -->
-    <parameter name="DATASSIM" value="${DATASSIM_ROOT_DIR}/share/salome/resources/datassim"/>
+    <parameter name="ADAO" value="${ADAO_ROOT_DIR}/share/salome/resources/adao"/>
+  </section>
+  <section name="adao_help">
+    <parameter name="User's Guide/%1 module/(EN) User's Guide"           value="${ADAO_ROOT_DIR}/share/doc/salome/gui/ADAO/en/index.html"/>
+    <parameter name="User's Guide/%1 module/(FR) Guide de l'utilisateur" value="${ADAO_ROOT_DIR}/share/doc/salome/gui/ADAO/fr/index.html"/>
   </section>
 </document>