Revision 80 org.gvsig.vectorediting/trunk/org.gvsig.vectorediting/org.gvsig.vectorediting.app/org.gvsig.vectorediting.app.mainplugin/src/main/resources-plugin/config.xml

View differences:

config.xml
1 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
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 13
	AT gvsig.com, or visit our website www.gvsig.com. -->
14 14
<plugin-config>
15 15
	<depends plugin-name="org.gvsig.app.mainplugin" />
......
20 20
			class-name="org.gvsig.vectorediting.app.mainplugin.extensions.EditingExtension"
21 21
			description="" active="true" priority="1">
22 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
			/>
23
			<action name="start-edit" label="_Start_edit" tooltip="_Start_edit"
24
				position="600800000" action-command="start_edit" icon="vector-editing"
25
				accelerator="" />
32 26

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

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

  
42 33
		</extension>
43
		
34

  
44 35
		<extension
45 36
			class-name="org.gvsig.vectorediting.app.mainplugin.extensions.EndEditingExtension"
46 37
			description="" active="true" priority="1">
47 38

  
48
			<action
49
				name="end-edit"
50
				label="_End_edit"
51
				tooltip="_End_edit"
52
				position="600800000"
53
				action-command="end_edit"
54
				icon="vector-editing"
55
				accelerator=""
56
			/>
39
			<action name="end-edit" label="_End_edit" tooltip="_End_edit"
40
				position="600800000" action-command="end_edit" icon="vector-editing"
41
				accelerator="" />
57 42

  
58
			<menu
59
				name="end-edit"
60
				text="Layer/end_edit"
61
			/>
43
			<menu name="end-edit" text="Layer/end_edit" />
62 44

  
63 45
			<tool-bar name="vector_editing" position="600800100">
64 46
				<action-tool name="end-edit" />
......
69 51
			class-name="org.gvsig.vectorediting.app.mainplugin.extensions.InsertPointExtension"
70 52
			description="" active="true" priority="1">
71 53

  
72
			<action
73
				name="insert-point"
74
				label="_Insert_point"
75
				tooltip="_Insert_point"
76
				action-command="insert-point"
77
				icon="layer-insert-point"
78
				position="601002000"
79
				accelerator=""
80
			/>
54
			<action name="insert-point" label="_Insert_point" tooltip="_Insert_point"
55
				action-command="insert-point" icon="layer-insert-point" position="601002000"
56
				accelerator="" />
81 57

  
82 58
			<menu text="Layer/Insert/insert_point" name="insert-point" />
83 59

  
......
91 67
			class-name="org.gvsig.vectorediting.app.mainplugin.extensions.CircleCRExtension"
92 68
			description="" active="true" priority="1">
93 69

  
94
			<action
95
				name="insert-circle-cr"
96
				label="_Insert_circle_CR"
97
				tooltip="insert_circle_CR"
98
				position="601002100"
99
				action-command="insert-circle-cr"
100
				icon="layer-insert-circle"
101
				accelerator=""
102
			/>
70
			<action name="insert-circle-cr" label="_Insert_circle_CR"
71
				tooltip="insert_circle_CR" position="601002100" action-command="insert-circle-cr"
72
				icon="layer-insert-circle" accelerator="" />
103 73

  
104 74
			<menu text="Layer/Insert/insert_circle" name="insert-circle-cr" />
105 75

  
......
112 82
			class-name="org.gvsig.vectorediting.app.mainplugin.extensions.PolylineExtension"
113 83
			description="" active="true" priority="1">
114 84

  
115
			<action
116
				name="insert-polyline"
117
				label="_Insert_polyline"
118
				tooltip="insert_polyline"
119
				position="601002100"
120
				action-command="insert-polyline"
121
				icon="layer-insert-polyline"
122
				accelerator=""
123
			/>
85
			<action name="insert-polyline" label="_Insert_polyline"
86
				tooltip="insert_polyline" position="601002100" action-command="insert-polyline"
87
				icon="layer-insert-polyline" accelerator="" />
124 88

  
125 89
			<menu text="Layer/Insert/insert_polyline" name="insert-polyline" />
126 90

  
......
134 98
			class-name="org.gvsig.vectorediting.app.mainplugin.extensions.SymmetryExtension"
135 99
			description="" active="true" priority="1">
136 100

  
137
			<action
138
				name="symmetry"
139
				label="_Symmetry"
140
				tooltip="symmetry"
141
				position="601002200"
142
				action-command="symmetry"
143
				icon="layer-modify-symmetry"
144
				accelerator=""
145
			/>
101
			<action name="symmetry" label="_Symmetry" tooltip="symmetry"
102
				position="601002200" action-command="symmetry" icon="layer-modify-symmetry"
103
				accelerator="" />
146 104

  
147 105
			<menu text="Layer/Insert/symmetry" name="symmetry" />
148 106

  
......
152 110

  
153 111
		</extension>
154 112

  
113
		<extension
114
			class-name="org.gvsig.vectorediting.app.mainplugin.extensions.InternalPolygonExtension"
115
			description="" active="true" priority="1">
155 116

  
117
			<action name="layer-modify-internal-polygon" label="_Modify_internal_polygon"
118
				tooltip="_Modify_internal_polygon" position="601002300"
119
				action-command="layer-modify-internal-polygon" icon="layer-modify-internal-polygon"
120
				accelerator="" />
121

  
122
			<menu name="layer-modify-internal-polygon" text="Layer/Modify/_Internal_polygon" />
123

  
124
			<tool-bar name="vector_editing" position="601002200">
125
				<selectable-tool name="layer-modify-internal-polygon" />
126
			</tool-bar>
127

  
128
		</extension>
129

  
130

  
156 131
	</extensions>
157 132

  
158 133
</plugin-config>

Also available in: Unified diff