Statistics
| Revision:

svn-gvsig-desktop / branches / v2_0_0_prep / extensions / extGeoDB / config / config.xml @ 33746

History | View | Annotate | Download (901 Bytes)

1 27418 jmvivo
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3 29372 cordinyana
        <libraries library-dir="lib"/>
4 29628 jpiera
        <depends plugin-name="org.gvsig.app"/>
5 27418 jmvivo
        <resourceBundle name="text"/>
6
        <extensions>
7 29628 jpiera
                <extension class-name="org.gvsig.geodb.SingleVectorialDBConnectionExtension"
8 27418 jmvivo
                        description="Opens DB connections manager"
9
                        active="true">
10
                        <menu text="Ver/gestor_db" action-command="GESTOR_VECTORIALDB" key="j"
11
                                tooltip="abrir_gestor_de_orig_db"
12
                                position="3"/>
13
                </extension>
14
15 29628 jpiera
                <extension class-name="org.gvsig.geodb.ExtDB_Spatial"
16 27418 jmvivo
                        description="Support to access Spatial databases"
17
                        active="true">
18
                </extension>
19 29628 jpiera
                <extension class-name="org.gvsig.geodb.ExportToDB"
20 29134 jmvivo
                        description="Exportar a diversos formatos"
21
                        active="true">
22
                        <menu text="Capa/export_to/postgis" action-command="POSTGIS"/>
23
                        <menu text="Capa/export_to/mysql" action-command="MYSQL"/>
24
                </extension>
25 27418 jmvivo
        </extensions>
26
</plugin-config>