Salome HOME
Correct misprint
[modules/shaper.git] / src / GDMLPlugin / plugin-GDML.xml
index 91cf138c3f92f28c1503c49e8af1e3578a0dd386..66bc4a0cf1131209c365d337c8f358afa2750258 100644 (file)
@@ -1,15 +1,35 @@
-<!-- Copyright (C) 2014-2016 CEA/DEN, EDF R&D -->
+<!--
+Copyright (C) 2014-2017  CEA/DEN, EDF R&D
 
-<!-- File:        plugin-GDML.xml -->
-<!-- Created:     23 Nov 2016 -->
-<!-- Author:      Clarisse Genrault (CEA) -->
+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, or (at your option) any later version.
 
-<plugin> 
+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<mailto:webmaster.salome@opencascade.com>
+-->
+
+<plugin>
   <workbench id="GDML" document="Part">
     <group id="GDML">
-      <feature id="ConeSegment" title="Cone Segment" tooltip="Create a Cone Segment" icon="icons/GDML/cone_segment.png">
+      <feature id="ConeSegment" title="Cone segment" tooltip="Create a GDML Cone Segment" icon="icons/GDML/cone_segment.png"
+               helpfile="GDMLPlugin/coneFeature.html">
         <source path="conesegment_widget.xml"/>
       </feature>
+      <feature id="Ellipsoid" title="Ellipsoid" tooltip="Create a GDML Ellipsoid" icon="icons/GDML/ellipsoid.png"
+               helpfile="GDMLPlugin/ellipsoidFeature.html">
+        <source path="ellipsoid_widget.xml"/>
+      </feature>
     </group>
   </workbench>
 </plugin>