Statistics
| Revision:

root / trunk / applications / appgvSIG / config / config.xml @ 1068

History | View | Annotate | Download (13.6 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
        <libraries>
4
                <library file="com.iver.cit.gvsig.jar"/>
5
                <library file="cms.jar"/>                
6
                <library file="geojava.jar"/>                
7
                <library file="ermapper.jar"/>
8
                <library file="geotiff-jai.jar"/>
9
                <library file="jmgeoraster.jar"/>
10
                <library file="main-2.1.x.jar"/>
11
                <library file="geoapi-SNAPSHOT.jar"/>
12
                <library file="units-0.01.jar"/>
13
                <library file="jep-2.24.jar"/>
14
                <library file="jts-1.5.jar"/>
15
                <library file="xercesImpl.jar"/>
16
                <library file="JimiProClasses.zip"/>
17
                <library file="batik-awt-util.jar"/>
18
                <library file="batik-ext.jar"/>
19
                <library file="batik-gui-util.jar"/>                
20
                <library file="batik-gvt.jar"/>                
21
                <library file="batik-util.jar"/>                                
22
                <library file="xml-apis.jar"/>        
23
                <library file="fmap.jar"/>        
24
                <library file="wmsclient.jar"/>        
25
                <library file="driver-manager-1.0.jar"/>        
26
                <library file="gdbms.jar"/>
27
                <library file="tar.jar"/>                
28
                <library file="cms-grid.jar"/>                
29
                <library file="fmap-ra.jar"/>        
30
                <library file="cms-gdal.jar"/>                
31
                <library file="jgdal.jar"/>                
32
        </libraries>
33
        <resourceBundle name="text"/>
34
        <label-set class-name="com.iver.cit.gvsig.gui.View">
35
                <label id="1" size="50"/>
36
                <label id="2" size="160"/>
37
                <label id="3" size="160"/>
38
                <label id="4" size="90"/>
39
                <label id="5" size="100"/>
40
        </label-set>
41
        <label-set class-name="com.iver.cit.gvsig.gui.layout.Layout">
42
                <label id="1" size="80"/>
43
                <label id="2" size="180"/>
44
                <label id="3" size="180"/>
45
                <label id="4" size="50"/>
46
                <label id="5" size="50"/>
47
        </label-set>
48
        <extensions>
49
                <extension class-name="com.iver.cit.gvsig.ProjectExtension" 
50
                        description="Extensi?n encargada de gestionar los proyectos." 
51
                        active="true" 
52
                        priority="1">
53
                        <menu text="Archivo/nuevo_proyecto" 
54
                                key="n" mnemonic="n" 
55
                                tooltip="nuevo_tooltip"
56
                                action-command="NUEVO" icon="images/new.png"
57
                                position="-1"/>
58
                        <menu text="Archivo/abrir_proyecto" 
59
                                key="a" mnemonic="a" 
60
                                tooltip="abrir_tooltip"
61
                                action-command="ABRIR" icon="images/open.png"/>
62
                        <menu text="Archivo/guardar_proyecto" 
63
                                key="g" mnemonic="g" 
64
                                tooltip="guardar_tooltip"
65
                                action-command="GUARDAR" icon="images/save.png"/>
66
                        <menu text="Archivo/guardar_como" 
67
                                key="g" mnemonic="g" 
68
                                tooltip="guardar_tooltip"
69
                                action-command="GUARDAR_COMO" icon="images/save.png"/>
70
                        <tool-bar name="gvSIG">
71
                                <action-tool icon="images/new.png" tooltip="nuevo_tooltip"
72
                                        action-command="NUEVO"/>
73
                                <action-tool icon="images/open.png" tooltip="abrir_tooltip"
74
                                        action-command="ABRIR"/>
75
                                <action-tool icon="images/save.png" tooltip="guardar_tooltip"
76
                                        action-command="GUARDAR"/>
77
                        </tool-bar>
78
                        
79
                </extension>
80
                <extension class-name="com.iver.cit.gvsig.Abrir" 
81
                        description="Extensi?n encargada de abrir las diferentes capas."
82
                        active="true" 
83
                        priority="2">
84
                        <menu text="Archivo/Anadir_Capa" key="o" icon="images/addlayer.png"/>
85
                        <tool-bar name="Acciones">
86
                                <action-tool icon="images/addlayer.png" tooltip="Anadir_Capa"/>
87
                        </tool-bar>
88
                </extension>
89
                        
90
                <extension class-name="com.iver.cit.gvsig.ZoomPrev" 
91
                        description="Extensi?n encargada de gestionar los zooms previos al actual."
92
                        active="true">
93
                        <menu text="Vista/Zoom_Previo" icon="images/ZoomPrevio.png"/>
94
                        <tool-bar name="Herramientas">
95
                                <action-tool icon="images/ZoomPrevio.png" action-command="ZOOM_PREV" tooltip="Zoom_Previo"/>
96
                        </tool-bar>
97
                </extension>
98
                <extension class-name="com.iver.cit.gvsig.ViewControls" 
99
                        description="Extensi?n encargada de gestionar la vista."
100
                        active="true" 
101
                        priority="3">
102
                        <menu text="Vista/Zoom_Completo" action-command="FULL" icon="images/MapContents.png"/>
103
                        <menu text="Vista/Zoom_Select" action-command="ZOOM_SELECT" icon="images/Select.png"/>
104
                        <menu text="Vista/Encuadre" action-command="ENCUADRE" icon="images/encuadre.png"/>
105
                        <menu text="Vista/Seleccion_por_tema" action-command="SELECTIONBYSHAPE"/>
106
                        <menu text="Vista/configurar_localizador" action-command="CONFIG_LOCATOR"/>                
107
                        <menu text="Vista/propiedades" action-command="PROPERTIES"/>
108
                        <tool-bar name="Acciones">
109
                                <action-tool icon="images/MapContents.png" action-command="FULL" tooltip="Zoom_Completo"/>
110
                                <action-tool icon="images/encuadre.png" action-command="ENCUADRE" tooltip="gestion_encuadre"/>                        
111
                        </tool-bar>
112
                        <tool-bar name="Herramientas">
113
                                <selectable-tool is-default="true" icon="images/ZoomIn.png" action-command="ZOOM_IN" tooltip="Zoom_M?s"/>
114
                                <selectable-tool icon="images/ZoomOut.png" action-command="ZOOM_OUT"  tooltip="Zoom_Menos"/>
115
                                <selectable-tool icon="images/Pan.png" action-command="PAN"  tooltip="Encuadre"/>
116
                                <selectable-tool icon="images/Identify.png" action-command="INFO"  tooltip="informacion" />
117
                                <selectable-tool icon="images/Distancia.png" action-command="MEDICION"  tooltip="medir_distancias"/>
118
                                <selectable-tool icon="images/Poligono16.png" action-command="AREA"  tooltip="medir_area"/>
119
                                <selectable-tool icon="images/Select.png" action-command="SELPOINT"  tooltip="seleccionar_por_punto" />                
120
                                <selectable-tool icon="images/SelEspacial2b.png" action-command="SELRECT"  tooltip="seleccionar_por_rectangulo"/>
121
                        </tool-bar>
122
                </extension>
123
                <extension class-name="com.iver.cit.gvsig.ThemeControls" 
124
                        description="Extensi?n encargada de gestionar los eventos realizados sobre un tema."
125
                        active="true">
126
                        <menu text="Tema/propiedades"/>
127
                </extension>
128
                <extension class-name="com.iver.cit.gvsig.LinkControls" 
129
                        description="Extensi?n encargada de gestionar el hiperlink."
130
                        active="true">
131
                        <tool-bar name="Herramientas">
132
                                <selectable-tool icon="images/Link.png" action-command="LINK"  tooltip="Link" />
133
                        </tool-bar>
134
                </extension>
135
                <extension class-name="com.iver.cit.gvsig.LayoutControls" 
136
                        description="Extensi?n encargada de gestionar los eventos realizados sobre el Layout."
137
                        active="true">
138
                        
139
                        <menu text="Mapa/propiedades" action-command="PROPERTIES" tooltip="propiedades_mapa"/>
140
                        <menu text="Mapa/preparar_pagina" action-command="CONFIG" tooltip="preparar_pagina"/>
141
                        
142
                        <menu text="Mapa/Zoom_M?s" action-command="ZOOM_IN" tooltip="Zoom_M?s" icon="images/LayoutZoomIn.png"/>
143
                        <menu text="Mapa/Zoom_Menos" action-command="ZOOM_OUT" tooltip="Zoom_Menos" icon="images/LayoutZoomOut.png"/>
144
                        <menu text="Mapa/Desplazamiento" action-command="PAN"  tooltip="Encuadre" icon="images/LayoutPan.png"/>
145
                        <menu text="Mapa/seleccionar_por_rectangulo" action-command="SELECT"  tooltip="seleccionar_por_rectangulo" icon="images/Select.png"/>
146
                        <menu text="Mapa/Insertar/Vista" action-command="RECTANGLEVIEW" tooltip="insertar_vista" icon="images/MapaVista.png"/>
147
                        <menu text="Mapa/Insertar/imagen" action-command="RECTANGLEPICTURE" tooltip="insertar_imagen" icon="images/MapaImagen.png"/>
148
                        <menu text="Mapa/Insertar/escala" action-command="RECTANGLESCALEBAR"  tooltip="insertar_escala" icon="images/MapaEscala.png"/>
149
                        <menu text="Mapa/Insertar/leyenda" action-command="RECTANGLELEGEND"  tooltip="insertar_leyenda" icon="images/MapaLeyenda.png"/>
150
                        <menu text="Mapa/Insertar/texto" action-command="RECTANGLETEXT" tooltip="insertar_texto" icon="images/MapaTexto.png"/>
151
                        
152
                        <menu text="Mapa/Insertar/punto" action-command="POINT" tooltip="insertar_punto" icon="images/Point.png"/>
153
                        <menu text="Mapa/Insertar/recta" action-command="LINE" tooltip="insertar_recta" icon="images/Rect.png"/>
154
                        <menu text="Mapa/Insertar/linea" action-command="POLYLINE" tooltip="insertar_linea" icon="images/Line.png"/>
155
                        <menu text="Mapa/Insertar/rectangulo" action-command="RECTANGLESIMPLE" tooltip="insertar_rectangulo" icon="images/Rectangle.png"/>
156
                        <menu text="Mapa/Insertar/circulo" action-command="CIRCLE" tooltip="insertar_circulo" icon="images/Circle.png"/>
157
                        <menu text="Mapa/Insertar/poligono" action-command="POLYGON" tooltip="insertar_poligono" icon="images/Poligon.png"/>
158
                        <menu text="mapa/anadir_tag" key="t" action-command="SET_TAG" tooltip="anadir_tag" icon="images/tag.png"/>
159
                        
160
                        <tool-bar name="Mapa">
161
                                <selectable-tool icon="images/tag.png" action-command="SET_TAG" tooltip="anadir_tag"/>
162
                                <selectable-tool icon="images/LayoutZoomIn.png" action-command="ZOOM_IN" tooltip="Zoom_M?s"/>
163
                                <selectable-tool icon="images/LayoutZoomOut.png" action-command="ZOOM_OUT" tooltip="Zoom_Menos"/>
164
                                <selectable-tool icon="images/LayoutPan.png" action-command="PAN"  tooltip="Encuadre"/>
165
                                <selectable-tool icon="images/Select.png" action-command="SELECT"  tooltip="seleccionar_por_rectangulo"/>
166
                                <selectable-tool icon="images/MapaVista.png" action-command="RECTANGLEVIEW" tooltip="insertar_vista"/>
167
                                <selectable-tool icon="images/MapaImagen.png" action-command="RECTANGLEPICTURE" tooltip="insertar_imagen"/>
168
                                <selectable-tool icon="images/MapaEscala.png" action-command="RECTANGLESCALEBAR"  tooltip="insertar_escala"/>
169
                                <selectable-tool icon="images/MapaLeyenda.png" action-command="RECTANGLELEGEND"  tooltip="insertar_leyenda"/>
170
                                <selectable-tool icon="images/MapaTexto.png" action-command="RECTANGLETEXT"  tooltip="insertar_texto"/>
171
                                <selectable-tool icon="images/MapContents.png" action-command="VIEW_FULL" tooltip="Zoom_Completo_Vista"/>
172
                                <selectable-tool icon="images/ZoomIn.png" action-command="VIEW_ZOOMIN" tooltip="Zoom_M?s_Vista"/>
173
                                <selectable-tool icon="images/ZoomOut.png" action-command="VIEW_ZOOMOUT" tooltip="Zoom_Menos_Vista"/>
174
                                <selectable-tool icon="images/Pan.png" action-command="VIEW_PAN" tooltip="Encuadre_Vista"/>
175
                        </tool-bar>
176
                        
177
                        <tool-bar name="Herramientas">
178
                                <action-tool icon="images/mundo.gif" action-command="FULL" tooltip="Zoom_Completo"/>
179
                                <action-tool icon="images/zoomreal.png" action-command="REALZOOM" tooltip="Zoom_Real"/>
180
                                <action-tool icon="images/zoomselect.png" action-command="ZOOMSELECT" tooltip="Zoom_Select"/>
181
                                <action-tool icon="images/zoommas.png" action-command="ZOOMIN" tooltip="Zoom_M?s"/>
182
                                <action-tool icon="images/zoommenos.png" action-command="ZOOMOUT" tooltip="Zoom_Menos"/>
183
                        </tool-bar>
184
                        
185
                </extension>
186
                <extension class-name="com.iver.cit.gvsig.GraphicControls"
187
                        description="Extensi?n encargada de gestionar los eventos realizados sobre los gr?ficos que contiene el Layout.">
188
                        
189
                        <menu text="Gr?ficos/propiedades" action-command="PROPIEDADES" tooltip="propiedades" />
190
                        <menu text="Gr?ficos/alinear" action-command="ALINEAR" tooltip="alinear_graficos"/>
191
                        <menu text="Gr?ficos/agrupar" action-command="AGRUPAR" tooltip="agrupar_graficos" icon="images/agrupar.png"/>
192
                        <menu text="Gr?ficos/desagrupar" action-command="DESAGRUPAR" tooltip="desagrupar_graficos" icon="images/desagrupar.png"/>
193
                        <menu text="Gr?ficos/simplificar" action-command="SIMPLIFICAR" tooltip="simplificar"/>
194
                        
195
                        <menu text="Gr?ficos/colocar_delante" action-command="DELANTE" tooltip="colocar_delante" icon="images/delante.png"/>
196
                        <menu text="Gr?ficos/colocar_detras" action-command="DETRAS" tooltip="colocar_detras" icon="images/detras.png"/>
197
                        <menu text="Gr?ficos/tama?o_posicion" action-command="POSICIONAR" tooltip="tama?o_posicion" icon="images/posicionar.png"/>
198
                        <menu text="Gr?ficos/linea_grafica" action-command="BORDEAR" tooltip="linea_grafica" icon="images/bordear.png"/>
199
                        <tool-bar name="Herramientas">
200
                                <action-tool icon="images/delante.png" action-command="DELANTE" tooltip="colocar_delante"/>        
201
                                <action-tool icon="images/detras.png" action-command="DETRAS" tooltip="colocar_detras"/>
202
                                <action-tool icon="images/agrupar.png" action-command="AGRUPAR" tooltip="agrupar_graficos"/>
203
                                <action-tool icon="images/desagrupar.png" action-command="DESAGRUPAR" tooltip="desagrupar_graficos"/>
204
                                <action-tool icon="images/bordear.png" action-command="BORDEAR" tooltip="linea_grafica"/>
205
                                <action-tool icon="images/posicionar.png" action-command="POSICIONAR" tooltip="tama?o_posicion"/>                
206
                        </tool-bar>
207
                </extension>
208
                <extension class-name="com.iver.cit.gvsig.TableOperations" 
209
                        description="Extensi?n encargada de abrir el di?logo para filtrar una tabla."
210
                        active="true">
211
                        <menu text="Tabla/filtro" icon="images/Filtro.png"/>
212
                        <tool-bar name="Herramientas">
213
                                <action-tool icon="images/Filtro.png" tooltip="filtro"/>
214
                        </tool-bar>
215
                </extension>
216
                <extension class-name="com.iver.cit.gvsig.ViewProjectWindow" 
217
                        description="Extensi?n encargada de abrir la ventana de gesti?n del proyecto."
218
                        active="true">
219
                        <menu text="Ver/ventana_proyecto" 
220
                                key="p" mnemonic="p" 
221
                                tooltip="ver_tooltip"
222
                                action-command="SHOW"/>
223
                </extension>
224
                
225
                <extension class-name="com.iver.cit.gvsig.Tabla" 
226
                        description="Extensi?n encargada de abrir la tabla asociada al tema seleccionado."
227
                        active="true">
228
                        <menu text="Tema/ver_tabla_atributos" icon="images/ResultConsulta.png"/>
229
                        <tool-bar name="Acciones">
230
                                <action-tool icon="images/ResultConsulta.png" 
231
                                        enableText="Un_Layer"
232
                                        tooltip="Muestra_atributos"/>
233
                        </tool-bar>
234
                </extension>
235
                <extension class-name="com.iver.cit.gvsig.Print" 
236
                        description="Extensi?n encargada de la impresi?n."
237
                        active="true">
238
                        <menu text="Mapa/Imprimir" icon="images/print.png"/>
239
                        <tool-bar name="Mapa">
240
                                <action-tool icon="images/print.png"/>
241
                        </tool-bar>
242
                </extension>
243
                <extension class-name="com.iver.cit.gvsig.PrintProperties" 
244
                        description="Extensi?n encargada de las propiedades de impresi?n."
245
                        active="true">
246
                        <tool-bar name="Mapa">
247
                                <action-tool icon="images/Frame.gif"/>
248
                        </tool-bar>
249
                </extension>
250
                <extension class-name="com.iver.cit.gvsig.Export" 
251
                        description="Extensi?n encargada de exportar una vista al formato de imagen que se seleccione."
252
                        active="true">
253
                        <menu text="Vista/exportar_a"/>
254
                </extension>
255
                <extension class-name="com.iver.cit.gvsig.About" 
256
                        description="Extensi?n encargada de abrir una ventana con la informaci?n relativa al programa."
257
                        active="true">
258
                        <menu text="Ayuda/acerca_de" />
259
                </extension>
260
                
261
        </extensions>
262
        <icon src="images/logoGVA.gif" text="gvSIG"/>
263
</plugin-config>