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

History | View | Annotate | Download (4.45 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
                        <menu text="tools/Geoprocessing/Geoprocessing_Toolbox" 
37
                              tooltip="Geoprocessing_Toolbox"
38
                                  icon="process-icon" 
39
                                  position="1" 
40
                                  action-command="GEOPROCESS_SELECTOR" />
41
                                  
42
                        <menu text="tools/Geoprocessing/Geoprocessing_Modeler" 
43
                                  tooltip="Geoprocessing_Modeler"
44
                                  icon="images/model.png" 
45
                                  position="2"
46
                                  action-command="GEOPROCESS_MODELER" />
47
                                  
48
                        <menu text="tools/Geoprocessing/Geoprocessing_History" 
49
                                  tooltip="Geoprocessing_History"
50
                                  icon="images/history.gif" 
51
                                  position="3"
52
                                  action-command="GEOPROCESS_HISTORY" />
53

    
54
                        <menu text="tools/Geoprocessing/Geoprocessing_command_line"
55
                                  tooltip="Geoprocessing_command_line" 
56
                                  icon="images/terminal.png"
57
                                  position="4"
58
                                  action-command="GEOPROCESS_COMMAND_LINE" />
59

    
60
                        <menu text="tools/Geoprocessing/Geoprocessing_Results" 
61
                              tooltip="Geoprocessing_Results"
62
                                  icon="images/chart.gif" 
63
                                  position="5"
64
                                  action-command="GEOPROCESS_RESULTS" />
65

    
66
                        <menu text="tools/Geoprocessing/Geoprocessing_Data_Explorer"
67
                                  tooltip="Geoprocessing_Data_Explorer" 
68
                                  icon="images/documenter.png"
69
                                  position="6"
70
                                  action-command="GEOPROCESS_DATAEXPLORER" />
71

    
72
                        <menu text="tools/Geoprocessing/Geoprocessing_Help" 
73
                              tooltip="Geoprocessing_Help"
74
                                  icon="images/help.png" 
75
                                  position="7"
76
                                  action-command="GEOPROCESS_HELP" />
77

    
78
                        <tool-bar name="Geoprocessing" position="10">
79
                                <action-tool icon="process-icon" 
80
                                             tooltip="Geoprocessing_Toolbox"
81
                                                 position="1" 
82
                                                 action-command="GEOPROCESS_SELECTOR" />
83
                        </tool-bar>
84
                        
85
                        <!--tool-bar name="Geoprocessing" position="2"> <action-tool icon="images/model.png" 
86
                                        tooltip="Geoprocessing_Modeler" position="2" /> </tool-bar -->
87
                        <!--tool-bar name="Geoprocessing" position="2"> <action-tool icon="images/history.gif" 
88
                                tooltip="Geoprocessing_History" position="4" /> </tool-bar -->
89
                        <!--tool-bar name="Geoprocessing" position="2"> <action-tool icon="images/terminal.png" 
90
                                tooltip="Geoprocessing_command_line" position="3" /> </tool-bar -->
91
                        <!--tool-bar name="Geoprocessing" position="2"> <action-tool icon="images/chart.gif" 
92
                                tooltip="Geoprocessing_Results" position="5" /> </tool-bar -->
93
                        <!--tool-bar name="Geoprocessing" position="2"> <action-tool icon="images/documenter.png" 
94
                                tooltip="Geoprocessing_Data_Explorer" position="7" /> </tool-bar -->
95
                        <!--tool-bar name="Geoprocessing" position="2"> <action-tool icon="images/help.png" 
96
                                tooltip="Geoprocessing_Help" position="8" /> </tool-bar -->
97
                </extension>
98

    
99
                <extension class-name="org.gvsig.geoprocess.extension.GeoprocessPointSelectionExtension"
100
                        description="Catch coordinates" active="true">
101
                        <menu text="tools/Geoprocessing/Geoprocessing_PointCollector"
102
                                tooltip="Geoprocessing_PointCollector" icon="images/bullseye.gif"
103
                                position="8" />
104
                        <!--tool-bar name="Geoprocessing" position="2"> <action-tool icon="images/bullseye.gif" 
105
                                tooltip="Catch coordinates" position="8" /> </tool-bar -->
106
                </extension>
107
        </extensions>
108
</plugin-config>