Statistics
| Revision:

gvsig-lrs / org.gvsig.lrs / trunk / org.gvsig.lrs / org.gvsig.lrs.app / org.gvsig.lrs.app.mainplugin / src / main / resources-plugin / config.xml @ 9

History | View | Annotate | Download (2.21 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!-- gvSIG. Desktop Geographic Information System. Copyright (C) 2007-2013 gvSIG
3
  Association. This program is free software; you can redistribute it and/or modify
4
  it under the terms of the GNU General Public License as published by the Free Software
5
  Foundation; either version 3 of the License, or (at your option) any later version.
6
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
7
  without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
8
  PURPOSE. See the GNU General Public License for more details. You should have received
9
  a copy of the GNU General Public License along with this program; if not, write to
10
  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
11
  USA. For any additional information, do not hesitate to contact us at info AT gvsig.com,
12
  or visit our website www.gvsig.com. -->
13
<plugin-config>
14
  <depends plugin-name="org.gvsig.app.mainplugin" />
15
  <resourceBundle name="text" />
16
  <libraries library-dir="lib" />
17
  <extensions>
18
    <extension class-name="org.gvsig.lrs.app.createroute.CreateRouteExtension"
19
      description="" active="true" priority="1">
20

    
21
      <action name="create-routes" label="create_routes" tooltip="create_routes"
22
        position="600800000" action-command="create-routes" icon="pk_red"
23
        accelerator="" />
24

    
25
      <menu text="linear_reference_system/create_routes" name="create-routes" />
26

    
27
      <tool-bar name="linear_reference_system" position="600800000">
28
        <action-tool name="create-routes" />
29
      </tool-bar>
30

    
31
    </extension>
32
        <extension class-name="org.gvsig.lrs.app.calibrateroute.CalibrateRouteExtension"
33
      description="" active="true" priority="1">
34

    
35
      <action name="calibrate-routes" label="calibrate_routes" tooltip="calibrate_routes"
36
        position="600800010" action-command="calibrate-routes" icon="pk_blue"
37
        accelerator="" />
38

    
39
      <menu text="linear_reference_system/calibrate_routes" name="calibrate-routes" />
40

    
41
      <tool-bar name="linear_reference_system" position="600800010">
42
        <action-tool name="calibrate-routes" />
43
      </tool-bar>
44

    
45
    </extension>
46

    
47
  </extensions>
48
</plugin-config>