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

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

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

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

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

    
121

    
122
      <menu text="File"
123
        position="100000000"
124
        is_separator="true"/>
125
      <menu text="File/Export"
126
        position="100900000"
127
        is_separator="true"/>
128
      <menu text="Edit"
129
        position="200000000"
130
        is_separator="true"/>
131
      <menu text="Selection"
132
        position="300000000"
133
        is_separator="true"/>
134
      <menu text="Show"
135
        position="400000000"
136
        is_separator="true"/>
137

    
138
      <menu text="Layer"
139
        position="600000000"
140
        is_separator="true"/>
141
      <menu text="Layer/Set_to"
142
        position="600400000"
143
        is_separator="true"/>
144

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

    
173
      <menu 
174
        text="File/nuevo_proyecto"
175
        name= "application-project-new"
176
        />
177
      <menu 
178
        text="File/abrir_proyecto"
179
        name="application-project-open"
180
        />
181
      <menu 
182
        text="File/guardar_proyecto"
183
        name="application-project-save"
184
        />
185
      <menu 
186
        text="File/guardar_como"
187
        name="application-project-saveas"
188
        />
189
      <menu 
190
        text="File/salir"
191
        name="application-exit"
192
        />
193
      <tool-bar name="project" position="1">
194
        <action-tool name="application-project-new"/>
195
        <action-tool name="application-project-open"/>
196
        <action-tool name="application-project-save"/>
197
      </tool-bar>
198
    </extension>
199

    
200
    <extension class-name="org.gvsig.app.extension.ViewProjectWindow"
201
      description="Extensi?n encargada de abrir la ventana de gesti?n del proyecto."
202
      active="true">
203

    
204
      <action 
205
        name="show-project-manager"
206
        label="_Show_project"
207
        tooltip="_Show_project_window"
208
        action-command="show-project-manager" 
209
        icon="show-project-manager"
210
        position="400100000"
211
        accelerator="Alt+P"
212
        />
213

    
214
      <menu 
215
        text="Show/_Project_manager"
216
        name="show-project-manager"
217
        />
218
    </extension>
219

    
220
    <extension class-name="org.gvsig.app.extension.AddLayer"
221
      description="Extensi?n encargada de abrir las diferentes capas."
222
      active="true"
223
      priority="20">
224
      <action 
225
        name="view-layer-add"
226
        label="Add_layer"
227
        tooltip="Add_layer"
228
        action-command="view-layer-add" 
229
        icon="view-layer-add"
230
        position="650300000"
231
        accelerator="Alt+O"
232
        />
233

    
234
      <menu 
235
        name="view-layer-add"
236
        text="View/Add_layer" 
237
        />
238
      <tool-bar name="view" position="30010">
239
        <action-tool name="view-layer-add"/>
240
      </tool-bar>
241
    </extension>
242

    
243
    <extension class-name="org.gvsig.app.extension.BasicSymbologyExtension"
244
      description="Enables the  symbology."
245
      active="true"
246
      priority="20">
247
    </extension>
248

    
249
    <extension class-name="org.gvsig.app.extension.ZoomPrev"
250
      description="Extensi?n encargada de gestionar los zooms previos al actual."
251
      active="true">
252
      <action 
253
        name="view-navigation-zoom-back"
254
        label="Zoom_back"
255
        tooltip="Zoom_back"
256
        action-command="view-navigation-zoom-back" 
257
        icon="view-navigation-zoom-back"
258
        position="650100700"
259
        accelerator=""
260
        />
261

    
262
      <menu 
263
        name="view-navigation-zoom-back"
264
        text="View/Navigation/Zoom_back"  
265
        />
266
      <tool-bar name="view_navigation" position ="3">
267
        <action-tool name="view-navigation-zoom-back"/>
268
      </tool-bar>
269
    </extension>
270

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

    
300
    <extension class-name="org.gvsig.app.extension.ViewControls"
301
      description="Extensi?n encargada de gestionar la vista."
302
      active="true"
303
      priority="30">
304
      <combo-scale name="view-change-scale"
305
        label="1:"
306
        elements="1000;2000;5000;10000;25000;50000;100000;200000;500000;1000000;2000000;5000000"
307
          value="10000"
308
          action-command="view-change-scale" />
309
         
310
      <action 
311
        name="view-change-scale"
312
        label="_Change_scale" 
313
        action-command="view-change-scale" 
314
        />
315

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

    
380
      
381
      <action 
382
        name="layer-set-visible"
383
        label="_Show_layers" 
384
        position="600400100" 
385
        action-command="layer-set-visible"
386
        icon="layer-set-visible"
387
        tooltip="_Show_layers"
388
        accelerator=""
389
        />
390
      <action 
391
        name="layer-set-hide"
392
        label="_Hide_layers" 
393
        position="600400200"
394
        action-command="layer-set-hide"
395
        icon="layer-set-hide"
396
        tooltip="_Hide_layers"
397
        accelerator=""
398
        />
399
      <action 
400
        name="layer-set-active"
401
        label="_Set_Layers_active" 
402
        position="600400300"
403
        action-command="layer-set-active"
404
        icon="layer-set-active"
405
        tooltip="_Set_Layers_active"
406
        accelerator=""
407
        />
408
      <action 
409
        name="layer-set-inactive"
410
        label="_Set_Layers_inactive" 
411
        position="600400400" 
412
        action-command="layer-set-inactive"
413
        icon="layer-set-inactive"
414
        tooltip="_Set_Layers_inactive"
415
        accelerator=""
416
        />
417

    
418
      <action 
419
        name="view-locator-setup"
420
        label="_Locator_setup" 
421
        position="658000000" 
422
        action-command="view-locator-setup"
423
        icon="view-locator-setup"
424
        tooltip="_Locator_setup"
425
        accelerator=""
426
        />
427

    
428
      <menu 
429
        name="view-navigation-zoom-in-topoint"
430
        text="View/Navigation/Zoom_in" 
431
        />
432
      <menu 
433
        name="view-navigation-zoom-out-topoint"
434
        text="View/Navigation/Zoom_out" 
435
        />
436
      <menu 
437
        name="view-navigation-zoom-all"
438
        text="View/Navigation/Zoom_all" 
439
        />
440
      <menu 
441
        name="view-navigation-zoom-in-center"
442
        text="View/Navigation/Zoom_in_to_center" 
443
        />
444
      <menu 
445
        name="view-navigation-zoom-out-center"
446
        text="View/Navigation/Zoom_out_to_center" 
447
        />
448
      <menu 
449
        name="view-navigation-pan"
450
        text="View/Navigation/Pan" 
451
        />
452
      <menu 
453
        name="view-navigation-frame-manager"
454
        text="View/Navigation/Frame_manager" 
455
        />
456

    
457
      
458
      <menu 
459
        name="layer-set-visible"
460
        text="Layer/Set_to/visible" 
461
        />
462
      <menu 
463
        name="layer-set-hide"
464
        text="Layer/Set_to/Hidden" 
465
        />
466
      <menu 
467
        name="layer-set-active"
468
        text="Layer/Set_to/Active" 
469
        />
470
      <menu 
471
        name="layer-set-inactive"
472
        text="Layer/Set_to/Inactive" 
473
        />
474

    
475
      <menu 
476
        name="view-locator-setup"
477
        text="View/Locator_setup" 
478
        />
479
      
480
      
481
      <tool-bar name="view_navigation" position="3">
482
        <selectable-tool name="view-navigation-zoom-in-topoint" is-default="true" />
483
        <selectable-tool name="view-navigation-zoom-out-topoint" />
484
        <action-tool name="view-navigation-zoom-all"  />
485
        <action-tool name="view-navigation-zoom-in-center"  />
486
        <action-tool name="view-navigation-zoom-out-center"  />
487
      </tool-bar>
488
      
489
      <tool-bar name="view_navigation" position ="4">
490
        <selectable-tool name="view-navigation-pan"/>
491
        <action-tool name="view-navigation-frame-manager" />
492
      </tool-bar>
493

    
494
    </extension>
495

    
496
    <extension class-name="org.gvsig.app.extension.MeasureExtension"
497
      description="Extensi?n encargada de gestionar las operaciones de medir sobre la vista."
498
      active="true"
499
      priority="30">
500
      <action 
501
        name="view-query-distance"
502
        label="_Query_distance" 
503
        position="650700200" 
504
        action-command="view-query-distance" 
505
        icon="view-query-distance"
506
        tooltip="_Query_distance" 
507
        accelerator=""
508
        />
509
      <action 
510
        name="view-query-area"
511
        label="_Query_area" 
512
        position="650700100" 
513
        action-command="view-query-area" 
514
        icon="view-query-area"
515
        tooltip="_Query_area"
516
        accelerator=""
517
        />
518

    
519

    
520
      <menu 
521
        name="view-query-distance"
522
        text="View/Query/Distance" 
523
        />
524
      <menu 
525
        name="view-query-area"
526
        text="View/Query/Area" 
527
        />
528

    
529
      <tool-bar name="view_tools_query" position="5">
530
        <selectable-tool name="view-query-distance" />
531
        <selectable-tool name="view-query-area" />
532
      </tool-bar>
533

    
534
    </extension>
535

    
536
    <extension class-name="org.gvsig.app.extension.ViewSelectionControls"
537
      description="Extensi?n encargada de gestionar la vista."
538
      active="true"
539
      priority="30">
540
      <action 
541
        name="selection-simple-select-view"
542
        label="_Simple_select" 
543
        position="300700000" 
544
        action-command="selection-simple-select-view" 
545
        icon="selection-simple-select"
546
        tooltip="_Simple_select" 
547
        accelerator=""
548
        />
549
      <action 
550
        name="selection-select-by-rectangle-view"
551
        label="Select_by_rectangle" 
552
        position="301200000" 
553
        action-command="selection-select-by-rectangle-view" 
554
        icon="selection-select-by-rectangle"
555
        tooltip="Select_by_rectangle" 
556
        accelerator=""
557
        />
558
      <action
559
        name="selection-select-by-polygon"
560
        label="Select_by_polygon" 
561
        position="301300000" 
562
        action-command="selection-select-by-polygon" 
563
        icon="selection-select-by-polygon"
564
        tooltip="Select_by_polygon" 
565
        accelerator=""
566
        />
567

    
568

    
569
      <menu 
570
        name="selection-simple-select-view"
571
        text="Selection/Simple" 
572
        />
573
      <menu 
574
        name="selection-select-by-rectangle-view"
575
        text="Selection/Select_by_rectangle" 
576
        />
577
      <menu 
578
        name="selection-select-by-polygon"
579
        text="Selection/Select_by_polygon" 
580
        />
581

    
582
      <tool-bar name="view_selection" position="6">
583
        <selectable-tool name="selection-simple-select-view" />
584
        <selectable-tool name="selection-select-by-rectangle-view" />
585
        <selectable-tool name="selection-select-by-polygon" />
586
      </tool-bar>
587

    
588
    </extension>
589
    
590
    <extension class-name="org.gvsig.app.extension.ViewSelectionByTheme"
591
      description="Extensi?n encargada de la selecci?n por tema."
592
      active="true"
593
      priority="30">
594
      <action 
595
        name="selection-select-by-layer"
596
        position="301100000"
597
        label="_Select_by_layer" 
598
        action-command="selection-select-by-layer"
599
        icon="selection-select-by-layer"
600
        tooltip="_Select_by_layer" 
601
        accelerator=""
602
        />
603

    
604
      <menu 
605
        name="selection-select-by-layer"
606
        text="Selection/Select_by_layer" 
607
        />
608
    </extension>
609
        
610
    <extension class-name="org.gvsig.app.extension.ViewInvertSelection"
611
      description="Extensi?n encargada de hacer la selecci?n inversa."
612
      active="true"
613
      priority="30">
614
      <action 
615
        name="selection-reverse-view"
616
        label="_Reverse_selection" 
617
        position="300500000" 
618
        action-command="selection-reverse-view" 
619
        icon="selection-reverse"
620
        tooltip="_Reverse_selection" 
621
        accelerator=""
622
        />
623

    
624
      <menu 
625
        name="selection-reverse-view"
626
        text="Selection/Reverse" 
627
        />
628

    
629
      <tool-bar name="view_selection" position="6">
630
          <action-tool name="selection-reverse-view" />
631
      </tool-bar>
632

    
633
    </extension>
634
        
635
    <extension class-name="org.gvsig.app.extension.ViewPropertiesExtension"
636
      description="Extensi?n encargada de gestionar el di?logo de propiedades de la vista."
637
      active="true">
638
      <action 
639
        name="view-properties"
640
        label="_View_properties" 
641
        position="659000000" 
642
        action-command="view-properties"
643
        icon="view-properties"
644
        tooltip="_Show_view_properties" 
645
        accelerator=""
646
        />
647

    
648

    
649
      <menu 
650
        name="view-properties"
651
        text="View/Properties" 
652
        />
653

    
654
    </extension>
655

    
656
    <extension class-name="org.gvsig.app.extension.ZoomToSelectExtension"
657
      description="Extensi?n encargada de gestionar los eventos realizados sobre una capa."
658
      active="true">
659

    
660
      <action 
661
        name="view-navigation-zoom-to-selection"
662
        label="Zoom_to_selection" 
663
        position="650100900" 
664
        action-command="view-navigation-zoom-to-selection" 
665
        icon="view-navigation-zoom-to-selection"
666
        tooltip="Zoom_to_selection" 
667
        accelerator=""
668
        />
669

    
670
      <menu 
671
        name="view-navigation-zoom-to-selection"
672
        text="View/Navigation/Zoom_to_selection" 
673
        />
674

    
675
      <tool-bar name="view_navigation" position="3">
676
        <action-tool name="view-navigation-zoom-to-selection" />
677
      </tool-bar>
678

    
679
    </extension>
680

    
681
    <extension class-name="org.gvsig.app.extension.ClearSelectionExtension"
682
      description="Extensi?n encargada de limpiar la selecci?n."
683
      active="true">
684

    
685
      <action 
686
        name="selection-clear-view"
687
        label="_Clear_selection" 
688
        position="300300000" 
689
        action-command="selection-clear-view" 
690
        icon="edit-clear"
691
        tooltip="_Clear_selection" 
692
        accelerator=""
693
        />
694

    
695
      <menu 
696
        name="selection-clear-view"
697
        text="Selection/_Clear" 
698
        />
699

    
700
      <tool-bar name="view_selection" position="6">
701
        <action-tool name="selection-clear-view" />
702
      </tool-bar>
703

    
704
    </extension>
705

    
706
    <extension class-name="org.gvsig.app.extension.FiltroExtension"
707
      description="Extensi?n encargada de abrir el di?logo para filtrar una vista."
708
      active="true">
709

    
710
      <action 
711
        name="layer-filter"
712
        label="Filter" 
713
        position="600100000" 
714
        icon="layer-filter" 
715
        tooltip="Filter" 
716
        action-command="layer-filter"
717
        accelerator=""
718
        />
719

    
720
      <menu 
721
        name="layer-filter"
722
        text="Layer/Filter" 
723
        />
724

    
725
      <tool-bar name="layer_tools" position="12">
726
        <action-tool name="layer-filter" />
727
      </tool-bar>
728

    
729
    </extension>
730

    
731
    <extension class-name="org.gvsig.app.extension.dispose.DisposableManagementExtension"
732
      description="Extensi?n con informaci?n sobre disposables."
733
      active="true"
734
      priority="1000">
735

    
736
      <action 
737
        name="tools-devel-disposables-show-pendings"
738
        label="_Show_pendings_disposables" 
739
        position="908500200"  
740
        tooltip="_Show_pendings_disposables" 
741
        action-command="tools-devel-disposables-show-pendings"
742
        icon="tools-devel-disposables-show-pendings"
743
        accelerator=""
744
        />
745
      <action 
746
        name="tools-devel-disposables-free-all"
747
        label="_Free_all_disposables" 
748
        position="908500201" 
749
        action-command="tools-devel-disposables-free-all"
750
        icon="tools-devel-disposables-free-all"
751
        tooltip="_Free_all_disposables" 
752
        accelerator=""
753
        />
754

    
755
      <menu 
756
        name="tools-devel-disposables-show-pendings"
757
        text="tools/Development/Disposables/Show_pendings" 
758
        />
759
      <menu 
760
        name="tools-devel-disposables-free-all"
761
        text="tools/Development/Disposables/Free_all" 
762
        />
763

    
764
    </extension>
765

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

    
849
    </extension>
850

    
851

    
852
    <extension class-name="org.gvsig.app.extension.PaletteViewInfoExtension"
853
      description="Extensi?n encargada transformar la ventana activa en palette."
854
      active="true">
855

    
856
      <action 
857
        name="window-convert-to-tool"
858
        label="_Convert_to_tool" 
859
        tooltip="_Convert_regular_window_to_tool_window" 
860
        position="960300000" 
861
        action-command="window-convert-to-tool"
862
        icon="window-convert-to-tool"
863
        accelerator=""
864
        />
865

    
866
      <menu 
867
        name="window-convert-to-tool"
868
        text="Window/Convert_to_tool" 
869
        />
870

    
871
    </extension>
872

    
873
    <extension class-name="org.gvsig.app.extension.RestoreViewInfoExtension"
874
      description="Extensi?n encargada transformar la ventana palette en su original."
875
      active="true">
876

    
877
      <action
878
        name="window-restore-from-tool"
879
        label="_Restore_tool" 
880
        tooltip="_Restore_tool_window_to_regular_window" 
881
        position="960400000" 
882
        action-command="window-restore-from-tool"
883
        icon="window-restore-from-tool"
884
        accelerator=""
885
        />
886

    
887

    
888
      <menu 
889
        name="window-restore-from-tool"
890
        text="Window/Restore_from_tool" 
891
        />
892

    
893
    </extension>
894

    
895
    <extension class-name="org.gvsig.app.extension.About"
896
      description="Extensi?n encargada de abrir una ventana con la informaci?n relativa al programa."
897
      active="true"
898
      priority="90090">
899

    
900
      <action
901
        name="help-about"
902
        label="_About" 
903
        tooltip="_Show_about" 
904
        position="999000000" 
905
        action-command="help-about"
906
        icon="help-about"
907
        accelerator=""
908
        />
909

    
910
      <menu 
911
        name="help-about"
912
        text="Help/About" 
913
        />
914

    
915
    </extension>
916
    
917
    <extension
918
            class-name="org.gvsig.app.extension.BrowseSymbolsExtension"
919
            description="" active="true">
920

    
921
            <action 
922
                 name="tools-symbology-browse-symbols" 
923
                 label="_Browse_symbols"
924
                 tooltip="_Browse_symbols" 
925
                 action-command="tools-symbology-browse-symbols"
926
                 icon="tools-symbology-browse-symbols" 
927
                 position="900400050" 
928
                 accelerator="" 
929
            />
930
            <menu
931
                 name="tools-symbology-browse-symbols" 
932
                 text="tools/Symbols/Browse symbols"
933
            />
934
        </extension>
935

    
936
  </extensions>
937

    
938
</plugin-config>