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 @ 417

History | View | Annotate | Download (4.98 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
        <libraries library-dir="lib" />
32
        <resourceBundle name="text" />
33
        <extensions>
34
                <extension class-name="org.gvsig.geoprocess.extension.GeoprocessExtension"
35
                        description="Geoprocessing Toolbox" active="true">
36

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

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

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

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

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

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

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