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 @ 23

History | View | Annotate | Download (2.4 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!--
3

4
    gvSIG. Desktop Geographic Information System.
5

6
    Copyright (C) 2007-2013 gvSIG Association.
7

8
    This program is free software; you can redistribute it and/or
9
    modify it under the terms of the GNU General Public License
10
    as published by the Free Software Foundation; either version 3
11
    of the License, or (at your option) any later version.
12

13
    This program is distributed in the hope that it will be useful,
14
    but WITHOUT ANY WARRANTY; without even the implied warranty of
15
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
    GNU General Public License for more details.
17

18
    You should have received a copy of the GNU General Public License
19
    along with this program; if not, write to the Free Software
20
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
21
    MA  02110-1301, USA.
22

23
    For any additional information, do not hesitate to contact us
24
    at info AT gvsig.com, or visit our website www.gvsig.com.
25
-->
26
<plugin-config>
27
        <depends plugin-name="org.gvsig.app.mainplugin" />
28
        <resourceBundle name="text"/>
29
        <libraries library-dir="lib"/>
30
        <extensions>
31
                <extension class-name="org.gvsig.vectorediting.app.mainplugin.extensions.EditingExtension"
32
                        description=""
33
                        active="true"
34
                        priority="1">
35
                        
36
                    <action 
37
                        name= "VectorEditing"
38
                        label="Start_edit"
39
                        tooltip="Strat_edit"
40
                        action-command="start_edit" 
41
                        icon="tools-show-fortune-cookie"
42
                        position="001009000000"
43
                        accelerator=""
44
                    />
45
        
46
                        <menu 
47
                                text="tools/start_edit/start_edit"
48
                                name="start_edit"
49
                        />
50
                        
51
                        <tool-bar name="Vector editing" position="1">
52
                        <action-tool name="VectorEditing"/>
53
                      </tool-bar>
54
                      
55
                </extension>
56
                <extension class-name="org.gvsig.vectorediting.app.mainplugin.extensions.InsertPointExtension"
57
                        description=""
58
                        active="true"
59
                        priority="1">
60
                        
61
                    <action 
62
                        name= "InsertPoint"
63
                        label="Insert_point"
64
                        tooltip="insert_point"
65
                        action-command="insert_point" 
66
                        icon="tools-show-fortune-cookie"
67
                        position="001009000100"
68
                        accelerator=""
69
                    />
70
        
71
                        <menu 
72
                                text="tools/insert_point"
73
                                name="insert_point"
74
                        />
75
                        
76
                        <tool-bar name="Insert Point" position="1">
77
                        <action-tool name="InsertPoint"/>
78
                      </tool-bar>
79
                      
80
                </extension>
81
                                
82
        </extensions>
83
        
84
</plugin-config>