Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.plugin / org.gvsig.app / org.gvsig.app.mainplugin / src / main / resources-plugin / config.xml @ 40965

History | View | Annotate | Download (26.9 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!--
3

4
    gvSIG. Desktop Geographic Information System.
5

6
    Copyright (C) 2007-2013 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 3
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

    
29
  <depends plugin-name="org.gvsig.projection.app.mainplugin" />
30
  <depends plugin-name="org.gvsig.geometry.app.mainplugin" />
31
  <alternativeNames name="org.gvsig.app"/>
32
  <icon src="gvsig-logo-icon" text="gvSIG"/>
33
  <libraries library-dir="lib"/>
34
  <resourceBundle name="text"/>
35
  <label-set class-name="org.gvsig.app.project.documents.view.gui.DefaultViewPanel">
36
    <label id="units" size="75"/>
37
    <label id="x" size="120"/>
38
    <label id="y" size="120"/>
39
    <label id="4" size="110"/>
40
    <label id="5" size="110"/>
41
    <label id="distancearea" size="30"/>
42
    <label id="projection" size="110"/>
43
  </label-set>
44
  
45
  <!-- 
46
  <popup-menus>
47
    <popup-menu name="view.toc.context.menu">
48
      <menu name="view-layer-add"/>
49
    </popup-menu>
50
  </popup-menus>
51
  -->
52
  
53
  <extensions>
54
    <extension class-name="org.gvsig.app.extension.InitialWarningExtension"
55
      description="Initial warning message"
56
      active="true"
57
      priority="1">
58
    </extension>
59
    
60
    <extension class-name="org.gvsig.app.extension.CheckSOAndArquitectureExtension"
61
      description="Check OS and architecture of installed packages"
62
      active="true"
63
      priority="1">
64
    </extension>
65

    
66
    <extension class-name="org.gvsig.app.extension.InitializeApplicationExtension"
67
      description="Initialize application extension"
68
      active="true"
69
      priority="99999">
70
    </extension>
71

    
72
    <extension class-name="org.gvsig.app.extension.ProjectExtension"
73
      description="Extensi?n encargada de gestionar los proyectos."
74
      active="true"
75
      priority="10">
76

    
77
      <action 
78
        name= "application-project-new"
79
        label="nuevo_proyecto"
80
        tooltip="nuevo_tooltip"
81
        action-command="application-project-new" 
82
        icon="application-project-new"
83
        position="100100000"
84
        accelerator="Ctrl+N"
85
        />
86
      <action
87
        name="application-project-open"
88
        label="abrir_proyecto"
89
        tooltip="abrir_tooltip"
90
        action-command="application-project-open" 
91
        icon="application-project-open"
92
        position="100200000"
93
        accelerator="Ctrl+O"
94
        />
95
      <action 
96
        name="application-project-save"
97
        label="guardar_proyecto"
98
        tooltip="guardar_tooltip"
99
        action-command="application-project-save" 
100
        icon="application-project-save"
101
        position="100300000"
102
        accelerator="Ctrl+S"
103
        />
104
      <action 
105
        name="application-project-saveas"
106
        label="guardar_como"
107
        tooltip="guardar_como"
108
        action-command="application-project-save-as" 
109
        icon="application-project-save-as"
110
        position="100400000"
111
        accelerator="Ctrl+Shift+S"
112
        />
113

    
114

    
115

    
116
      <menu text="File"
117
        position="100000000"
118
        is_separator="true"/>
119
      <menu text="File/Export"
120
        position="100900000"
121
        is_separator="true"/>
122
      <menu text="Edit"
123
        position="200000000"
124
        is_separator="true"/>
125
      <menu text="Selection"
126
        position="300000000"
127
        is_separator="true"/>
128
      <menu text="Show"
129
        position="400000000"
130
        is_separator="true"/>
131

    
132
      <menu text="Layer"
133
        position="600000000"
134
        is_separator="true"/>
135
      <menu text="Layer/Set_to"
136
        position="600400000"
137
        is_separator="true"/>
138

    
139
      <menu text="View"
140
        position="650000000"
141
        is_separator="true"/>
142
      <menu text="View/Navigation"
143
        position="650100000"
144
        is_separator="true"/>
145
      <menu text="View/Query"
146
        position="650700000"
147
        is_separator="true"/>
148
        
149
      <menu text="tools"
150
        position="900000000"
151
        is_separator="true"/>
152
      <menu text="tools/Development"
153
        position="908500000" 
154
        is_separator="true"/>
155
      <menu text="tools/Development/Disposables"
156
        position="908500200" 
157
        is_separator="true"/>
158
        
159
        
160
      <menu text="Window"
161
        position="960000000"
162
        is_separator="true"/>
163
      <menu text="Help"
164
        position="990000000"
165
        is_separator="true"/>
166

    
167
      <menu 
168
        text="File/nuevo_proyecto"
169
        name= "application-project-new"
170
        />
171
      <menu 
172
        text="File/abrir_proyecto"
173
        name="application-project-open"
174
        />
175
      <menu 
176
        text="File/guardar_proyecto"
177
        name="application-project-save"
178
        />
179
      <menu 
180
        text="File/guardar_como"
181
        name="application-project-saveas"
182
        />
183

    
184
      <tool-bar name="project" position="1">
185
        <action-tool name="application-project-new"/>
186
        <action-tool name="application-project-open"/>
187
        <action-tool name="application-project-save"/>
188
      </tool-bar>
189
    </extension>
190

    
191
    <extension class-name="org.gvsig.app.extension.ViewProjectWindow"
192
      description="Extensi?n encargada de abrir la ventana de gesti?n del proyecto."
193
      active="true">
194

    
195
      <action 
196
        name="show-project-manager"
197
        label="_Show_project"
198
        tooltip="_Show_project_window"
199
        action-command="show-project-manager" 
200
        icon="show-project-manager"
201
        position="400100000"
202
        accelerator="Alt+P"
203
        />
204

    
205
      <menu 
206
        text="Show/_Project_manager"
207
        name="show-project-manager"
208
        />
209
    </extension>
210

    
211
    <extension class-name="org.gvsig.app.extension.AddLayer"
212
      description="Extensi?n encargada de abrir las diferentes capas."
213
      active="true"
214
      priority="20">
215
      <action 
216
        name="view-layer-add"
217
        label="Add_layer"
218
        tooltip="Add_layer"
219
        action-command="view-layer-add" 
220
        icon="view-layer-add"
221
        position="650300000"
222
        accelerator="Alt+O"
223
        />
224

    
225
      <menu 
226
        name="view-layer-add"
227
        text="View/Add_layer" 
228
        />
229
      <tool-bar name="view" position="30010">
230
        <action-tool name="view-layer-add"/>
231
      </tool-bar>
232
    </extension>
233

    
234
    <extension class-name="org.gvsig.app.extension.BasicSymbologyExtension"
235
      description="Enables the  symbology."
236
      active="true"
237
      priority="20">
238
    </extension>
239

    
240
    <extension class-name="org.gvsig.app.extension.ZoomPrev"
241
      description="Extensi?n encargada de gestionar los zooms previos al actual."
242
      active="true">
243
      <action 
244
        name="view-navigation-zoom-back"
245
        label="Zoom_back"
246
        tooltip="Zoom_back"
247
        action-command="view-navigation-zoom-back" 
248
        icon="view-navigation-zoom-back"
249
        position="650100700"
250
        accelerator=""
251
        />
252

    
253
      <menu 
254
        name="view-navigation-zoom-back"
255
        text="View/Navigation/Zoom_back"  
256
        />
257
      <tool-bar name="view_navigation" position ="3">
258
        <action-tool name="view-navigation-zoom-back"/>
259
      </tool-bar>
260
    </extension>
261

    
262
    <extension class-name="org.gvsig.app.extension.InfoToolExtension"
263
      description="Extensi?n encargada de gestionar la herramienta de info."
264
      active="true"
265
      priority="29">
266
      <action 
267
        name="layer-info-by-point"
268
        label="_Information_by_point"
269
        tooltip="_Information_by_point"
270
        action-command="layer-info-by-point" 
271
        icon="layer-info-by-point"
272
        position="600200000"
273
        accelerator=""
274
        />
275
      <menu 
276
        name="layer-info-by-point"
277
        text="Layer/Query/_Information_by_point" 
278
        />
279
      <tool-bar name="view_tools_query" position="5">
280
        <selectable-tool name="layer-info-by-point" />
281
      </tool-bar>
282
    </extension>
283
    
284
    
285
    <extension class-name="org.gvsig.app.extension.MetadataPropertiesExtension"
286
      description="Extensi?n encargada de mostrar los metadatos de la capa seleccionada."
287
      active="true">
288
    </extension>
289
    
290

    
291
    <extension class-name="org.gvsig.app.extension.ViewControls"
292
      description="Extensi?n encargada de gestionar la vista."
293
      active="true"
294
      priority="30">
295
      <combo-scale name="view-change-scale"
296
        label="1:"
297
        elements="1000;2000;5000;10000;25000;50000;100000;200000;500000;1000000;2000000;5000000"
298
          value="10000"
299
          action-command="view-change-scale" />
300
         
301
      <action 
302
        name="view-change-scale"
303
        label="_Change_scale" 
304
        action-command="view-change-scale" 
305
        />
306

    
307
      <action 
308
        name="view-navigation-zoom-in-topoint"
309
        label="Zoom_in" 
310
        position="650100400" 
311
        action-command="view-navigation-zoom-in-topoint" 
312
        icon="view-navigation-zoom-in-topoint"
313
        tooltip="Zoom_in"
314
        accelerator=""
315
        />
316
      <action 
317
        name="view-navigation-zoom-out-topoint"
318
        label="Zoom_out" 
319
        position="650100500" 
320
        action-command="view-navigation-zoom-out-topoint" 
321
        icon="view-navigation-zoom-out-topoint"
322
        tooltip="Zoom_out"
323
        accelerator=""
324
        />
325
      <action 
326
        name="view-navigation-zoom-all"
327
        label="Zoom_all" 
328
        position="650100800" 
329
        action-command="view-navigation-zoom-all" 
330
        icon="view-navigation-zoom-all"
331
        tooltip="Zoom_all" 
332
        accelerator=""
333
        />
334
      <action 
335
        name="view-navigation-zoom-in-center"
336
        label="Zoom_in_to_center" 
337
        position="650100200" 
338
        action-command="view-navigation-zoom-in-center" 
339
        tooltip="Zoom_in_to_center" 
340
        icon="view-navigation-zoom-in-center"
341
        accelerator=""
342
        />
343
      <action 
344
        name="view-navigation-zoom-out-center"
345
        label="Zoom_out_to_center" 
346
        position="650100300" 
347
        action-command="view-navigation-zoom-out-center" 
348
        tooltip="Zoom_out_to_center" 
349
        icon="view-navigation-zoom-out-center"
350
        accelerator=""
351
        />
352
      <action 
353
        name="view-navigation-pan"
354
        label="Pan" 
355
        position="650100100" 
356
        action-command="view-navigation-pan" 
357
        icon="view-navigation-pan"
358
        tooltip="Pan"
359
        accelerator=""
360
        />
361
      <action 
362
        name="view-navigation-frame-manager"
363
        label="Frame_manager" 
364
        position="650109000" 
365
        action-command="view-navigation-frame-manager" 
366
        icon="view-navigation-frame-manager"
367
        tooltip="Frame_manager"
368
        accelerator=""
369
        />
370

    
371
      
372
      <action 
373
        name="layer-set-visible"
374
        label="_Show_layers" 
375
        position="600400100" 
376
        action-command="layer-set-visible"
377
        icon="layer-set-visible"
378
        tooltip="_Show_layers"
379
        accelerator=""
380
        />
381
      <action 
382
        name="layer-set-hide"
383
        label="_Hide_layers" 
384
        position="600400200"
385
        action-command="layer-set-hide"
386
        icon="layer-set-hide"
387
        tooltip="_Hide_layers"
388
        accelerator=""
389
        />
390
      <action 
391
        name="layer-set-active"
392
        label="_Set_Layers_active" 
393
        position="600400300"
394
        action-command="layer-set-active"
395
        icon="layer-set-active"
396
        tooltip="_Set_Layers_active"
397
        accelerator=""
398
        />
399
      <action 
400
        name="layer-set-inactive"
401
        label="_Set_Layers_inactive" 
402
        position="600400400" 
403
        action-command="layer-set-inactive"
404
        icon="layer-set-inactive"
405
        tooltip="_Set_Layers_inactive"
406
        accelerator=""
407
        />
408

    
409
      <action 
410
        name="view-locator-setup"
411
        label="_Locator_setup" 
412
        position="658000000" 
413
        action-command="view-locator-setup"
414
        icon="view-locator-setup"
415
        tooltip="_Locator_setup"
416
        accelerator=""
417
        />
418

    
419
      <menu 
420
        name="view-navigation-zoom-in-topoint"
421
        text="View/Navigation/Zoom_in" 
422
        />
423
      <menu 
424
        name="view-navigation-zoom-out-topoint"
425
        text="View/Navigation/Zoom_out" 
426
        />
427
      <menu 
428
        name="view-navigation-zoom-all"
429
        text="View/Navigation/Zoom_all" 
430
        />
431
      <menu 
432
        name="view-navigation-zoom-in-center"
433
        text="View/Navigation/Zoom_in_to_center" 
434
        />
435
      <menu 
436
        name="view-navigation-zoom-out-center"
437
        text="View/Navigation/Zoom_out_to_center" 
438
        />
439
      <menu 
440
        name="view-navigation-pan"
441
        text="View/Navigation/Pan" 
442
        />
443
      <menu 
444
        name="view-navigation-frame-manager"
445
        text="View/Navigation/Frame_manager" 
446
        />
447

    
448
      
449
      <menu 
450
        name="layer-set-visible"
451
        text="Layer/_Set_all_to/visible" 
452
        />
453
      <menu 
454
        name="layer-set-hide"
455
        text="Layer/_Set_all_to/Hidden" 
456
        />
457
      <menu 
458
        name="layer-set-active"
459
        text="Layer/_Set_all_to/Active" 
460
        />
461
      <menu 
462
        name="layer-set-inactive"
463
        text="Layer/_Set_all_to/Inactive" 
464
        />
465

    
466
      <menu 
467
        name="view-locator-setup"
468
        text="View/Locator_setup" 
469
        />
470
      
471
      
472
      <tool-bar name="view_navigation" position="3">
473
        <selectable-tool name="view-navigation-zoom-in-topoint" is-default="true" />
474
        <selectable-tool name="view-navigation-zoom-out-topoint" />
475
        <action-tool name="view-navigation-zoom-all"  />
476
        <action-tool name="view-navigation-zoom-in-center"  />
477
        <action-tool name="view-navigation-zoom-out-center"  />
478
      </tool-bar>
479
      
480
      <tool-bar name="view_navigation" position ="4">
481
        <selectable-tool name="view-navigation-pan"/>
482
        <action-tool name="view-navigation-frame-manager" />
483
      </tool-bar>
484

    
485
    </extension>
486

    
487
    <extension class-name="org.gvsig.app.extension.MeasureExtension"
488
      description="Extensi?n encargada de gestionar las operaciones de medir sobre la vista."
489
      active="true"
490
      priority="30">
491
      <action 
492
        name="view-query-distance"
493
        label="_Query_distance" 
494
        position="650700200" 
495
        action-command="view-query-distance" 
496
        icon="view-query-distance"
497
        tooltip="_Query_distance" 
498
        accelerator=""
499
        />
500
      <action 
501
        name="view-query-area"
502
        label="_Query_area" 
503
        position="650700100" 
504
        action-command="view-query-area" 
505
        icon="view-query-area"
506
        tooltip="_Query_area"
507
        accelerator=""
508
        />
509

    
510

    
511
      <menu 
512
        name="view-query-distance"
513
        text="View/Query/Distance" 
514
        />
515
      <menu 
516
        name="view-query-area"
517
        text="View/Query/Area" 
518
        />
519

    
520
      <tool-bar name="view_tools_query" position="5">
521
        <selectable-tool name="view-query-distance" />
522
        <selectable-tool name="view-query-area" />
523
      </tool-bar>
524

    
525
    </extension>
526

    
527
    <extension class-name="org.gvsig.app.extension.ViewSelectionControls"
528
      description="Extensi?n encargada de gestionar la vista."
529
      active="true"
530
      priority="30">
531
      <action 
532
        name="selection-simple-select-view"
533
        label="_Simple_select" 
534
        position="300700000" 
535
        action-command="selection-simple-select-view" 
536
        icon="selection-simple-select"
537
        tooltip="_Simple_select" 
538
        accelerator=""
539
        />
540
      <action 
541
        name="selection-select-by-rectangle-view"
542
        label="Select_by_rectangle" 
543
        position="301200000" 
544
        action-command="selection-select-by-rectangle-view" 
545
        icon="selection-select-by-rectangle"
546
        tooltip="Select_by_rectangle" 
547
        accelerator=""
548
        />
549
      <action
550
        name="selection-select-by-polygon"
551
        label="Select_by_polygon" 
552
        position="301300000" 
553
        action-command="selection-select-by-polygon" 
554
        icon="selection-select-by-polygon"
555
        tooltip="Select_by_polygon" 
556
        accelerator=""
557
        />
558

    
559

    
560
      <menu 
561
        name="selection-simple-select-view"
562
        text="Selection/Simple" 
563
        />
564
      <menu 
565
        name="selection-select-by-rectangle-view"
566
        text="Selection/Select_by_rectangle" 
567
        />
568
      <menu 
569
        name="selection-select-by-polygon"
570
        text="Selection/Select_by_polygon" 
571
        />
572

    
573
      <tool-bar name="view_selection" position="6">
574
        <selectable-tool name="selection-simple-select-view" />
575
        <selectable-tool name="selection-select-by-rectangle-view" />
576
        <selectable-tool name="selection-select-by-polygon" />
577
      </tool-bar>
578

    
579
    </extension>
580
    
581
    <extension class-name="org.gvsig.app.extension.ViewSelectionByTheme"
582
      description="Extensi?n encargada de la selecci?n por tema."
583
      active="true"
584
      priority="30">
585
      <action 
586
        name="selection-select-by-layer"
587
        position="301100000"
588
        label="_Select_by_layer" 
589
        action-command="selection-select-by-layer"
590
        icon="selection-select-by-layer"
591
        tooltip="_Select_by_layer" 
592
        accelerator=""
593
        />
594

    
595
      <menu 
596
        name="selection-select-by-layer"
597
        text="Selection/Select_by_layer" 
598
        />
599
    </extension>
600
        
601
    <extension class-name="org.gvsig.app.extension.ViewInvertSelection"
602
      description="Extensi?n encargada de hacer la selecci?n inversa."
603
      active="true"
604
      priority="30">
605
      <action 
606
        name="selection-reverse-view"
607
        label="_Reverse_selection" 
608
        position="300500000" 
609
        action-command="selection-reverse-view" 
610
        icon="selection-reverse"
611
        tooltip="_Reverse_selection" 
612
        accelerator=""
613
        />
614

    
615
      <menu 
616
        name="selection-reverse-view"
617
        text="Selection/Reverse" 
618
        />
619

    
620
      <tool-bar name="view_selection" position="6">
621
          <action-tool name="selection-reverse-view" />
622
      </tool-bar>
623

    
624
    </extension>
625
        
626
    <extension class-name="org.gvsig.app.extension.ViewPropertiesExtension"
627
      description="Extensi?n encargada de gestionar el di?logo de propiedades de la vista."
628
      active="true">
629
      <action 
630
        name="view-properties"
631
        label="_View_properties" 
632
        position="659000000" 
633
        action-command="view-properties"
634
        icon="view-properties"
635
        tooltip="_Show_view_properties" 
636
        accelerator=""
637
        />
638

    
639

    
640
      <menu 
641
        name="view-properties"
642
        text="View/Properties" 
643
        />
644

    
645
    </extension>
646

    
647
    <extension class-name="org.gvsig.app.extension.ZoomToSelectExtension"
648
      description="Extensi?n encargada de gestionar los eventos realizados sobre una capa."
649
      active="true">
650

    
651
      <action 
652
        name="view-navigation-zoom-to-selection"
653
        label="Zoom_to_selection" 
654
        position="650100900" 
655
        action-command="view-navigation-zoom-to-selection" 
656
        icon="view-navigation-zoom-to-selection"
657
        tooltip="Zoom_to_selection" 
658
        accelerator=""
659
        />
660

    
661
      <menu 
662
        name="view-navigation-zoom-to-selection"
663
        text="View/Navigation/Zoom_to_selection" 
664
        />
665

    
666
      <tool-bar name="view_navigation" position="3">
667
        <action-tool name="view-navigation-zoom-to-selection" />
668
      </tool-bar>
669

    
670
    </extension>
671

    
672
    <extension class-name="org.gvsig.app.extension.ClearSelectionExtension"
673
      description="Extensi?n encargada de limpiar la selecci?n."
674
      active="true">
675

    
676
      <action 
677
        name="selection-clear-view"
678
        label="_Clear_selection" 
679
        position="300300000" 
680
        action-command="selection-clear-view" 
681
        icon="edit-clear"
682
        tooltip="_Clear_selection" 
683
        accelerator=""
684
        />
685

    
686
      <menu 
687
        name="selection-clear-view"
688
        text="Selection/_Clear" 
689
        />
690

    
691
      <tool-bar name="view_selection" position="6">
692
        <action-tool name="selection-clear-view" />
693
      </tool-bar>
694

    
695
    </extension>
696

    
697
    <extension class-name="org.gvsig.app.extension.FiltroExtension"
698
      description="Extensi?n encargada de abrir el di?logo para filtrar una vista."
699
      active="true">
700

    
701
      <action 
702
        name="layer-filter"
703
        label="Filter" 
704
        position="600100000" 
705
        icon="layer-filter" 
706
        tooltip="Filter" 
707
        action-command="layer-filter"
708
        accelerator=""
709
        />
710

    
711
      <menu 
712
        name="layer-filter"
713
        text="Layer/Filter" 
714
        />
715

    
716
      <tool-bar name="layer_tools" position="12">
717
        <action-tool name="layer-filter" />
718
      </tool-bar>
719

    
720
    </extension>
721

    
722
    <extension class-name="org.gvsig.app.extension.dispose.DisposableManagementExtension"
723
      description="Extensi?n con informaci?n sobre disposables."
724
      active="true"
725
      priority="1000">
726

    
727
      <action 
728
        name="tools-devel-disposables-show-pendings"
729
        label="_Show_pendings_disposables" 
730
        position="908500200"  
731
        tooltip="_Show_pendings_disposables" 
732
        action-command="tools-devel-disposables-show-pendings"
733
        icon="tools-devel-disposables-show-pendings"
734
        accelerator=""
735
        />
736
      <action 
737
        name="tools-devel-disposables-free-all"
738
        label="_Free_all_disposables" 
739
        position="908500201" 
740
        action-command="tools-devel-disposables-free-all"
741
        icon="tools-devel-disposables-free-all"
742
        tooltip="_Free_all_disposables" 
743
        accelerator=""
744
        />
745

    
746
      <menu 
747
        name="tools-devel-disposables-show-pendings"
748
        text="tools/Development/Disposables/Show_pendings" 
749
        />
750
      <menu 
751
        name="tools-devel-disposables-free-all"
752
        text="tools/Development/Disposables/Free_all" 
753
        />
754

    
755
    </extension>
756

    
757
    <extension class-name="org.gvsig.app.extension.ShowDevelInfoExtension"
758
      description="Presenta informacion relevante para debug."
759
      active="true"
760
      priority="30">
761
      <action 
762
        name="tools-devel-show-persistencefactories"
763
        label="_Show_persistence_factories" 
764
        tooltip="_Show_persistence_factories" 
765
        position="908500400" 
766
        action-command="tools-devel-show-persistencefactories"
767
        icon="tools-devel-show-persistencefactories"
768
        accelerator=""
769
        />
770
      <action 
771
        name="tools-devel-show-icontheme"
772
        label="_Show_icon_theme_information" 
773
        tooltip="_Show_icon_theme_information" 
774
        position="908500300" 
775
        action-command="tools-devel-show-icontheme"
776
        icon="tools-devel-show-icontheme"
777
        accelerator=""
778
        />
779
      <action 
780
        name="tools-devel-show-actions"
781
        label="_Show_actions_information" 
782
        tooltip="_Show_actions_information" 
783
        position="908500100" 
784
        action-command="tools-devel-show-actions"
785
        icon="tools-devel-show-actions"
786
        accelerator=""
787
        />
788
      <action 
789
        name="tools-devel-show-plugin-report"
790
        label="_Show_plugin_report" 
791
        tooltip="_Show_plugin_report_of_actions_menus_and_icons" 
792
        position="908500100" 
793
        action-command="tools-devel-show-plugin-report"
794
        icon="tools-devel-show-plugin-report"
795
        accelerator=""
796
        />
797
      <action 
798
        name="tools-devel-show-menus"
799
        label="_Show_menu_information" 
800
        tooltip="_Show_menu_information" 
801
        position="908500200" 
802
        action-command="tools-devel-show-menus"
803
        icon="tools-devel-show-menus"
804
        accelerator=""
805
        />
806
      <action 
807
        name="tools-devel-show-menus-by-plugin"
808
        label="_Show_menu_by_plugin_information" 
809
        tooltip="_Show_menu_ordered_by_plugin_information" 
810
        position="908500300" 
811
        action-command="tools-devel-show-menus-by-plugin"
812
        icon="tools-devel-show-menus-by-plugin"
813
        accelerator=""
814
        />
815
      <menu 
816
        name="tools-devel-show-persistencefactories"
817
        text="tools/Development/Show persistence factories" 
818
        />
819
      <menu 
820
        name="tools-devel-show-icontheme"
821
        text="tools/Development/Show icon theme information" 
822
        />
823
      <menu 
824
        name="tools-devel-show-plugin-report"
825
        text="tools/Development/Show plugin report of actions menus and icons" 
826
        />
827
      <menu 
828
        name="tools-devel-show-actions"
829
        text="tools/Development/Show actions information" 
830
        />
831
      <menu 
832
        name="tools-devel-show-menus"
833
        text="tools/Development/Show menu information" 
834
        />
835
      <menu 
836
        name="tools-devel-show-menus-by-plugin"
837
        text="tools/Development/Show menu by plugin information" 
838
        />
839

    
840
    </extension>
841

    
842

    
843
    <extension class-name="org.gvsig.app.extension.PaletteViewInfoExtension"
844
      description="Extensi?n encargada transformar la ventana activa en palette."
845
      active="true">
846

    
847
      <action 
848
        name="window-convert-to-tool"
849
        label="_Convert_to_tool" 
850
        tooltip="_Convert_regular_window_to_tool_window" 
851
        position="960300000" 
852
        action-command="window-convert-to-tool"
853
        icon="window-convert-to-tool"
854
        accelerator=""
855
        />
856

    
857
      <menu 
858
        name="window-convert-to-tool"
859
        text="Window/Convert_to_tool" 
860
        />
861

    
862
    </extension>
863

    
864
    <extension class-name="org.gvsig.app.extension.RestoreViewInfoExtension"
865
      description="Extensi?n encargada transformar la ventana palette en su original."
866
      active="true">
867

    
868
      <action
869
        name="window-restore-from-tool"
870
        label="_Restore_tool" 
871
        tooltip="_Restore_tool_window_to_regular_window" 
872
        position="960400000" 
873
        action-command="window-restore-from-tool"
874
        icon="window-restore-from-tool"
875
        accelerator=""
876
        />
877

    
878

    
879
      <menu 
880
        name="window-restore-from-tool"
881
        text="Window/Restore_from_tool" 
882
        />
883

    
884
    </extension>
885

    
886
    <extension class-name="org.gvsig.app.extension.About"
887
      description="Extensi?n encargada de abrir una ventana con la informaci?n relativa al programa."
888
      active="true"
889
      priority="90090">
890

    
891
      <action
892
        name="help-about"
893
        label="_About" 
894
        tooltip="_Show_about" 
895
        position="999000000" 
896
        action-command="help-about"
897
        icon="help-about"
898
        accelerator=""
899
        />
900

    
901
      <menu 
902
        name="help-about"
903
        text="Help/About" 
904
        />
905

    
906
    </extension>
907
    
908
    <extension
909
            class-name="org.gvsig.app.extension.BrowseSymbolsExtension"
910
            description="" active="true">
911

    
912
            <action 
913
                 name="tools-symbology-browse-symbols" 
914
                 label="_Browse_symbols"
915
                 tooltip="_Browse_symbols" 
916
                 action-command="tools-symbology-browse-symbols"
917
                 icon="tools-symbology-browse-symbols" 
918
                 position="900400050" 
919
                 accelerator="" 
920
            />
921
            <menu
922
                 name="tools-symbology-browse-symbols" 
923
                 text="tools/Symbols/Browse symbols"
924
            />
925
        </extension>
926

    
927
  </extensions>
928

    
929
</plugin-config>