Statistics
| Revision:

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

History | View | Annotate | Download (2.1 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!-- 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
        AT gvsig.com, or visit our website www.gvsig.com. -->
14
<plugin-config>
15
        <depends plugin-name="org.gvsig.app.mainplugin" />
16
        <resourceBundle name="text" />
17
        <libraries library-dir="lib" />
18
        <extensions>
19
                <extension
20
                        class-name="org.gvsig.vectorediting.app.mainplugin.extensions.EditingExtension"
21
                        description="" active="true" priority="1">
22

    
23
                        <action name="VectorEditing" label="Start_edit" tooltip="Strat_edit"
24
                                action-command="start_edit" icon="vector-editing" position="302001000"
25
                                accelerator="" />
26

    
27
                        <menu text="tools/start_edit/start_edit" name="start_edit" />
28

    
29
                        <tool-bar name="Vector editing" position="1">
30
                                <action-tool name="VectorEditing" />
31
                        </tool-bar>
32

    
33
                </extension>
34
                <extension
35
                        class-name="org.gvsig.vectorediting.app.mainplugin.extensions.InsertPointExtension"
36
                        description="" active="true" priority="1">
37

    
38
                        <action name="InsertPoint" label="Insert_point" tooltip="insert_point"
39
                                action-command="insert_point" icon="layer-insert-point" position="302001000"
40
                                accelerator="" />
41

    
42
                        <menu text="tools/insert_point" name="insert_point" />
43

    
44
                        <tool-bar name="Insert Point" position="1">
45
                                <selectable-tool name="InsertPoint" />
46
                        </tool-bar>
47

    
48
                </extension>
49

    
50
        </extensions>
51

    
52
</plugin-config>