Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.plugin / org.gvsig.h2spatial / org.gvsig.h2spatial.h2gis132 / org.gvsig.h2spatial.h2gis132.app / org.gvsig.h2spatial.h2gis132.app.mainplugin / src / main / resources-plugin / config.xml @ 45960

History | View | Annotate | Download (4.34 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
  <depends plugin-name="org.gvsig.app.mainplugin"/>
29
  <libraries library-dir="lib"/>
30
  <resourceBundle name="text"/>
31
  <extensions>
32
    <extension class-name="org.gvsig.h2spatial.H2SpatialExtension"
33
      description=""
34
      active="true">
35

    
36
      <action
37
        name="tools-h2spatial-show-admintool"
38
        label="_H2_administration_tool"
39
        position="902000100"
40
        icon="tools-h2spatial-show-admintool"
41
        tooltip="_Show_H2_administration_tool"
42
        action-command="tools-h2spatial-show-admintool"
43
        accelerator=""
44
        />
45

    
46
        <action
47
        name="tools-h2spatial-backup"
48
        label="_Backup"
49
        position="902000200"
50
        icon="tools-h2spatial-backup"
51
        tooltip="_Backup_H2_database"
52
        action-command="tools-h2spatial-backup"
53
        accelerator=""
54
        />
55

    
56
        <action
57
        name="tools-h2spatial-restore"
58
        label="_Restore"
59
        position="902000300"
60
        icon="tools-h2spatial-restore"
61
        tooltip="_Restore_H2_database"
62
        action-command="tools-h2spatial-restore"
63
        accelerator=""
64
        />
65

    
66
      <action
67
        name="tools-h2spatial-linklayer"
68
        label="_Link_layer_to_a_H2_table"
69
        position="902000400"
70
        icon="tools-h2spatial-linklayer"
71
        tooltip="_Link_current_layer_to_a_H2_table"
72
        action-command="tools-h2spatial-linklayer"
73
        accelerator=""
74
        />
75

    
76
      <action
77
        name="tools-h2spatial-import"
78
        label="_Import_file_as_H2_table"
79
        position="902000500"
80
        icon="tools-h2spatial-import"
81
        tooltip="_Import_file_as_H2_table"
82
        action-command="tools-h2spatial-import"
83
        accelerator=""
84
        />
85

    
86
      <action
87
        name="tools-h2spatial-downloadosm"
88
        label="_Download_OSM"
89
        position="902000600"
90
        icon="tools-h2spatial-downloadosm"
91
        tooltip="_Download_OSM_of_the_View_area"
92
        action-command="tools-h2spatial-downloadosm"
93
        accelerator=""
94
        />
95

    
96
      <action
97
        name="tools-h2spatial-shutdownserver"
98
        label="_Shutdown_local_server"
99
        position="902000700"
100
        icon="tools-h2spatial-shutdownserver"
101
        tooltip="_Shutdown_local_server"
102
        action-command="tools-h2spatial-shutdownserver"
103
        accelerator=""
104
        />
105

    
106
      <menu
107
        name="tools-h2spatial-show-admintool"
108
        text="tools/H2Spatial/_Show_H2_administration_tool"
109
        />
110
      <menu
111
        text="tools/H2Spatial/_Backup_separator"
112
        position="902000150"
113
        is_separator="true"
114
        />
115
      <menu
116
        name="tools-h2spatial-backup"
117
        text="tools/H2Spatial/_Backup"
118
      />
119
      <menu
120
        name="tools-h2spatial-restore"
121
        text="tools/H2Spatial/_Restore"
122
        />
123
      <menu
124
        text="tools/H2Spatial/_Link_layer_to_a_H2_table_separator"
125
        position="902000350"
126
        is_separator="true"
127
        />
128
      <menu
129
        name="tools-h2spatial-linklayer"
130
        text="tools/H2Spatial/_Link_layer_to_a_H2_table"
131
        />
132
      <menu
133
        name="tools-h2spatial-import"
134
        text="tools/H2Spatial/_Import_file_as_H2_table"
135
        />
136
      <menu
137
        name="tools-h2spatial-downloadosm"
138
        text="tools/H2Spatial/_Download_OSM"
139
        />
140
      <menu
141
        name="tools-h2spatial-shutdownserver"
142
        text="tools/H2Spatial/_Shutdown_local_server"
143
        />
144

    
145
    </extension>
146

    
147

    
148
  </extensions>
149

    
150
</plugin-config>