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

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 id="azimut" size="110"/>
44
  </label-set>
45
  
46
  <!-- 
47
  <popup-menus>
48
    <popup-menu name="view.toc.context.menu">
49
      <menu name="view-layer-add"/>
50
    </popup-menu>
51
  </popup-menus>
52
  -->
53
  
54
  <extensions>
55
    <extension class-name="org.gvsig.app.extension.InitialWarningExtension"
56
      description="Initial warning message"
57
      active="true"
58
      priority="1">
59
    </extension>
60
    
61
    <extension class-name="org.gvsig.app.extension.CheckSOAndArquitectureExtension"
62
      description="Check OS and architecture of installed packages"
63
      active="true"
64
      priority="1">
65
    </extension>
66

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

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

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

    
115

    
116

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
486
    </extension>
487

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

    
511

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

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

    
526
    </extension>
527

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

    
560

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

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

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

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

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

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

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

    
640

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

    
646
    </extension>
647

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

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

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

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

    
671
    </extension>
672

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

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

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

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

    
696
    </extension>
697

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

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

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

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

    
721
    </extension>
722

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

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

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

    
756
    </extension>
757

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

    
841
    </extension>
842

    
843

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

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

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

    
863
    </extension>
864

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

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

    
879

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

    
885
    </extension>
886

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

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

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

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

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

    
928
  </extensions>
929

    
930
</plugin-config>