Statistics
| Revision:

svn-gvsig-desktop / branches / v2_0_0_prep / extensions / extExpressionField / config / config.xml @ 34007

History | View | Annotate | Download (858 Bytes)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
        <libraries library-dir="lib"/>
4
        <depends plugin-name="org.gvsig.app"/>
5
                <resourceBundle name="text"/>
6
        <extensions>
7
                <extension class-name="org.gvsig.expressionfield.ExpressionFieldExtension"
8
                        description="Extension that evaluate the expression to a column."
9
                        active="true">
10
                        <menu text="field/expression" tooltip="expression"
11
                                action-command="EXPRESSION"
12
                                icon="ext-kcalc" />
13
                        <tool-bar name="field_toolbar">
14
                                <action-tool icon="ext-kcalc"
15
                                        action-command="EXPRESSION" tooltip="expression"
16
                                        last="true"/>
17
                        </tool-bar>
18
                </extension>
19
                <extension class-name="org.gvsig.expressionfield.AboutExpressionFieldExtension"
20
                        description="Extension to add about panel."
21
                        active="false"
22
                        priority="1">
23
                </extension>
24
        </extensions>
25
</plugin-config>