Statistics
| Revision:

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

History | View | Annotate | Download (2.72 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!-- gvSIG. Desktop Geographic Information System. Copyright (C) 2007-2014 gvSIG
3
  Association. This program is free software; you can redistribute it and/or modify
4
  it under the terms of the GNU General Public License as published by the Free Software
5
  Foundation; either version 3 of the License, or (at your option) any later version.
6
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
7
  without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
8
  PURPOSE. See the GNU General Public License for more details. You should have received
9
  a copy of the GNU General Public License along with this program; if not, write to
10
  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
11
  USA. For any additional information, do not hesitate to contact us at info AT gvsig.com,
12
  or visit our website www.gvsig.com. -->
13
<plugin-config>
14
  <depends plugin-name="org.gvsig.app.mainplugin" />
15
  <depends plugin-name="org.gvsig.h2spatial.h2gis132.app.mainplugin" />
16
  <resourceBundle name="text" />
17
  <libraries library-dir="lib" />
18
  <extensions>
19

    
20

    
21
    <extension class-name="org.gvsig.xml2db.app.mainplugin.Xml2dbExtension"
22
      description="" active="true" priority="1">
23
        
24
      <action 
25
            name="tools-xml2db-createdbfromxml" 
26
            label="_Xml2db_Create_database_from_xml" 
27
            tooltip="_Xml2db_Create_database_from_xml"
28
            position="902003100" 
29
            action-command="tools-xml2db-createdbfromxml" 
30
            icon="tools-xml2db-createdbfromxml"
31
            accelerator="" 
32
      />
33

    
34
      <action 
35
            name="tools-xml2db-importxml2db" 
36
            label="_Xml2db_Import_xml_data_to_a_existing_database" 
37
            tooltip="_Xml2db_Import_xml_data_to_a_existing_database"
38
            position="902003200" 
39
            action-command="tools-xml2db-importxml2db" 
40
            icon="tools-xml2db-importxml2db"
41
            accelerator="" 
42
      />
43

    
44
      <action 
45
            name="tools-xml2db-copyxml2db" 
46
            label="_Xml2db_Create_database_and_import_from_xml" 
47
            tooltip="_Xml2db_Create_database_and_import_from_xml"
48
            position="902003300" 
49
            action-command="tools-xml2db-copyxml2db" 
50
            icon="tools-xml2db-copyxml2db"
51
            accelerator="" 
52
      />
53

    
54
      <menu text="tools/Database/_Xml2db/_Xml2db_Create_database_from_xml" name="tools-xml2db-createdbfromxml" />
55
      <menu text="tools/Database/_Xml2db/_Xml2db_Import_XML_to_database" name="tools-xml2db-importxml2db" />
56
      <menu text="tools/Database/_Xml2db/_Xml2db_Copy_xml_to_database" name="tools-xml2db-copyxml2db" />
57
        
58
    </extension>
59

    
60

    
61
  </extensions>
62
</plugin-config>