Statistics
| Revision:

gvsig-vectorediting / org.gvsig.vectorediting.symmetry / trunk / org.gvsig.vectorediting.symmetry / org.gvsig.vectorediting.symmetry.app / org.gvsig.vectorediting.symmetry.app.mainplugin / src / main / resources-plugin / config.xml @ 1554

History | View | Annotate | Download (1.65 KB)

1 122 llmarques
<?xml version="1.0" encoding="ISO-8859-1"?>
2 1127 fdiaz
<!-- gvSIG. Desktop Geographic Information System. Copyright (C) 2007-2013
3
        gvSIG Association. This program is free software; you can redistribute it
4
        and/or modify it under the terms of the GNU General Public License as published
5
        by the Free Software Foundation; either version 3 of the License, or (at
6
        your option) any later version. This program is distributed in the hope that
7
        it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
8
        of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
9
        Public License for more details. You should have received a copy of the GNU
10
        General Public License along with this program; if not, write to the Free
11
        Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
12
        USA. For any additional information, do not hesitate to contact us at info
13 122 llmarques
        AT gvsig.com, or visit our website www.gvsig.com. -->
14
<plugin-config>
15
        <depends plugin-name="org.gvsig.vectorediting.app.mainplugin" />
16
        <resourceBundle name="text" />
17
        <libraries library-dir="lib" />
18
        <extensions>
19
                <extension class-name="org.gvsig.vectorediting.app.mainplugin.ServiceExtension"
20
                        description="" active="true" priority="1">
21
22
                        <action name="modify-symmetry" label="modify_symmetry"
23 200 llmarques
                tooltip="modify_symmetry" position="601002400" action-command="modify-symmetry"
24 122 llmarques
                icon="modify-symmetry" accelerator="" />
25
26 181 llmarques
                        <menu text="Layer/Modify/modify_symmetry" name="modify-symmetry" />
27 122 llmarques
28 1127 fdiaz
                        <tool-bar name="vector_editing" position="4000">
29 122 llmarques
                                <selectable-tool name="modify-symmetry" />
30
                        </tool-bar>
31
32
                </extension>
33
        </extensions>
34
</plugin-config>