Statistics
| Revision:

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

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

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

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

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

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

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

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

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