Statistics
| Revision:

root / trunk / extensions / extTableImport / config / config.xml @ 28459

History | View | Annotate | Download (907 Bytes)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
        <libraries library-dir="."/>
4
        <depends plugin-name="com.iver.cit.gvsig"/>
5
        <depends plugin-name="com.iver.cit.gvsig.cad"/>
6
        <resourceBundle name="text"/>
7
        <extensions>
8
                <extension class-name="org.gvsig.tableImport.addgeominfo.AddGeometricInfoExtension"
9
                        description="Add information about the geometries of a layer, to its table."
10
                        active="true">
11
                        <menu text="Capa/add_geometric_info"
12
                                icon="add-geom-info"
13
                                tooltip="add_geometric_info"
14
                                action-command="ADD_GEOMETRIC_INFO_TO_TABLE" />
15
                </extension>
16
                <extension class-name="org.gvsig.tableImport.importfields.ImportFieldsExtension"
17
                        description="Import fields to table from another one"
18
                        active="true"
19
                        priority="30">
20
                        <menu text="Tabla/import_fields"
21
                                position="11506" action-command="gdbms dbf driver|dbf|dbf file"/>
22
                </extension>
23
        </extensions>
24
</plugin-config>