Revision 38564 branches/v2_0_0_prep/extensions/org.gvsig.selectiontools.app/org.gvsig.selectiontools.app.extension/src/main/resources/config.xml

View differences:

config.xml
5 5
	<libraries library-dir="lib"/>
6 6
	<extensions>
7 7

  
8
 		<extension class-name="org.gvsig.selectiontools.app.extension.AboutSelectionToolsExtension"
9
            description="Extension Selection Tools of the Consejer?a de Medio Ambiente of the Junta de Castilla y Le?n Project."
10
			active="true"
11
			priority="1">
12
		</extension>
8
<!--  		<extension class-name="org.gvsig.selectiontools.app.extension.AboutSelectionToolsExtension" -->
9
<!--             description="Extension Selection Tools of the Consejer?a de Medio Ambiente of the Junta de Castilla y Le?n Project." -->
10
<!-- 			active="true" -->
11
<!-- 			priority="1"> -->
12
<!-- 		</extension> -->
13 13
		
14 14
		<extension class-name="org.gvsig.selectiontools.app.extension.SelectAllExtension"
15 15
			description="Extension that allows select all geometries of the selected vectorial layers."
16 16
			active="true"
17 17
			priority="30">
18
			<menu text="Vista/seleccion/select_all"
18
			<menu text="Selection/SelectAll"
19 19
				action-command="SELALL"
20 20
				tooltip="select_all_info"
21
				icon="select-all-icon"
22
				position="6570"/>
21
				icon="selection-select-all"
22
				position="0"/>
23 23
			<tool-bar name="Tools_Select" position="6">
24
				<selectable-tool icon="select-all-icon" action-command="SELALL" tooltip="select_all_info" position="7"/>
24
				<selectable-tool icon="selection-all" action-command="SELALL" tooltip="select_all_info" position="7"/>
25 25
			</tool-bar>
26 26
		</extension>		
27 27
		 <extension class-name="org.gvsig.selectiontools.app.extension.SelectByCircleExtension"
28 28
			description="Extension that allows select all geometries of the selected vectorial layers that are contained or intersect with a circle defined by the user."
29 29
			active="true"
30 30
			priority="30">
31
			<menu text="Vista/seleccion/select_by_circle"
31
			<menu text="Selection/Select_by_circle"
32 32
				action-command="SELCIRCLE"
33 33
				tooltip="select_by_circle_info"
34
				icon="select-by-circle-icon"
35
				position="6521"/>
34
				icon="selection-select-by-circle"
35
				position="0"/>
36 36
			<tool-bar name="Tools_Select" position="6">
37
				<selectable-tool icon="select-by-circle-icon" action-command="SELCIRCLE" tooltip="select_by_circle" position="6"/>
37
				<selectable-tool icon="selection-select-by-circle" action-command="SELCIRCLE" tooltip="select_by_circle" position="6"/>
38 38
			</tool-bar>
39 39
		</extension>		
40 40
		<extension class-name="org.gvsig.selectiontools.app.extension.SelectByPolylineExtension"
41 41
			description="Extension that allows select all geometries of the selected vectorial layers that intersect with a polyline defined by the user."
42 42
			active="false"
43 43
			priority="30">
44
			<menu text="Vista/seleccion/select_by_polyline"
44
			<menu text="Selection/Select_by_polyline"
45 45
				action-command="SELPOLYLINE"
46 46
				tooltip="select_by_polyline_info"
47
				icon="select-by-polyline-icon"
48
				position="6531"/>
47
				icon="selection-select-by-polyline"
48
				position="0"/>
49 49
			<tool-bar name="Tools_Select" position="6">
50
				<selectable-tool icon="select-by-polyline-icon" action-command="SELPOLYLINE" tooltip="select_by_polyline" position="5"/>
50
				<selectable-tool icon="selection-select-by-polyline" action-command="SELPOLYLINE" tooltip="select_by_polyline" position="5"/>
51 51
			</tool-bar>
52 52
		</extension>		
53 53

  
......
55 55
			description="Extension that allows select all geometries of the selected vectorial layers that intersect with a buffer around their previously selected geometries."
56 56
			active="true"
57 57
			priority="30">
58
			<menu text="Vista/seleccion/select_by_buffer"
58
			<menu text="Selection/Select_by_buffer"
59 59
				action-command="SELBUFFER"
60 60
				tooltip="select_by_buffer_info"
61
				icon="select-by-buffer-icon"
62
				position="6532"/>
61
				icon="selection-select-by-buffer"
62
				position="0"/>
63 63
			<tool-bar name="Tools_Select" position="6">
64
				<action-tool icon="select-by-buffer-icon" action-command="SELBUFFER" tooltip="select_by_buffer" position="7"/>
64
				<action-tool icon="selection-select-by-buffer" action-command="SELBUFFER" tooltip="select_by_buffer" position="7"/>
65 65
			</tool-bar>
66 66
		</extension>
67 67
				

Also available in: Unified diff