Statistics
| Revision:

svn-gvsig-desktop / trunk / extensions / extTopology / config / config.xml @ 19996

History | View | Annotate | Download (2.76 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
        <libraries library-dir="./lib">
4
        </libraries>
5
        <depends plugin-name="com.iver.cit.gvsig"/>
6
        <depends plugin-name="com.iver.cit.gvsig.geoprocess"/>
7
        <depends plugin-name="com.iver.cit.gvsig.cad"/>
8
        <resourceBundle name="text"/>
9
        <extensions>
10
                <extension class-name="org.gvsig.topology.CreateTopologyExtension"
11
                                   description="Herramienta para la definici?n de reglas topol?gicas"
12
                                   active="true">
13
                        
14
                        <menu text="Vista/Topology/Create_Topology" tooltip="Create_Topology" 
15
                                action-command="CREATE_TOPOLOGY" 
16
                                icon="create-topology" />
17
                                
18
                        
19
                        
20
                        <tool-bar name="Topology">
21
                                <action-tool icon="create-topology"
22
                                                         action-command="CREATE_TOPOLOGY" 
23
                                                         tooltip="Create_Topology"
24
                                                         enable-text="deber?a de estar activada" 
25
                                                         last="true" 
26
                                                         position="1"/>
27
                        </tool-bar>
28
                </extension>
29
                
30
                
31
                
32
                <extension class-name="org.gvsig.topology.LoadTopologyExtension"
33
                        description="herramienta para cargar topolog?as de ficheros xml"
34
                        active="true">
35
                        
36
                        <menu text="Vista/Topology/Load_Topology" tooltip="Load_Topology" 
37
                                action-command="LOAD_TOPOLOGY" 
38
                                icon="load-topology" />
39
                        <tool-bar name="Topology">
40
                                <action-tool icon="load-topology"
41
                                                         action-command="LOAD_TOPOLOGY" 
42
                                                         tooltip="Load_Topology"
43
                                                         enable-text="deber?a de estar activada" 
44
                                                         last="true" 
45
                                                         position="2"/>
46
                        </tool-bar>
47
                 </extension>
48
                 
49
                 <extension class-name="org.gvsig.topology.TopologyCommandsExtension"
50
                        description="herramienta para guardar topolog?as en ficheros xml"
51
                        active="true">
52
                        
53
                        <menu text="Vista/Topology/Save_Topology" tooltip="Save_Topology" 
54
                                action-command="SAVE_TOPOLOGY" 
55
                                icon="load-topology" />
56
                        <tool-bar name="Topology">
57
                                <action-tool icon="save-topology"
58
                                                         action-command="SAVE_TOPOLOGY" 
59
                                                         tooltip="Save_Topology"
60
                                                         enable-text="deber?a de estar activada" 
61
                                                         last="true" 
62
                                                         position="3"/>
63
                                                         
64
                                <action-tool icon="evaluate-topology"
65
                                                         action-command="EVALUATE_TOPOLOGY" 
66
                                                         tooltip="Evaluate_Topology"
67
                                                         enable-text="deber?a de estar activada" 
68
                                                         last="true" 
69
                                                         position="4"/>
70
                        </tool-bar>
71
                 </extension>
72
                 
73
                 
74
                 <extension class-name="com.iver.cit.gvsig.cad.TopologicalEditVertexExtension"
75
                        description="herramienta para hacer edici?n topol?gica"
76
                        active="true">
77
                        
78
                        
79
                        <tool-bar name="Topology">
80
                                <action-tool icon="topological-edit-vertex"
81
                                                         action-command="_topologicaleditvertex" 
82
                                                         tooltip="topological_edition"
83
                                                         enable-text="deber?a de estar activada" 
84
                                                         last="true" 
85
                                                         position="5"/>
86
                        </tool-bar>
87
                 </extension>
88
        </extensions>
89
</plugin-config>