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

History | View | Annotate | Download (2.71 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
24
                                name="start-edit"
25
                                label="_Start_edit"
26
                                tooltip="_Start_edit"
27
                                position="600800000"
28
                                action-command="start_edit"
29
                                icon="vector-editing"
30
                                accelerator=""
31
                        />
32

    
33
                        <menu
34
                                name="start-edit"
35
                                text="Layer/start_edit"
36
                        />
37

    
38
                        <tool-bar name="vector_editing" position="600800000">
39
                                <action-tool name="start-edit" />
40
                        </tool-bar>
41

    
42
                </extension>
43
                <extension
44
                        class-name="org.gvsig.vectorediting.app.mainplugin.extensions.InsertPointExtension"
45
                        description="" active="true" priority="1">
46

    
47
                        <action
48
                                name="insert-point"
49
                                label="_Insert_point"
50
                                tooltip="_Insert_point"
51
                                action-command="insert-point"
52
                                icon="layer-insert-point"
53
                                position="601002000"
54
                                accelerator=""
55
                        />
56

    
57
                        <menu text="Layer/Insert/insert_point" name="insert-point" />
58

    
59
                        <tool-bar name="vector_editing" position="601002000">
60
                                <selectable-tool name="insert-point" />
61
                        </tool-bar>
62

    
63
                </extension>
64

    
65
                <extension
66
                        class-name="org.gvsig.vectorediting.app.mainplugin.extensions.Circle2PExtension"
67
                        description="" active="true" priority="1">
68

    
69
                        <action
70
                                name="insert-circle-2p"
71
                                label="_Insert_circle_2P"
72
                                tooltip="insert_circle_2P"
73
                                position="601002100"
74
                                action-command="insert-circle-2p"
75
                                icon="layer-insert-circle"
76
                                accelerator=""
77
                        />
78

    
79
                        <menu text="Layer/Insert/insert_circle" name="insert-circle-2p" />
80

    
81
                        <tool-bar name="vector_editing" position="601002100">
82
                                <selectable-tool name="insert-circle-2p" />
83
                        </tool-bar>
84

    
85
                </extension>
86

    
87

    
88
        </extensions>
89

    
90
</plugin-config>