Statistics
| Revision:

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

History | View | Annotate | Download (2.2 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
                <resourceBundle name="text"/>
7
        <extensions>
8
                <extension class-name="org.gvsig.topology.CreateTopologyExtension"
9
                                   description="Herramienta para la definici?n de reglas topol?gicas"
10
                                   active="true">
11
                        
12
                        <menu text="Vista/Topology/Create_Topology" tooltip="Create_Topology" 
13
                                action-command="CREATE_TOPOLOGY" 
14
                                icon="create-topology" />
15
                                
16
                        
17
                        
18
                        <tool-bar name="Topology">
19
                                <action-tool icon="create-topology"
20
                                                         action-command="CREATE_TOPOLOGY" 
21
                                                         tooltip="Create_Topology"
22
                                                         enable-text="deber?a de estar activada" 
23
                                                         last="true" 
24
                                                         position="1"/>
25
                                                         
26
                                
27
                        </tool-bar>
28
                </extension>
29
                
30
                <extension class-name="org.gvsig.topology.LoadTopologyExtension"
31
                        description="herramienta para cargar topolog?as de ficheros xml"
32
                        active="true">
33
                        
34
                        <menu text="Vista/Topology/Load_Topology" tooltip="Load_Topology" 
35
                                action-command="LOAD_TOPOLOGY" 
36
                                icon="load-topology" />
37
                        <tool-bar name="Topology">
38
                                <action-tool icon="load-topology"
39
                                                         action-command="LOAD_TOPOLOGY" 
40
                                                         tooltip="Load_Topology"
41
                                                         enable-text="deber?a de estar activada" 
42
                                                         last="true" 
43
                                                         position="2"/>
44
                        </tool-bar>
45
                 </extension>
46
                 
47
                 <extension class-name="org.gvsig.topology.TopologyCommandsExtension"
48
                        description="herramienta para guardar topolog?as en ficheros xml"
49
                        active="true">
50
                        
51
                        <menu text="Vista/Topology/Save_Topology" tooltip="Save_Topology" 
52
                                action-command="SAVE_TOPOLOGY" 
53
                                icon="load-topology" />
54
                        <tool-bar name="Topology">
55
                                <action-tool icon="save-topology"
56
                                                         action-command="SAVE_TOPOLOGY" 
57
                                                         tooltip="Save_Topology"
58
                                                         enable-text="deber?a de estar activada" 
59
                                                         last="true" 
60
                                                         position="3"/>
61
                                                         
62
                                <action-tool icon="evaluate-topology"
63
                                                         action-command="EVALUATE_TOPOLOGY" 
64
                                                         tooltip="Evaluate_Topology"
65
                                                         enable-text="deber?a de estar activada" 
66
                                                         last="true" 
67
                                                         position="4"/>
68
                        </tool-bar>
69
                 </extension>
70
        </extensions>
71
</plugin-config>