Statistics
| Revision:

svn-gvsig-desktop / tags / Root_gvSIG_CAD_Layout_version / applications / appgvSIG / config / config.xml @ 1648

History | View | Annotate | Download (19.5 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
        <libraries library-dir="lib"/>
4
        <resourceBundle name="text"/>
5
        <label-set class-name="com.iver.cit.gvsig.gui.View">
6
                <label id="1" size="45"/>
7
                <label id="2" size="120"/>
8
                <label id="3" size="120"/>
9
                <label id="4" size="120"/>
10
                <label id="5" size="130"/>
11
                <label id="6" size="80"/>
12
                <label id="7" size="70"/>
13
        </label-set>
14
        <label-set class-name="com.iver.cit.gvsig.gui.layout.Layout">
15
                <label id="1" size="80"/>
16
                <label id="2" size="180"/>
17
                <label id="3" size="180"/>
18
                <label id="4" size="50"/>
19
                <label id="5" size="50"/>
20
        </label-set>
21
        <extensions>
22
                <extension class-name="com.iver.cit.gvsig.ProjectExtension" 
23
                        description="Extensi?n encargada de gestionar los proyectos." 
24
                        active="true" 
25
                        priority="1">
26
                        <menu text="Archivo/nuevo_proyecto" 
27
                                key="n" mnemonic="n" 
28
                                tooltip="nuevo_tooltip"
29
                                action-command="NUEVO" icon="images/new.png"
30
                                position="-1"/>
31
                        <menu text="Archivo/abrir_proyecto" 
32
                                key="a" mnemonic="a" 
33
                                tooltip="abrir_tooltip"
34
                                action-command="ABRIR" icon="images/open.png"/>
35
                        <menu text="Archivo/guardar_proyecto" 
36
                                key="g" mnemonic="g" 
37
                                tooltip="guardar_tooltip"
38
                                action-command="GUARDAR" icon="images/save.png"/>
39
                        <menu text="Archivo/guardar_como" 
40
                                key="g" mnemonic="g" 
41
                                tooltip="guardar_tooltip"
42
                                action-command="GUARDAR_COMO" icon="images/save.png"/>
43
                        <tool-bar name="gvSIG">
44
                                <action-tool icon="images/new.png" tooltip="nuevo_tooltip"
45
                                        action-command="NUEVO"/>
46
                                <action-tool icon="images/open.png" tooltip="abrir_tooltip"
47
                                        action-command="ABRIR"/>
48
                                <action-tool icon="images/save.png" tooltip="guardar_tooltip"
49
                                        action-command="GUARDAR"/>
50
                        </tool-bar>
51
                        
52
                </extension>
53
                <extension class-name="com.iver.cit.gvsig.Abrir" 
54
                        description="Extensi?n encargada de abrir las diferentes capas."
55
                        active="true" 
56
                        priority="2">
57
                        <menu text="Archivo/Anadir_Capa" key="o" icon="images/addlayer.png"/>
58
                        <tool-bar name="Acciones">
59
                                <action-tool icon="images/addlayer.png" tooltip="Anadir_Capa"/>
60
                        </tool-bar>
61
                </extension>
62
                        
63
                <extension class-name="com.iver.cit.gvsig.ZoomPrev" 
64
                        description="Extensi?n encargada de gestionar los zooms previos al actual."
65
                        active="true">
66
                        <menu text="Vista/Zoom_Previo" icon="images/ZoomPrevio.png"/>
67
                        <tool-bar name="Herramientas">
68
                                <action-tool icon="images/ZoomPrevio.png" action-command="ZOOM_PREV" tooltip="Zoom_Previo"/>
69
                        </tool-bar>
70
                </extension>
71
                <extension class-name="com.iver.cit.gvsig.StartEditing" 
72
                        description="Pone en edici?n las capas"
73
                        active="true">
74
                        <menu text="Tema/Comenzar edici?n"/>
75
                </extension>
76
                <extension class-name="com.iver.cit.gvsig.StopEditing" 
77
                        description="Pone en edici?n las capas"
78
                        active="true">
79
                        <menu text="Tema/Terminar edici?n" action-command="STOP"/>
80
                        <menu text="Tema/Cancelar edici?n" action-command="CANCELEDITION"/>
81
                        <menu text="Tema/Mostrar malla" action-command="SHOWGRID"/>
82
                        <menu text="Tema/Ocultar malla" action-command="HIDEGRID"/>
83
                        <menu text="Tema/Ajustar a la malla" action-command="SETADJUSTGRID"/>
84
                        <menu text="Tema/No ajustar a la malla" action-command="NOTADJUSTGRID"/>
85
                </extension>
86
                <extension class-name="com.iver.cit.gvsig.ViewControls" 
87
                        description="Extensi?n encargada de gestionar la vista."
88
                        active="true" 
89
                        priority="3">
90
                        <menu text="Vista/Zoom_Completo" action-command="FULL" icon="images/MapContents.png"/>
91
                        <menu text="Vista/Encuadre" action-command="ENCUADRE" icon="images/encuadre.png"/>
92
                        <menu text="Vista/Seleccion_por_tema" action-command="SELECTIONBYSHAPE"/>
93
                        <menu text="Vista/configurar_localizador" action-command="CONFIG_LOCATOR"/>                
94
                        <menu text="Vista/propiedades" action-command="PROPERTIES"/>
95
                        <menu text="Vista/poner_temas_a/visibles" action-command="TEMAS_VISIBLES"/>
96
                        <menu text="Vista/poner_temas_a/no_visibles" action-command="TEMAS_NOVISIBLES"/>
97
                        <menu text="Vista/poner_temas_a/activos" action-command="TEMAS_ACTIVOS"/>
98
                        <menu text="Vista/poner_temas_a/no_activos" action-command="TEMAS_NOACTIVOS"/>
99
                                
100
                                        
101
                        <tool-bar name="Acciones">
102
                                <action-tool icon="images/MapContents.png" action-command="FULL" tooltip="Zoom_Completo"/>
103
                                <action-tool icon="images/encuadre.png" action-command="ENCUADRE" tooltip="gestion_encuadre"/>                        
104
                        </tool-bar>
105
                        <tool-bar name="Herramientas">
106
                                <selectable-tool is-default="true" icon="images/ZoomIn.png" action-command="ZOOM_IN" tooltip="Zoom_M?s" group="vista"/>
107
                                <selectable-tool icon="images/ZoomOut.png" action-command="ZOOM_OUT"  tooltip="Zoom_Menos" group="vista"/>
108
                                <selectable-tool icon="images/Pan.png" action-command="PAN"  tooltip="Encuadre" group="vista"/>
109
                                <selectable-tool icon="images/Identify.png" action-command="INFO"  tooltip="informacion" group="vista"/>
110
                                <selectable-tool icon="images/Distancia.png" action-command="MEDICION"  tooltip="medir_distancias" group="vista"/>
111
                                <selectable-tool icon="images/Poligono16.png" action-command="AREA"  tooltip="medir_area" group="vista"/>
112
                                <selectable-tool icon="images/Select.png" action-command="SELPOINT"  tooltip="seleccionar_por_punto" group="vista"/>                
113
                                <selectable-tool icon="images/SelEspacial2b.png" action-command="SELRECT"  tooltip="seleccionar_por_rectangulo" group="vista"/>
114
                                
115
                        </tool-bar>
116
                </extension>
117
                <extension class-name="com.iver.cit.gvsig.ThemeControls" 
118
                        description="Extensi?n encargada de gestionar los eventos realizados sobre un tema."
119
                        active="true">
120
                        <menu text="Tema/propiedades" action-command="PROPERTIES"/>
121
                        <menu text="Tema/shape_seleccion" action-command="SHAPE_SELECTED" icon="images/shapeseleccion.png"/>
122
                        <menu text="Tema/Exportar selecci?n a DXF" action-command="DXF_SELECTED"/>
123
                        <menu text="Tema/borra_seleccion" action-command="DEL_SELECTION" icon="images/delselection.png"/>
124
                        <menu text="Tema/Zoom_Select" action-command="ZOOM_SELECT" icon="images/ZoomSeleccion.png"/>
125
                        <tool-bar name="Acciones">
126
                                <action-tool icon="images/ZoomSeleccion.png" action-command="ZOOM_SELECT"  tooltip="Zoom_Select"/>
127
                                <action-tool icon="images/delselection.png" action-command="DEL_SELECTION"  tooltip="borra_seleccion"/>
128
                        </tool-bar>
129
                </extension>
130
                <extension class-name="com.iver.cit.gvsig.LinkControls" 
131
                        description="Extensi?n encargada de gestionar el hiperlink."
132
                        active="true">
133
                        <tool-bar name="Herramientas">
134
                                <selectable-tool icon="images/Link.png" action-command="LINK"  tooltip="Link" group="vista"/>
135
                        </tool-bar>
136
                </extension>
137
                <extension class-name="com.iver.cit.gvsig.LayoutControls" 
138
                        description="Extensi?n encargada de gestionar los eventos realizados sobre el Layout."
139
                        active="true">
140
                        
141
                        <menu text="Mapa/propiedades" action-command="PROPERTIES" tooltip="propiedades_mapa"/>
142
                        <menu text="Mapa/preparar_pagina" action-command="CONFIG" tooltip="preparar_pagina"/>
143
                        
144
                        <menu text="Mapa/Zoom_M?s" action-command="ZOOM_IN" tooltip="Zoom_M?s" icon="images/LayoutZoomIn.png"/>
145
                        <menu text="Mapa/Zoom_Menos" action-command="ZOOM_OUT" tooltip="Zoom_Menos" icon="images/LayoutZoomOut.png"/>
146
                        <menu text="Mapa/Desplazamiento" action-command="PAN"  tooltip="Encuadre" icon="images/LayoutPan.png"/>
147
                        <menu text="Mapa/seleccionar_por_rectangulo" action-command="SELECT"  tooltip="seleccionar_por_rectangulo" icon="images/Select.png"/>
148
                        <menu text="Mapa/Insertar/Vista" action-command="RECTANGLEVIEW" tooltip="insertar_vista" icon="images/MapaVista.png"/>
149
                        <menu text="Mapa/Insertar/imagen" action-command="RECTANGLEPICTURE" tooltip="insertar_imagen" icon="images/MapaImagen.png"/>
150
                        <menu text="Mapa/Insertar/escala" action-command="RECTANGLESCALEBAR"  tooltip="insertar_escala" icon="images/MapaEscala.png"/>
151
                        <menu text="Mapa/Insertar/leyenda" action-command="RECTANGLELEGEND"  tooltip="insertar_leyenda" icon="images/MapaLeyenda.png"/>
152
                        <menu text="Mapa/Insertar/texto" action-command="RECTANGLETEXT" tooltip="insertar_texto" icon="images/MapaTexto.png"/>
153
                        
154
                        <menu text="Mapa/Insertar/punto" action-command="POINT" tooltip="insertar_punto" icon="images/Point.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/anadir_tag" key="t" action-command="SET_TAG" tooltip="anadir_tag" icon="images/tag.png"/>
158
                        
159
                        <tool-bar name="Mapa">
160
                                <selectable-tool icon="images/tag.png" action-command="SET_TAG" tooltip="anadir_tag"/>
161
                                <selectable-tool icon="images/LayoutZoomIn.png" action-command="ZOOM_IN" tooltip="Zoom_M?s"/>
162
                                <selectable-tool icon="images/LayoutZoomOut.png" action-command="ZOOM_OUT" tooltip="Zoom_Menos"/>
163
                                <selectable-tool icon="images/LayoutPan.png" action-command="PAN"  tooltip="Encuadre"/>
164
                                <selectable-tool icon="images/Select.png" action-command="SELECT"  tooltip="seleccionar_por_rectangulo"/>
165
                                <selectable-tool icon="images/MapaVista.png" action-command="RECTANGLEVIEW" tooltip="insertar_vista"/>
166
                                <selectable-tool icon="images/MapaImagen.png" action-command="RECTANGLEPICTURE" tooltip="insertar_imagen"/>
167
                                <selectable-tool icon="images/MapaEscala.png" action-command="RECTANGLESCALEBAR"  tooltip="insertar_escala"/>
168
                                <selectable-tool icon="images/MapaLeyenda.png" action-command="RECTANGLELEGEND"  tooltip="insertar_leyenda"/>
169
                                <selectable-tool icon="images/MapaTexto.png" action-command="RECTANGLETEXT"  tooltip="insertar_texto"/>
170
                                <selectable-tool icon="images/MapContents.png" action-command="VIEW_FULL" tooltip="Zoom_Completo_Vista"/>
171
                                <selectable-tool icon="images/ZoomIn.png" action-command="VIEW_ZOOMIN" tooltip="Zoom_M?s_Vista"/>
172
                                <selectable-tool icon="images/ZoomOut.png" action-command="VIEW_ZOOMOUT" tooltip="Zoom_Menos_Vista"/>
173
                                <selectable-tool icon="images/Pan.png" action-command="VIEW_PAN" tooltip="Encuadre_Vista"/>
174
                        </tool-bar>
175
                        
176
                        <tool-bar name="Herramientas">
177
                                <action-tool icon="images/mundo.gif" action-command="FULL" tooltip="Zoom_Completo"/>
178
                                <action-tool icon="images/zoomreal.png" action-command="REALZOOM" tooltip="Zoom_Real"/>
179
                                <action-tool icon="images/zoomselect.png" action-command="ZOOMSELECT" tooltip="Zoom_Select"/>
180
                                <action-tool icon="images/zoommas.png" action-command="ZOOMIN" tooltip="Zoom_M?s"/>
181
                                <action-tool icon="images/zoommenos.png" action-command="ZOOMOUT" tooltip="Zoom_Menos"/>
182
                        </tool-bar>
183
                        
184
                </extension>
185
                <extension class-name="com.iver.cit.gvsig.GraphicControls"
186
                        description="Extensi?n encargada de gestionar los eventos realizados sobre los gr?ficos que contiene el Layout."
187
                        active="true">
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.GeometryExtension" 
209
                        description="Extensi?n encargada de gestionar los eventos realizados sobre una Geometry."
210
                        active="true">
211
                        <menu text="geometria/insertar/punto" action-command="POINT" icon="images/Point.png"/>
212
                        <menu text="geometria/insertar/linea" action-command="LINE" icon="images/Rect.png"/>
213
                        <menu text="geometria/insertar/polilinea" action-command="POLYLINE" icon="images/Line.png"/>
214
                        <menu text="geometria/insertar/poligono" action-command="POLYGON" icon="images/Poligon.png"/>
215
                        <menu text="geometria/insertar/rectangulo" action-command="RECTANGLE" icon="images/Rectangle.png"/>
216
                        <menu text="geometria/insertar/circulo" action-command="CIRCLE" icon="images/Circle.png"/>
217
                        <menu text="geometria/insertar/elipse" action-command="ELLIPSE" icon="images/Ellipse.png"/>
218
                        <menu text="geometria/insertar/arc" action-command="ARC" icon="images/Arc.png"/>
219
                        <!--menu text="geometria/insertar/curva" action-command="SPLINE" icon="images/Spline.png"/-->
220
                        <menu text="geometria/insertar/copia" action-command="COPY" icon="images/Copy.png"/>
221
                        <!--menu text="geometria/insertar/equidistante" action-command="EQUIDISTANCE" icon="images/Equidistance.png"/-->
222
                        <!--menu text="geometria/insertar/Matriz" action-command="MATRIZ" icon="images/Matriz.png"/-->
223
                        <menu text="geometria/insertar/simetria" action-command="SYMMETRY" icon="images/Symmetry.png"/>
224
                        <menu text="geometria/insertar/rotacion" action-command="ROTATION" icon="images/Rotation.png"/>
225
                        <menu text="geometria/insertar/estirar" action-command="STRETCHING" icon="images/Stretching.png"/>
226
                        <menu text="geometria/insertar/escalado" action-command="SCALE" icon="images/Scale.png"/>
227
                        <!--menu text="geometria/insertar/alargar" action-command="EXTEND" icon="images/Extend.png"/-->
228
                        <!--menu text="geometria/insertar/recortar" action-command="TRIM" icon="images/Trim.png"/-->
229
                        <!--menu text="geometria/insertar/unir_separar" action-command="UNIT" icon="images/Unit.png"/-->
230
                        <menu text="geometria/insertar/explotar" action-command="EXPLOIT" icon="images/Exploit.png"/>
231
                        <!--menu text="geometria/insertar/chaflan" action-command="CHAFLAN" icon="images/Chaflan.png"/-->
232
                        <!--menu text="geometria/insertar/empalme" action-command="JOIN" icon="images/Join.png"/-->
233
                        
234
                        <tool-bar name="insertar">
235
                                <selectable-tool icon="images/Point.png" action-command="POINT" tooltip="punto" group="vista"/>
236
                                <selectable-tool icon="images/Rect.png" action-command="LINE" tooltip="linea" group="vista"/>
237
                                <selectable-tool icon="images/Line.png" action-command="POLYLINE" tooltip="polilinea" group="vista"/>
238
                                <selectable-tool icon="images/Poligon.png" action-command="POLYGON" tooltip="poligono" group="vista"/>
239
                                <selectable-tool icon="images/Rectangle.png" action-command="RECTANGLE" tooltip="rectangulo" group="vista"/>
240
                                <selectable-tool icon="images/Circle.png" action-command="CIRCLE" tooltip="circulo" group="vista"/>
241
                                <selectable-tool icon="images/Ellipse.png" action-command="ELLIPSE" tooltip="elipse" group="vista"/>
242
                                <selectable-tool icon="images/Arc.png" action-command="ARC" tooltip="arco" group="vista"/>
243
                                <!--selectable-tool icon="images/Spline.png" action-command="SPLINE" tooltip="curva" group="vista"/-->
244
                        </tool-bar>
245
                        <tool-bar name="modificar">        
246
                                <selectable-tool name="selection" icon="images/Select.png" action-command="SELECT" tooltip="seleccionar_por_rectangulo" group="vista"/>
247
                                <selectable-tool icon="images/Copy.png" action-command="COPY" tooltip="copia" group="vista"/>
248
                                <!--selectable-tool icon="images/Equidistance.png" action-command="EQUIDISTANCE" tooltip="equidistante" group="vista"/-->
249
                                <!--selectable-tool icon="images/Matriz.png" action-command="MATRIZ" tooltip="matriz" group="vista"/-->
250
                                <selectable-tool icon="images/Symmetry.png" action-command="SYMMETRY" tooltip="simetria" group="vista"/>
251
                                <selectable-tool icon="images/Rotation.png" action-command="ROTATION" tooltip="rotacion" group="vista"/>
252
                                <selectable-tool icon="images/Stretching.png" action-command="STRETCHING" tooltip="estirar" group="vista"/>
253
                                <selectable-tool icon="images/Scale.png" action-command="SCALE" tooltip="escalado" group="vista"/>
254
                                <!--selectable-tool icon="images/Extend.png" action-command="EXTEND" tooltip="alargar" group="vista"/-->
255
                                <!--selectable-tool icon="images/Trim.png" action-command="TRIM" tooltip="recortar" group="vista"/-->
256
                                <!--selectable-tool icon="images/Unit.png" action-command="UNIT" tooltip="unir_separar" group="vista"/-->
257
                                <selectable-tool icon="images/Exploit.png" action-command="EXPLOIT" tooltip="explotar" group="vista"/>
258
                                <!--selectable-tool icon="images/Chaflan.png" action-command="CHAFLAN" tooltip="chaflan" group="vista"/-->
259
                                <!--selectable-tool icon="images/Join.png" action-command="JOIN" tooltip="empalme" group="vista"/-->
260
                        </tool-bar>
261
                </extension>
262
                <extension class-name="com.iver.cit.gvsig.RedoCommandExtension" 
263
                        description="Extensi?n encargada de gestionar los eventos rehacer."
264
                        active="true">
265
                        <tool-bar name="modificar">        
266
                                <action-tool icon="images/Redo.png" action-command="REDO" tooltip="rehacer"/>
267
                        </tool-bar>
268
                </extension>
269
                <extension class-name="com.iver.cit.gvsig.UndoCommandExtension" 
270
                        description="Extensi?n encargada de gestionar los eventos deshacer."
271
                        active="true">
272
                        <tool-bar name="modificar">        
273
                                <action-tool icon="images/Undo.png" action-command="UNDO" tooltip="deshacer"/>
274
                        </tool-bar>
275
                </extension>
276
                
277
                <extension class-name="com.iver.cit.gvsig.TableOperations" 
278
                        description="Extensi?n encargada de abrir el di?logo para filtrar una tabla."
279
                        active="true">
280
                        <menu text="Tabla/filtro" icon="images/Filtro.png"/>
281
                        <tool-bar name="Herramientas">
282
                                <action-tool icon="images/Filtro.png" tooltip="filtro"/>
283
                        </tool-bar>
284
                </extension>
285
                <extension class-name="com.iver.cit.gvsig.ViewProjectWindow" 
286
                        description="Extensi?n encargada de abrir la ventana de gesti?n del proyecto."
287
                        active="true">
288
                        <menu text="Ver/ventana_proyecto" 
289
                                key="p" mnemonic="p" 
290
                                tooltip="ver_tooltip"
291
                                action-command="SHOW"/>
292
                </extension>
293
                
294
                <extension class-name="com.iver.cit.gvsig.Tabla" 
295
                        description="Extensi?n encargada de abrir la tabla asociada al tema seleccionado."
296
                        active="true">
297
                        <menu text="Tema/ver_tabla_atributos" icon="images/ResultConsulta.png"/>
298
                        <tool-bar name="Acciones">
299
                                <action-tool icon="images/ResultConsulta.png" 
300
                                        enableText="Un_Layer"
301
                                        tooltip="Muestra_atributos"/>
302
                        </tool-bar>
303
                </extension>
304
                <extension class-name="com.iver.cit.gvsig.Print" 
305
                        description="Extensi?n encargada de la impresi?n."
306
                        active="true">
307
                        <menu text="Mapa/Imprimir" icon="images/print.png"/>
308
                        <tool-bar name="Mapa">
309
                                <action-tool icon="images/print.png"/>
310
                        </tool-bar>
311
                </extension>
312
                <extension class-name="com.iver.cit.gvsig.PrintProperties" 
313
                        description="Extensi?n encargada de las propiedades de impresi?n."
314
                        active="true">
315
                        <tool-bar name="Mapa">
316
                                <action-tool icon="images/Frame.gif"/>
317
                        </tool-bar>
318
                </extension>
319
                <extension class-name="com.iver.cit.gvsig.Export" 
320
                        description="Extensi?n encargada de exportar una vista al formato de imagen que se seleccione."
321
                        active="true">
322
                        <menu text="Vista/exportar_a"/>
323
                </extension>
324
                <extension class-name="com.iver.cit.gvsig.About" 
325
                        description="Extensi?n encargada de abrir una ventana con la informaci?n relativa al programa."
326
                        active="true">
327
                        <menu text="Ayuda/acerca_de" />
328
                </extension>
329
                
330
        </extensions>
331
        <icon src="images/logoGVA.gif" text="Piloto gvSIG-CAD"/>
332
</plugin-config>