Statistics
| Revision:

svn-gvsig-desktop / tags / v1_1_1_Build_1022 / extensions / extOracleSpatial / config / config.xml @ 43233

History | View | Annotate | Download (517 Bytes)

1 13991 jldominguez@prodevelop.es
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
        <libraries library-dir="."/>
4
        <depends plugin-name="com.iver.cit.gvsig" />
5
        <resourceBundle name="text"/>
6
        <extensions>
7 14028 fran.penarrubia@iver.es
                <extension class-name="es.prodevelop.cit.gvsig.jdbc_spatial.ExportOracleExtension"
8 13997 jldominguez@prodevelop.es
                        description="Support to access Oracle Spatial databases"
9 13991 jldominguez@prodevelop.es
                        active="true">
10 14028 fran.penarrubia@iver.es
11 13991 jldominguez@prodevelop.es
                        <menu text="Capa/export_to/oracle_spatial"
12
                        action-command="EXPORT_TO_ORACLE_SPATIAL"
13
                        icon="images/oracle.png"
14
                        />
15
16 14028 fran.penarrubia@iver.es
                </extension>
17 13991 jldominguez@prodevelop.es
        </extensions>
18
</plugin-config>