Statistics
| Revision:

root / trunk / extensions / extGPS / config / config.xml @ 11445

History | View | Annotate | Download (637 Bytes)

1 4720 jaume
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
        <depends plugin-name="com.iver.cit.gvsig" />
4
        <libraries library-dir="."/>
5
        <resourceBundle name="text"/>
6
        <extensions>
7
                <extension class-name="org.gvsig.gps.GPSExtension"
8
                        description="GPS Support"
9
                        active="true"
10
                        priority="1">
11 4763 jaume
                        <menu text="Archivo/GPS/gps_control_panel"
12 4720 jaume
                                key="g" mnemonic="g"
13
                                tooltip="gps"
14 4763 jaume
                                action-command="GPS_CONTROL_PANEL"
15
                                position="1"/>
16
                        <menu text="Archivo/GPS/pinta_punts_capturats"
17
                                key="g" mnemonic="g"
18
                                tooltip="gps"
19
                                action-command="PAINT_POINTS"
20
                                position="2"/>
21 4720 jaume
                </extension>
22
        </extensions>
23
</plugin-config>