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

History | View | Annotate | Download (3.53 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="20">
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="Setup"
66
        tooltip="_Show_application_setup"
67
        action-command="edit-setup" 
68
        icon="edit-setup"
69
        accelerator=""
70
        position="401000000"
71
        />
72
        
73

    
74
      <menu
75
        name="edit-setup" 
76
        text="Show/Setup" 
77
        />
78
        
79
      <tool-bar name="core" position="20">
80
        <action-tool name="edit-setup"/>
81
      </tool-bar>
82
      
83
    </extension>
84
    
85
    
86
    <extension class-name="org.gvsig.coreplugin.StatusBar"
87
      description="Recoge los mensajes del NotificationManager y los muestra por la StatusBar"
88
      active="true">
89
    </extension>
90
    <skin-extension class-name="org.gvsig.coreplugin.mdiManager.NewSkin">
91
      <action 
92
        name= "window-cascade"
93
        label="cascade"
94
        tooltip="_Show_windows_in_cascade"
95
        action-command="window-cascade" 
96
        icon="window-cascade"
97
        position="960100000"
98
        accelerator="Alt+C"
99
        />
100
      <action 
101
        name= "window-tile"
102
        label="tile"
103
        tooltip="_Show_windows_tile"
104
        action-command="window-tile" 
105
        icon="window-tile"
106
        position="960200000"
107
        accelerator="Alt+T"
108
        />
109
        
110
      <menu
111
        name="window-cascade" 
112
        text="Window/Cascada"
113
        />
114
      <menu
115
        name="window-tile" 
116
        text="Window/Tile"
117
        />
118
    </skin-extension>
119
  </extensions>
120
</plugin-config>