Statistics
| Revision:

root / branches / v2_0_0_prep / extensions / extCenterViewToPoint / config / config.xml @ 38564

History | View | Annotate | Download (1.11 KB)

1 27475 vcaballero
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3 29372 cordinyana
        <libraries library-dir="lib"/>
4 29626 jpiera
        <depends plugin-name="org.gvsig.app"/>
5 27475 vcaballero
                <resourceBundle name="text"/>
6
        <extensions>
7 29626 jpiera
                <extension class-name="org.gvsig.centerviewpoint.CenterViewToPointExtension"
8 38564 jjdelcerro
                        description="Extensi?n que permite hacer zooms en funci?n de un par de coordenadas introducidas por el usuario."
9 27475 vcaballero
                        active="true">
10 38564 jjdelcerro
11
                        <action
12
                name="view-navigation-center-view-to-point"
13
                label="_Center_view_to_point"
14
                tooltip="_Center_view_in_a_point_entered_by_the_user"
15
                position="650102100"
16
                action-command="view-navigation-center-view-to-point"
17
                icon="view-navigation-center-view-to-point"
18
                accelerator=""
19
                />
20
21
                        <menu
22
                            name="view-navigation-center-view-to-point"
23
                            text="View/Navigation/Center_view_to_point"
24
                            />
25
26
                        <tool-bar name="view_navigation">
27
                                <action-tool name="view-navigation-center-view-to-point"/>
28 27475 vcaballero
                        </tool-bar>
29 38564 jjdelcerro
30 27475 vcaballero
                </extension>
31
        </extensions>
32
</plugin-config>