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

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

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

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

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

    
120

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
493
    </extension>
494

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

    
518

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

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

    
533
    </extension>
534

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

    
567

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

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

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

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

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

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

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

    
647

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

    
653
    </extension>
654

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

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

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

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

    
678
    </extension>
679

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

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

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

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

    
703
    </extension>
704

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

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

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

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

    
728
    </extension>
729

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

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

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

    
763
    </extension>
764

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

    
848
    </extension>
849

    
850

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

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

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

    
870
    </extension>
871

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

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

    
886

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

    
892
    </extension>
893

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

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

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

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

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

    
935
  </extensions>
936

    
937
</plugin-config>