Statistics
| Revision:

root / trunk / extensions / extTableExport / config / config.xml @ 28456

History | View | Annotate | Download (716 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
        <resourceBundle name="text"/>
6
        <extensions>
7
                <extension class-name="org.gvsig.tableExport.xls.ExportTableToExcelExtension"
8
                        description="Export a table to excel file."
9
                        active="true"
10
                        priority="30">
11
                        <menu text="Tabla/export/Excel"
12
                                position="11500"/>
13
                </extension>
14
                <extension class-name="org.gvsig.tableExport.ExportTableToFileExtension"
15
                        description="Export table to a file"
16
                        active="true"
17
                        priority="30">
18
                        <menu text="Tabla/export/DBF"
19
                                position="11505" action-command="gdbms dbf driver|dbf|dbf file"/>
20
                </extension>
21
        </extensions>
22
</plugin-config>