Revision 230 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
5 5
	<libraries library-dir="lib" />
6 6
	<resourceBundle name="text" />
7 7
	<extensions>
8
		<extension class-name="org.gvsig.geoprocess.extensions.ToolboxExtension"
8
		<extension class-name="org.gvsig.geoprocess.extension.GeoprocessExtension"
9 9
			description="Geoprocessing Toolbox" active="true">
10
			<menu text="tools/Geoprocessing/Geoprocessing_Toolbox" tooltip="Geoprocessing_Toolbox" icon="images/sextante.gif"
11
				position="1" />
12
			<tool-bar name="Geoprocessing" position="2">
13
				<action-tool icon="images/sextante.gif" tooltip="Geoprocessing_Toolbox"
14
					position="1" />
15
			</tool-bar>
16
		</extension>
17
		<extension class-name="org.gvsig.geoprocess.extensions.ModelerExtension"
18
			description="Geoprocessing Modeler" active="true">
19
			<menu text="tools/Geoprocessing/Geoprocessing_Modeler" tooltip="Geoprocessing_Modeler" icon="images/model.png"
20
				position="2" />
21
			<!--tool-bar name="Geoprocessing" position="2">
22
				<action-tool icon="images/model.png" tooltip="Geoprocessing_Modeler"
23
					position="2" />
24
			</tool-bar-->
25
		</extension>
26 10

  
27
		<extension class-name="org.gvsig.geoprocess.extensions.HistoryExtension"
28
			description="History" active="true">
29
			<menu text="tools/Geoprocessing/Geoprocessing_History" tooltip="Geoprocessing_History" icon="images/history.gif"
30
				position="3" />
31
			<!--tool-bar name="Geoprocessing" position="2">
32
				<action-tool icon="images/history.gif" tooltip="Geoprocessing_History"
33
					position="4" />
34
			</tool-bar-->
35
		</extension>
36
		<extension class-name="org.gvsig.geoprocess.extensions.CommandLineExtension"
37
			description="Geoprocessing_command_line" active="true">
38
			<menu text="tools/Geoprocessing/Geoprocessing_command_line" tooltip="Geoprocessing_command_line" icon="images/terminal.png"
39
				position="4" />
40
			<!--tool-bar name="Geoprocessing" position="2">
41
				<action-tool icon="images/terminal.png" tooltip="Geoprocessing_command_line"
42
					position="3" />
43
			</tool-bar-->
44
		</extension>
45
		<extension
46
			class-name="org.gvsig.geoprocess.extensions.AdditionalResultsExtension"
47
			description="Geoprocessing Results" active="true">
48
			<menu text="tools/Geoprocessing/Geoprocessing_Results" tooltip="Geoprocessing_Results" icon="images/chart.gif"
49
				position="5" />
50
			<!--tool-bar name="Geoprocessing" position="2">
51
				<action-tool icon="images/chart.gif" tooltip="Geoprocessing_Results"
52
					position="5" />
53
			</tool-bar-->
54
		</extension>
55
		<extension class-name="org.gvsig.geoprocess.extensions.DataExplorerExtension"
56
			description="Geoprocessing Data Explorer" active="false">
57
			<menu text="tools/Geoprocessing/Geoprocessing_Data_Explorer" tooltip="Geoprocessing_Data_Explorer" icon="images/documenter.png"
58
				position="6" />
59
			<!--tool-bar name="Geoprocessing" position="2">
60
				<action-tool icon="images/documenter.png" tooltip="Geoprocessing_Data_Explorer"
61
					position="7" />
62
			</tool-bar-->
63
		</extension>
11
			<menu text="tools/Geoprocessing/Geoprocessing_Toolbox" 
12
			      tooltip="Geoprocessing_Toolbox"
13
				  icon="process-icon" 
14
				  position="1" 
15
				  action-command="GEOPROCESS_SELECTOR" />
16
				  
17
			<menu text="tools/Geoprocessing/Geoprocessing_Modeler" 
18
				  tooltip="Geoprocessing_Modeler"
19
				  icon="images/model.png" 
20
				  position="2"
21
				  action-command="GEOPROCESS_MODELER" />
22
				  
23
			<menu text="tools/Geoprocessing/Geoprocessing_History" 
24
				  tooltip="Geoprocessing_History"
25
				  icon="images/history.gif" 
26
				  position="3"
27
				  action-command="GEOPROCESS_HISTORY" />
64 28

  
65
		<extension class-name="org.gvsig.geoprocess.extensions.HelpExtension"
66
			description="Geoprocessing Help" active="true">
67
			<menu text="tools/Geoprocessing/Geoprocessing_Help" tooltip="Geoprocessing_Help" icon="images/help.png"
68
				position="7" />
69
			<!--tool-bar name="Geoprocessing" position="2">
70
				<action-tool icon="images/help.png" tooltip="Geoprocessing_Help"
71
					position="8" />
72
			</tool-bar-->
29
			<menu text="tools/Geoprocessing/Geoprocessing_command_line"
30
				  tooltip="Geoprocessing_command_line" 
31
				  icon="images/terminal.png"
32
				  position="4"
33
				  action-command="GEOPROCESS_COMMAND_LINE" />
34

  
35
			<menu text="tools/Geoprocessing/Geoprocessing_Results" 
36
			      tooltip="Geoprocessing_Results"
37
				  icon="images/chart.gif" 
38
				  position="5"
39
				  action-command="GEOPROCESS_RESULTS" />
40

  
41
			<menu text="tools/Geoprocessing/Geoprocessing_Data_Explorer"
42
				  tooltip="Geoprocessing_Data_Explorer" 
43
				  icon="images/documenter.png"
44
				  position="6"
45
				  action-command="GEOPROCESS_DATAEXPLORER" />
46

  
47
			<menu text="tools/Geoprocessing/Geoprocessing_Help" 
48
			      tooltip="Geoprocessing_Help"
49
				  icon="images/help.png" 
50
				  position="7"
51
				  action-command="GEOPROCESS_HELP" />
52

  
53
			<tool-bar name="Geoprocessing" position="10">
54
				<action-tool icon="process-icon" 
55
				             tooltip="Geoprocessing_Toolbox"
56
					         position="1" 
57
					         action-command="GEOPROCESS_SELECTOR" />
58
			</tool-bar>
59
			
60
			<!--tool-bar name="Geoprocessing" position="2"> <action-tool icon="images/model.png" 
61
					tooltip="Geoprocessing_Modeler" position="2" /> </tool-bar -->
62
			<!--tool-bar name="Geoprocessing" position="2"> <action-tool icon="images/history.gif" 
63
				tooltip="Geoprocessing_History" position="4" /> </tool-bar -->
64
			<!--tool-bar name="Geoprocessing" position="2"> <action-tool icon="images/terminal.png" 
65
				tooltip="Geoprocessing_command_line" position="3" /> </tool-bar -->
66
			<!--tool-bar name="Geoprocessing" position="2"> <action-tool icon="images/chart.gif" 
67
				tooltip="Geoprocessing_Results" position="5" /> </tool-bar -->
68
			<!--tool-bar name="Geoprocessing" position="2"> <action-tool icon="images/documenter.png" 
69
				tooltip="Geoprocessing_Data_Explorer" position="7" /> </tool-bar -->
70
			<!--tool-bar name="Geoprocessing" position="2"> <action-tool icon="images/help.png" 
71
				tooltip="Geoprocessing_Help" position="8" /> </tool-bar -->
73 72
		</extension>
74 73

  
75
		<extension class-name="org.gvsig.geoprocess.extensions.PointCollectorExtension"
74
		<extension class-name="org.gvsig.geoprocess.extension.GeoprocessPointSelectionExtension"
76 75
			description="Catch coordinates" active="true">
77
			<menu text="tools/Geoprocessing/Geoprocessing_PointCollector" tooltip="Geoprocessing_PointCollector" icon="images/bullseye.gif"
76
			<menu text="tools/Geoprocessing/Geoprocessing_PointCollector"
77
				tooltip="Geoprocessing_PointCollector" icon="images/bullseye.gif"
78 78
				position="8" />
79
			<!--tool-bar name="Geoprocessing" position="2">
80
				<action-tool icon="images/bullseye.gif" tooltip="Catch coordinates"
81
					position="8" />
82
			</tool-bar-->
79
			<!--tool-bar name="Geoprocessing" position="2"> <action-tool icon="images/bullseye.gif" 
80
				tooltip="Catch coordinates" position="8" /> </tool-bar -->
83 81
		</extension>
84 82
	</extensions>
85 83
</plugin-config>

Also available in: Unified diff