Statistics
| Revision:

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

History | View | Annotate | Download (2.93 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-linklayer"
48
        label="_Link_layer_to_a_H2_table"
49
        position="902000200"
50
        icon="tools-h2spatial-linklayer"
51
        tooltip="_Link_current_layer_to_a_H2_table"
52
        action-command="tools-h2spatial-linklayer"
53
        accelerator=""
54
        />
55

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

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

    
76
      <menu
77
        name="tools-h2spatial-show-admintool"
78
        text="tools/H2Spatial/_Show_H2_administration_tool"
79
        />
80
      <menu
81
        name="tools-h2spatial-linklayer"
82
        text="tools/H2Spatial/_Link_layer_to_a_H2_table"
83
        />
84
      <menu
85
        name="tools-h2spatial-import"
86
        text="tools/H2Spatial/_Import_file_as_H2_table"
87
        />
88
      <menu
89
        name="tools-h2spatial-downloadosm"
90
        text="tools/H2Spatial/_Download_OSM"
91
        />
92

    
93
    </extension>
94

    
95

    
96
  </extensions>
97

    
98
</plugin-config>