Revision 713 org.gvsig.geoprocess/trunk/org.gvsig.geoprocess/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/config.xml

View differences:

config.xml
25 25

  
26 26
-->
27 27
<plugin-config>
28
	<depends plugin-name="org.gvsig.app" />
28
	<depends plugin-name="org.gvsig.app.mainplugin" />
29 29
	<!-- Necesario para el soporte de capas r?ster -->
30 30
	<depends plugin-name="org.gvsig.raster.mainplugin" />
31 31
	<!--<depends plugin-name="org.gvsig.raster.reproject.app.reprojectclient" />-->
......
36 36
		<extension class-name="org.gvsig.geoprocess.extension.GeoprocessExtension"
37 37
			description="Geoprocessing Toolbox" active="true">
38 38

  
39
 			<action 
39
 			<action
40 40
       			name="tools-geoprocessing-toolbox"
41 41
        		label="Geoprocessing_Toolbox"
42 42
        		tooltip="Geoprocessing_Toolbox"
43
        		action-command="GEOPROCESS_SELECTOR" 
43
        		action-command="GEOPROCESS_SELECTOR"
44 44
        		icon="images/menu-process-icon.gif"
45 45
        		position="1"
46 46
        		accelerator=""/>
47
        		
48
        	<action 
47

  
48
        	<action
49 49
       			name="tools-geoprocessing-modeler"
50 50
        		label="Geoprocessing_Modeler"
51 51
        		tooltip="Geoprocessing_Modeler"
52
        		action-command="GEOPROCESS_MODELER" 
52
        		action-command="GEOPROCESS_MODELER"
53 53
        		icon="images/model.png"
54 54
        		position="2"
55 55
        		accelerator=""/>
56
        		
57
        	<action 
56

  
57
        	<action
58 58
       			name="tools-geoprocessing-history"
59 59
        		label="Geoprocessing_History"
60 60
        		tooltip="Geoprocessing_History"
61
        		action-command="GEOPROCESS_HISTORY" 
61
        		action-command="GEOPROCESS_HISTORY"
62 62
        		icon="images/history.gif"
63 63
        		position="3"
64 64
        		accelerator=""/>
65
        		
66
        	<action 
65

  
66
        	<action
67 67
       			name="tools-geoprocessing-command-line"
68 68
        		label="Geoprocessing_command_line"
69 69
        		tooltip="Geoprocessing_command_line"
70
        		action-command="GEOPROCESS_COMMAND_LINE" 
70
        		action-command="GEOPROCESS_COMMAND_LINE"
71 71
        		icon="images/terminal.png"
72 72
        		position="4"
73 73
        		accelerator=""/>
74
        		
75
        	<action 
74

  
75
        	<action
76 76
       			name="tools-geoprocessing-results"
77 77
        		label="Geoprocessing_Results"
78 78
        		tooltip="Geoprocessing_Results"
79
        		action-command="GEOPROCESS_RESULTS" 
79
        		action-command="GEOPROCESS_RESULTS"
80 80
        		icon="images/chart.gif"
81 81
        		position="5"
82 82
        		accelerator=""/>
83
        		
84
        	<action 
83

  
84
        	<action
85 85
       			name="tools-geoprocessing-data-explorer"
86 86
        		label="Geoprocessing_Data_Explorer"
87 87
        		tooltip="Geoprocessing_Data_Explorer"
88
        		action-command="GEOPROCESS_DATAEXPLORER" 
88
        		action-command="GEOPROCESS_DATAEXPLORER"
89 89
        		icon="images/documenter.png"
90 90
        		position="6"
91 91
        		accelerator=""/>
92
        		
93
        	<action 
92

  
93
        	<action
94 94
       			name="tools-geoprocessing-help"
95 95
        		label="Geoprocessing_Help"
96 96
        		tooltip="Geoprocessing_Help"
97
        		action-command="GEOPROCESS_HELP" 
97
        		action-command="GEOPROCESS_HELP"
98 98
        		icon="images/help.png"
99 99
        		position="7"
100 100
        		accelerator=""/>
101
        
101

  
102 102
			<menu text="tools/Geoprocessing/Geoprocessing_Toolbox"
103 103
				  name="tools-geoprocessing-toolbox"/>
104
				  
105
			<menu text="tools/Geoprocessing/Geoprocessing_Modeler" 
104

  
105
			<menu text="tools/Geoprocessing/Geoprocessing_Modeler"
106 106
				  name="tools-geoprocessing-modeler" />
107
				  
108
			<menu text="tools/Geoprocessing/Geoprocessing_History" 
107

  
108
			<menu text="tools/Geoprocessing/Geoprocessing_History"
109 109
				  name="tools-geoprocessing-history" />
110 110

  
111 111
			<menu text="tools/Geoprocessing/Geoprocessing_command_line"
112 112
				  name="tools-geoprocessing-command-line" />
113 113

  
114
			<menu text="tools/Geoprocessing/Geoprocessing_Results" 
114
			<menu text="tools/Geoprocessing/Geoprocessing_Results"
115 115
			      name="tools-geoprocessing-results" />
116 116

  
117 117
			<menu text="tools/Geoprocessing/Geoprocessing_Data_Explorer"
118 118
				  name="tools-geoprocessing-data-explorer" />
119 119

  
120
			<menu text="tools/Geoprocessing/Geoprocessing_Help" 
120
			<menu text="tools/Geoprocessing/Geoprocessing_Help"
121 121
			      name="tools-geoprocessing-help" />
122 122

  
123 123
			<tool-bar name="Geoprocessing" position="10">
124 124
				<action-tool name="tools-geoprocessing-toolbox" />
125 125
			</tool-bar>
126
			
126

  
127 127
		</extension>
128 128

  
129 129
		<extension class-name="org.gvsig.geoprocess.extension.GeoprocessPointSelectionExtension"
130 130
			description="Catch coordinates" active="true">
131
			<action 
131
			<action
132 132
       			name="tools-geoprocessing-pointCollector"
133 133
        		label="Geoprocessing_PointCollector"
134 134
        		tooltip="Geoprocessing_PointCollector"
135
        		action-command="" 
135
        		action-command=""
136 136
        		icon="images/bullseye.gif"
137 137
        		position="8"
138 138
        		accelerator=""/>
139
        		
139

  
140 140
			<menu text="tools/Geoprocessing/Geoprocessing_PointCollector"
141 141
				name="tools-geoprocessing-pointCollector" />
142 142
		</extension>

Also available in: Unified diff