Statistics
| Revision:

gvsig-geoprocess / org.gvsig.geoprocess / trunk / org.gvsig.geoprocess / org.gvsig.geoprocess.app / org.gvsig.geoprocess.app.mainplugin / src / main / resources-plugin / config.xml @ 423

History | View | Annotate | Download (5.06 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!--
3

4
    gvSIG. Desktop Geographic Information System.
5

6
    Copyright (C) 2007-2012 gvSIG Association.
7

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 2
11
    of the License, or (at your option) any later version.
12

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.
17

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.
22

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
-->
27
<plugin-config>
28
        <depends plugin-name="org.gvsig.app" />
29
        <depends plugin-name="org.gvsig.raster.tools.app.basic" />
30
        <depends plugin-name="org.gvsig.raster.reproject.app.reprojectclient" />
31
        <depends plugin-name="org.gvsig.geoprocess.app.mainplugin.i18n" optional=true />
32
        <libraries library-dir="lib" />
33
        <resourceBundle name="text" />
34
        <extensions>
35
                <extension class-name="org.gvsig.geoprocess.extension.GeoprocessExtension"
36
                        description="Geoprocessing Toolbox" active="true">
37

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

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

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

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

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

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

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