Statistics
| Revision:

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

History | View | Annotate | Download (1.11 KB)

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.centerviewpoint.CenterViewToPointExtension"
8
                        description="Extensi?n que permite hacer zooms en funci?n de un par de coordenadas introducidas por el usuario."
9
                        active="true">
10
                        
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
                        </tool-bar>
29
                        
30
                </extension>
31
        </extensions>
32
</plugin-config>