Statistics
| Revision:

gvsig-projects-pool / org.gvsig.topology / trunk / org.gvsig.topology / org.gvsig.topology.app / org.gvsig.topology.app.mainplugin / src / main / resources-plugin / config.xml @ 9122

History | View | Annotate | Download (3.21 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!-- gvSIG. Desktop Geographic Information System. Copyright (C) 2007-2014 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
  <depends plugin-name="org.gvsig.app.document.table.app.mainplugin" />
16
  <resourceBundle name="text" />
17
  <libraries library-dir="lib" />
18
  <extensions>
19

    
20

    
21
    <extension class-name="org.gvsig.topology.app.mainplugin.TopologyExtension"
22
      description="" active="true" priority="1">
23
            <action 
24
                name="tools-topology-create-or-modify"
25
                label="_Show_create_or_edit_topology_plan" 
26
                position="908300100"  
27
                tooltip="_Show_create_or_edit_topology_plan" 
28
                action-command="tools-topology-create-or-modify"
29
                icon="tools-topology-create-or-modify"
30
                accelerator=""
31
            />
32
            <action 
33
                name="tools-topology-execute"
34
                label="_Execute_topology_plan" 
35
                position="908300200"  
36
                tooltip="_Execute_topology_plan" 
37
                action-command="tools-topology-execute"
38
                icon="tools-topology-execute"
39
                accelerator=""
40
            />
41
            <action 
42
                name="tools-topology-checklayer"
43
                label="_Validate_geometries" 
44
                position="000657000000"  
45
                tooltip="_Validate_geometries" 
46
                action-command="tools-topology-checklayer"
47
                icon="tools-topology-checklayer"
48
                accelerator=""
49
            />
50

    
51
            <menu text="tools/_Topology"
52
                              position="908300000" 
53
                              is_separator="true"/>
54
            <menu text="tools/_Topology/_Create_or_edit_plan" 
55
                              name="tools-topology-create-or-modify"/>
56
            <menu text="tools/_Topology/_Execute_plan" 
57
                              name="tools-topology-execute"/>
58
            <menu text="Layer/_Validate_geometries" 
59
                              name="tools-topology-checklayer"/>
60
            
61
                                
62
            <!--
63
            <tool-bar name="topology" position="2000">
64
                <action-tool name="tools-topology-create-or-modify"/>                                
65
                <action-tool name="tools-topology-execute"/>                                
66
            </tool-bar>                    
67
            -->
68
    </extension>
69

    
70

    
71
  </extensions>
72
</plugin-config>