Revision 25 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
<!--
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">
3 22

  
4
    gvSIG. Desktop Geographic Information System.
23
			<action name="VectorEditing" label="Start_edit" tooltip="Strat_edit"
24
				action-command="start_edit" icon="vector-editing" position="302001000"
25
				accelerator="" />
5 26

  
6
    Copyright (C) 2007-2013 gvSIG Association.
27
			<menu text="tools/start_edit/start_edit" name="start_edit" />
7 28

  
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.
29
			<tool-bar name="Vector editing" position="1">
30
				<action-tool name="VectorEditing" />
31
			</tool-bar>
12 32

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

  
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.
38
			<action name="InsertPoint" label="Insert_point" tooltip="insert_point"
39
				action-command="insert_point" icon="layer-insert-point" position="302001000"
40
				accelerator="" />
22 41

  
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="vector-editing"
42
		        position="302001000"
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="layer-insert-point"
67
		        position="302001000"
68
		        accelerator=""
69
		    />
70
        
71
			<menu 
72
				text="tools/insert_point"
73
				name="insert_point"
74
			/>
75
			
42
			<menu text="tools/insert_point" name="insert_point" />
43

  
76 44
			<tool-bar name="Insert Point" position="1">
77
		        <action-tool name="InsertPoint"/>
78
      		</tool-bar>
79
      		
45
				<selectable-tool name="InsertPoint" />
46
			</tool-bar>
47

  
80 48
		</extension>
81
				
49

  
82 50
	</extensions>
83
	
51

  
84 52
</plugin-config>

Also available in: Unified diff