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

History | View | Annotate | Download (5.02 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.mainplugin" />
29
        <!-- Necesario para el soporte de capas r?ster -->
30
        <depends plugin-name="org.gvsig.raster.mainplugin" />
31
        <!--<depends plugin-name="org.gvsig.raster.reproject.app.reprojectclient" />-->
32
        <depends plugin-name="org.gvsig.geoprocess.app.mainplugin.i18n" optional="true" />
33
        <libraries library-dir="lib" />
34
        <resourceBundle name="text" />
35
        <extensions>
36
                <extension class-name="org.gvsig.geoprocess.extension.GeoprocessExtension"
37
                        description="Geoprocessing Toolbox" active="true">
38

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
127
                </extension>
128

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

    
140
                        <menu text="tools/Geoprocessing/Geoprocessing_PointCollector"
141
                                name="tools-geoprocessing-pointCollector" />
142
                </extension>
143
        </extensions>
144
</plugin-config>