Statistics
| Revision:

root / branches / gvSIG_1.11.0_Mejoras_gvSIG-EIEL / extensions / extOracleSpatial / config / config.xml @ 34793

History | View | Annotate | Download (841 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 28020 vcaballero
8 14028 fran.penarrubia@iver.es
                <extension class-name="es.prodevelop.cit.gvsig.jdbc_spatial.ExportOracleExtension"
9 18370 jldominguez
                        description="Support to access Oracle Spatial databases" 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 28020 vcaballero
                        icon="images/oracle.png"
14
                        position="400" />
15 18370 jldominguez
                </extension>
16 28020 vcaballero
17 18370 jldominguez
                <extension class-name="es.prodevelop.cit.gvsig.jdbc_spatial.NewOracleSpatialTableExtension"
18
                        description="Support to create new  Oracle Spatial tables" active="true">
19
                        <menu text="Vista/new_layer/new_oracle_spatial_table" action-command="NEW_ORACLE_SPATIAL"
20
                        icon="images/oracle.png" />
21
                </extension>
22 13991 jldominguez@prodevelop.es
23
        </extensions>
24
</plugin-config>