Revision 340 org.gvsig.geoprocess/trunk/org.gvsig.geoprocess/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources/config/config.xml

View differences:

config.xml
33 33
		<extension class-name="org.gvsig.geoprocess.extension.GeoprocessExtension"
34 34
			description="Geoprocessing Toolbox" active="true">
35 35

  
36
			<menu text="tools/Geoprocessing/Geoprocessing_Toolbox" 
37
			      tooltip="Geoprocessing_Toolbox"
38
				  icon="images/menu-process-icon.gif" 
39
				  position="1" 
40
				  action-command="GEOPROCESS_SELECTOR" />
36
 			<action 
37
       			name="tools-geoprocessing-toolbox"
38
        		label="Geoprocessing_Toolbox"
39
        		tooltip="Geoprocessing_Toolbox"
40
        		action-command="GEOPROCESS_SELECTOR" 
41
        		icon="images/menu-process-icon.gif"
42
        		position="1"
43
        		accelerator=""/>
44
        		
45
        	<action 
46
       			name="tools-geoprocessing-modeler"
47
        		label="Geoprocessing_Modeler"
48
        		tooltip="Geoprocessing_Modeler"
49
        		action-command="GEOPROCESS_MODELER" 
50
        		icon="images/model.png"
51
        		position="2"
52
        		accelerator=""/>
53
        		
54
        	<action 
55
       			name="tools-geoprocessing-history"
56
        		label="Geoprocessing_History"
57
        		tooltip="Geoprocessing_History"
58
        		action-command="GEOPROCESS_HISTORY" 
59
        		icon="images/history.gif"
60
        		position="3"
61
        		accelerator=""/>
62
        		
63
        	<action 
64
       			name="tools-geoprocessing-command-line"
65
        		label="Geoprocessing_command_line"
66
        		tooltip="Geoprocessing_command_line"
67
        		action-command="GEOPROCESS_COMMAND_LINE" 
68
        		icon="images/terminal.png"
69
        		position="4"
70
        		accelerator=""/>
71
        		
72
        	<action 
73
       			name="tools-geoprocessing-results"
74
        		label="Geoprocessing_Results"
75
        		tooltip="Geoprocessing_Results"
76
        		action-command="GEOPROCESS_RESULTS" 
77
        		icon="images/chart.gif"
78
        		position="5"
79
        		accelerator=""/>
80
        		
81
        	<action 
82
       			name="tools-geoprocessing-data-explorer"
83
        		label="Geoprocessing_Data_Explorer"
84
        		tooltip="Geoprocessing_Data_Explorer"
85
        		action-command="GEOPROCESS_DATAEXPLORER" 
86
        		icon="images/documenter.png"
87
        		position="6"
88
        		accelerator=""/>
89
        		
90
        	<action 
91
       			name="tools-geoprocessing-help"
92
        		label="Geoprocessing_Help"
93
        		tooltip="Geoprocessing_Help"
94
        		action-command="GEOPROCESS_HELP" 
95
        		icon="images/help.png"
96
        		position="7"
97
        		accelerator=""/>
98
        
99
			<menu text="tools/Geoprocessing/Geoprocessing_Toolbox"
100
				  name="tools-geoprocessing-toolbox"/>
41 101
				  
42 102
			<menu text="tools/Geoprocessing/Geoprocessing_Modeler" 
43
				  tooltip="Geoprocessing_Modeler"
44
				  icon="images/model.png" 
45
				  position="2"
46
				  action-command="GEOPROCESS_MODELER" />
103
				  name="tools-geoprocessing-modeler" />
47 104
				  
48 105
			<menu text="tools/Geoprocessing/Geoprocessing_History" 
49
				  tooltip="Geoprocessing_History"
50
				  icon="images/history.gif" 
51
				  position="3"
52
				  action-command="GEOPROCESS_HISTORY" />
106
				  name="tools-geoprocessing-history" />
53 107

  
54 108
			<menu text="tools/Geoprocessing/Geoprocessing_command_line"
55
				  tooltip="Geoprocessing_command_line" 
56
				  icon="images/terminal.png"
57
				  position="4"
58
				  action-command="GEOPROCESS_COMMAND_LINE" />
109
				  name="tools-geoprocessing-command-line" />
59 110

  
60 111
			<menu text="tools/Geoprocessing/Geoprocessing_Results" 
61
			      tooltip="Geoprocessing_Results"
62
				  icon="images/chart.gif" 
63
				  position="5"
64
				  action-command="GEOPROCESS_RESULTS" />
112
			      name="tools-geoprocessing-results" />
65 113

  
66 114
			<menu text="tools/Geoprocessing/Geoprocessing_Data_Explorer"
67
				  tooltip="Geoprocessing_Data_Explorer" 
68
				  icon="images/documenter.png"
69
				  position="6"
70
				  action-command="GEOPROCESS_DATAEXPLORER" />
115
				  name="tools-geoprocessing-data-explorer" />
71 116

  
72 117
			<menu text="tools/Geoprocessing/Geoprocessing_Help" 
73
			      tooltip="Geoprocessing_Help"
74
				  icon="images/help.png" 
75
				  position="7"
76
				  action-command="GEOPROCESS_HELP" />
118
			      name="tools-geoprocessing-help" />
77 119

  
78 120
			<tool-bar name="Geoprocessing" position="10">
79
				<action-tool icon="process-icon" 
80
				             tooltip="Geoprocessing_Toolbox"
81
					         position="1" 
82
					         action-command="GEOPROCESS_SELECTOR" />
121
				<action-tool name="tools-geoprocessing-toolbox" />
83 122
			</tool-bar>
84 123
			
85
			<!--tool-bar name="Geoprocessing" position="2"> <action-tool icon="images/model.png" 
86
					tooltip="Geoprocessing_Modeler" position="2" /> </tool-bar -->
87
			<!--tool-bar name="Geoprocessing" position="2"> <action-tool icon="images/history.gif" 
88
				tooltip="Geoprocessing_History" position="4" /> </tool-bar -->
89
			<!--tool-bar name="Geoprocessing" position="2"> <action-tool icon="images/terminal.png" 
90
				tooltip="Geoprocessing_command_line" position="3" /> </tool-bar -->
91
			<!--tool-bar name="Geoprocessing" position="2"> <action-tool icon="images/chart.gif" 
92
				tooltip="Geoprocessing_Results" position="5" /> </tool-bar -->
93
			<!--tool-bar name="Geoprocessing" position="2"> <action-tool icon="images/documenter.png" 
94
				tooltip="Geoprocessing_Data_Explorer" position="7" /> </tool-bar -->
95
			<!--tool-bar name="Geoprocessing" position="2"> <action-tool icon="images/help.png" 
96
				tooltip="Geoprocessing_Help" position="8" /> </tool-bar -->
97 124
		</extension>
98 125

  
99 126
		<extension class-name="org.gvsig.geoprocess.extension.GeoprocessPointSelectionExtension"
100 127
			description="Catch coordinates" active="true">
128
			<action 
129
       			name="tools-geoprocessing-pointCollector"
130
        		label="Geoprocessing_PointCollector"
131
        		tooltip="Geoprocessing_PointCollector"
132
        		action-command="" 
133
        		icon="images/bullseye.gif"
134
        		position="8"
135
        		accelerator=""/>
136
        		
101 137
			<menu text="tools/Geoprocessing/Geoprocessing_PointCollector"
102
				tooltip="Geoprocessing_PointCollector" icon="images/bullseye.gif"
103
				position="8" />
104
			<!--tool-bar name="Geoprocessing" position="2"> <action-tool icon="images/bullseye.gif" 
105
				tooltip="Catch coordinates" position="8" /> </tool-bar -->
138
				name="tools-geoprocessing-pointCollector" />
106 139
		</extension>
107 140
	</extensions>
108 141
</plugin-config>

Also available in: Unified diff