Salome HOME
Implementation of ACISPLUGIN as a GEOM plugin (added files)
[plugins/acisplugin.git] / resources / ACISPlugin.xml
1 <?xml version='1.0' encoding='us-ascii'?>
2 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
3 <!--
4   Copyright (C) 2014  CEA/DEN, EDF R&D, OPEN CASCADE
5
6   This library is free software; you can redistribute it and/or
7   modify it under the terms of the GNU Lesser General Public
8   License as published by the Free Software Foundation; either
9   version 2.1 of the License, or (at your option) any later version.
10
11   This library is distributed in the hope that it will be useful,
12   but WITHOUT ANY WARRANTY; without even the implied warranty of
13   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14   Lesser General Public License for more details.
15
16   You should have received a copy of the GNU Lesser General Public
17   License along with this library; if not, write to the Free Software
18   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19
20   See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21
22 -->
23
24 <!--  GUI customization for GEOM component  -->
25
26 <geom-plugins>
27
28   <geom-plugin name="ACISPlugin"
29                server-lib="ACISPluginEngine"
30                gui-lib="ACISPluginGUI">
31     <actions>
32       <action label="Import_ACIS"
33               menu="FILE/IMPORT:10/IMPORTACIS"
34               status-bar="IMPORTACIS">
35       </action>
36       <action label="Export_ACIS"
37               menu="FILE/EXPORT:10/EXPORTACIS"
38               status-bar="EXPORTACIS">
39       </action>
40     </actions>
41   </geom-plugin>
42
43 </geom-plugins>