Statistics
| Revision:

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

History | View | Annotate | Download (3.79 KB)

1 40435 jjdelcerro
<?xml version="1.0" encoding="ISO-8859-1"?>
2 40558 jjdelcerro
<!--
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 40435 jjdelcerro
<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 43315 fdiaz
      <action
41 40435 jjdelcerro
        name= "show-console"
42
        label="Console"
43
        tooltip="_Show_console_error_messages"
44 43315 fdiaz
        action-command="show-console"
45 40435 jjdelcerro
        icon="show-console"
46
        accelerator="Alt+S"
47
        position="400200000"
48
        />
49 43315 fdiaz
50 40435 jjdelcerro
      <menu
51
        name="show-console"
52 43315 fdiaz
        text="Show/Console"
53 40435 jjdelcerro
        />
54 43315 fdiaz
55
      <tool-bar name="core" position="10000">
56 40435 jjdelcerro
        <action-tool name="show-console" last="true" />
57
      </tool-bar>
58 43315 fdiaz
59 40435 jjdelcerro
    </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 43315 fdiaz
      <action
64 40435 jjdelcerro
        name= "edit-setup"
65 42225 mcompany
        label="preferencias"
66
        tooltip="preferencias"
67 43315 fdiaz
        action-command="edit-setup"
68 40435 jjdelcerro
        icon="edit-setup"
69
        accelerator=""
70
        position="401000000"
71
        />
72 43315 fdiaz
      <action
73 40893 jjdelcerro
        name="application-exit"
74
        label="salir"
75
        tooltip="salir_tooltip"
76 43315 fdiaz
        action-command="application-exit"
77 40893 jjdelcerro
        icon="application-exit"
78
        position="109000000"
79
        accelerator="Ctrl+Q"
80 43315 fdiaz
        />
81 40435 jjdelcerro
82
      <menu
83 43315 fdiaz
        name="edit-setup"
84
        text="Show/preferencias"
85 40435 jjdelcerro
        />
86 43315 fdiaz
      <menu
87 40893 jjdelcerro
        name="application-exit"
88
        text="File/salir"
89
        />
90
91 43315 fdiaz
      <tool-bar name="core" position="10000">
92 40435 jjdelcerro
        <action-tool name="edit-setup"/>
93
      </tool-bar>
94 43315 fdiaz
95 40435 jjdelcerro
    </extension>
96 43315 fdiaz
97
98 40435 jjdelcerro
    <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 43315 fdiaz
      <action
104 40435 jjdelcerro
        name= "window-cascade"
105
        label="cascade"
106
        tooltip="_Show_windows_in_cascade"
107 43315 fdiaz
        action-command="window-cascade"
108 40435 jjdelcerro
        icon="window-cascade"
109
        position="960100000"
110
        accelerator="Alt+C"
111
        />
112 43315 fdiaz
      <action
113 40435 jjdelcerro
        name= "window-tile"
114
        label="tile"
115
        tooltip="_Show_windows_tile"
116 43315 fdiaz
        action-command="window-tile"
117 40435 jjdelcerro
        icon="window-tile"
118
        position="960200000"
119
        accelerator="Alt+T"
120
        />
121 43315 fdiaz
122 40435 jjdelcerro
      <menu
123 43315 fdiaz
        name="window-cascade"
124 40435 jjdelcerro
        text="Window/Cascada"
125
        />
126
      <menu
127 43315 fdiaz
        name="window-tile"
128 40435 jjdelcerro
        text="Window/Tile"
129
        />
130
    </skin-extension>
131
  </extensions>
132
</plugin-config>