Statistics
| Revision:

gvsig-projects-pool / org.gvsig.winmgr / trunk / org.gvsig.winmgr.app / org.gvsig.winmgr.app.mainplugin / src / main / resources-plugin / config.xml @ 682

History | View | Annotate | Download (3.79 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.coreplugin"/>
29
  <libraries library-dir="lib"/>
30
  <resourceBundle name="text"/>
31
  <extensions>
32
    <extension class-name="org.gvsig.coreplugin.menus.ToolbarMenus"
33
      description="Active toolbar menues"
34
      active="true"
35
      priority="99999">
36
    </extension>
37
    <extension class-name="org.gvsig.coreplugin.Consola"
38
      description="Extensi?n encargada de abrir la ventana de la consola."
39
      active="true" priority="1">
40
      <action
41
        name= "show-console"
42
        label="Console"
43
        tooltip="_Show_console_error_messages"
44
        action-command="show-console"
45
        icon="show-console"
46
        accelerator="Alt+S"
47
        position="400200000"
48
        />
49

    
50
      <menu
51
        name="show-console"
52
        text="Show/Console"
53
        />
54

    
55
      <tool-bar name="core" position="10000">
56
        <action-tool name="show-console" last="true" />
57
      </tool-bar>
58

    
59
    </extension>
60
    <extension class-name="org.gvsig.coreplugin.PreferencesExtension"
61
      description="Extensi?n encargada de abrir la ventana de preferencias de ANDAMI."
62
      active="true" priority="3">
63
      <action
64
        name= "edit-setup"
65
        label="preferencias"
66
        tooltip="preferencias"
67
        action-command="edit-setup"
68
        icon="edit-setup"
69
        accelerator=""
70
        position="401000000"
71
        />
72
      <action
73
        name="application-exit"
74
        label="salir"
75
        tooltip="salir_tooltip"
76
        action-command="application-exit"
77
        icon="application-exit"
78
        position="109000000"
79
        accelerator="Ctrl+Q"
80
        />
81

    
82
      <menu
83
        name="edit-setup"
84
        text="Show/preferencias"
85
        />
86
      <menu
87
        name="application-exit"
88
        text="File/salir"
89
        />
90

    
91
      <tool-bar name="core" position="10000">
92
        <action-tool name="edit-setup"/>
93
      </tool-bar>
94

    
95
    </extension>
96

    
97

    
98
    <extension class-name="org.gvsig.coreplugin.StatusBar"
99
      description="Recoge los mensajes del NotificationManager y los muestra por la StatusBar"
100
      active="true">
101
    </extension>
102
    <skin-extension class-name="org.gvsig.coreplugin.mdiManager.NewSkin">
103
      <action
104
        name= "window-cascade"
105
        label="cascade"
106
        tooltip="_Show_windows_in_cascade"
107
        action-command="window-cascade"
108
        icon="window-cascade"
109
        position="960100000"
110
        accelerator="Alt+C"
111
        />
112
      <action
113
        name= "window-tile"
114
        label="tile"
115
        tooltip="_Show_windows_tile"
116
        action-command="window-tile"
117
        icon="window-tile"
118
        position="960200000"
119
        accelerator="Alt+T"
120
        />
121

    
122
      <menu
123
        name="window-cascade"
124
        text="Window/Cascada"
125
        />
126
      <menu
127
        name="window-tile"
128
        text="Window/Tile"
129
        />
130
    </skin-extension>
131
  </extensions>
132
</plugin-config>