Revision 47823 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

View differences:

config.xml
12 12
  or visit our website www.gvsig.com. -->
13 13
<plugin-config>
14 14
  <depends plugin-name="org.gvsig.app.mainplugin" />
15
  <depends plugin-name="org.gvsig.h2spatial.h2gis132.app.mainplugin" />
16 15
  <resourceBundle name="text" />
17 16
  <libraries library-dir="lib" />
18 17
  <extensions>
19 18

  
20 19

  
21
    <extension class-name="org.gvsig.xml2db.app.mainplugin.Xml2dbExtension"
20
    <extension class-name="org.gvsig.downloader.app.mainplugin.DownloaderExtension"
22 21
      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
        
22
                
58 23
    </extension>
59 24

  
60 25

  

Also available in: Unified diff