Statistics
| Revision:

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

History | View | Annotate | Download (8.53 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
  <depends plugin-name="org.gvsig.app.document.table.app.mainplugin" />
16
  <depends plugin-name="org.gvsig.topology.app.mainplugin" optional="true"/>
17
<!--  <depends plugin-name="org.gvsig.shp.app.mainplugin" />-->
18
  <depends plugin-name="org.gvsig.geodb.app.mainplugin" />
19
  <resourceBundle name="text" />
20
  <libraries library-dir="lib" />
21
  <extensions>
22
    <extension class-name="org.gvsig.vcsgis.app.VCSGisExtension"
23
      description="" active="true" priority="1">
24

    
25
      <action 
26
            name="tools-vcsgis-init-server" 
27
            label="_VCS_Initialize_repository" 
28
            tooltip="_VCS_Initialize_repository"
29
            position="900700101" 
30
            action-command="tools-vcsgis-init-server" 
31
            icon="tools-vcsgis-init-server"
32
            accelerator="" 
33
      />
34

    
35
      <action 
36
          name="tools-vcsgis-register-workspace" 
37
          label="_VCS_Register_workspace" 
38
          tooltip="_Register_workspace"
39
            position="900700103" 
40
          action-command="tools-vcsgis-register-workspace" 
41
          icon="tools-vcsgis-register-workspace"
42
          accelerator="" 
43
      />
44

    
45
      <action 
46
          name="tools-vcsgis-show_server-entities" 
47
          label="_VCS_Show_server_entities" 
48
          tooltip="_VCS_Show_server_entities"
49
          position="900700104" 
50
          action-command="tools-vcsgis-show_server-entities" 
51
          icon="tools-vcsgis-show-server-entities"
52
          accelerator="" 
53
      />
54

    
55
      <action 
56
          name="tools-vcsgis-show_server-hooks" 
57
          label="_VCS_Show_server_hooks" 
58
          tooltip="_VCS_Show_server_hooks"
59
          position="900700105" 
60
          action-command="tools-vcsgis-show_server-hooks" 
61
          icon="tools-vcsgis-show-server-hooks"
62
          accelerator="" 
63
      />
64

    
65
      <action 
66
          name="tools-vcsgis-init-workspace" 
67
          label="_VCS_Initialize_workspace" 
68
          tooltip="_VCS_Initialize_workspace"
69
          position="900700200" 
70
          action-command="tools-vcsgis-init-workspace" 
71
          icon="tools-vcsgis-init-workspace"
72
          accelerator="" 
73
      />
74

    
75
      <action 
76
          name="tools-vcsgis-add-to-workspace" 
77
          label="_Add_to_VCS_workspace" 
78
          tooltip="_Add_table_or_layer_to_VCS_workspace"
79
          position="900700300" 
80
          action-command="tools-vcsgis-add-to-workspace" 
81
          icon="tools-vcsgis-add-to-workspace"
82
          accelerator="" 
83
      />
84

    
85
      <action 
86
          name="tools-vcsgis-import-history" 
87
          label="_Add_to_VCS_workspaceXXXXXXXXX" 
88
          tooltip="_Add_table_or_layer_to_VCS_workspaceXXXXX"
89
          position="900700300" 
90
          action-command="tools-vcsgis-import-history" 
91
          icon="tools-vcsgis-add-to-workspace"
92
          accelerator="" 
93
      />
94

    
95
      <action 
96
          name="tools-vcsgis-checkout" 
97
          label="_VCS_checkout" 
98
          tooltip="_Checkout_table_from_VCS_repository"
99
          position="900700400" 
100
          action-command="tools-vcsgis-checkout" 
101
          icon="tools-vcsgis-checkout"
102
          accelerator="" 
103
      />
104

    
105
      <action 
106
          name="tools-vcsgis-checkout-datamodel" 
107
          label="_VCS_checkout_datamodel" 
108
          tooltip="_Checkout_datamodel_from_VCS_repository"
109
          position="900700450" 
110
          action-command="tools-vcsgis-checkout-datamodel" 
111
          icon="tools-vcsgis-checkout-datamodel"
112
          accelerator="" 
113
      />
114

    
115
      <action 
116
          name="tools-vcsgis-export" 
117
          label="_VCS_Export" 
118
          tooltip="_Export_to_a_local_table_a_table_of_the_repository"
119
          position="900700500" 
120
          action-command="tools-vcsgis-export" 
121
          icon="tools-vcsgis-export"
122
          accelerator="" 
123
      />
124

    
125
      <action 
126
          name="tools-vcsgis-showchanges" 
127
          label="_VCS_Show_changes" 
128
          tooltip="_VCS_Show_changes"
129
          position="900700600" 
130
          action-command="tools-vcsgis-showchanges" 
131
          icon="tools-vcsgis-showchanges"
132
          accelerator="" 
133
      />
134

    
135
      <action 
136
          name="tools-vcsgis-register-workspace" 
137
          label="_VCS_Register_workspace" 
138
          tooltip="_Register_workspace"
139
          position="900700300" 
140
          action-command="tools-vcsgis-register-workspace" 
141
          icon="tools-vcsgis-register-workspace"
142
          accelerator="" 
143
      />
144

    
145
      <action 
146
          name="tools-vcsgis-show_server-entities" 
147
          label="_VCS_Show_server_entities" 
148
          tooltip="_Show_server_entities"
149
          position="900700700" 
150
          action-command="tools-vcsgis-show_server-entities" 
151
          icon="tools-vcsgis-show-server-entities"
152
          accelerator="" 
153
      />
154

    
155
      <action 
156
          name="tools-vcsgis-show_server-hooks" 
157
          label="_VCS_Show_server_hooks" 
158
          tooltip="_Show_server_hooks"
159
          position="900700800" 
160
          action-command="tools-vcsgis-show_server-hooks" 
161
          icon="tools-vcsgis-show-server-hooks"
162
          accelerator="" 
163
      />
164

    
165
      <action 
166
          name="tools-vcsgis-show-revisions" 
167
          label="_VCS_Revisions" 
168
          tooltip="_Show_revisions_panel"
169
          position="900701000" 
170
          action-command="tools-vcsgis-show-revisions" 
171
          icon="tools-vcsgis-show-revisions"
172
          accelerator="" 
173
      />
174
      
175
    <action 
176
          name="tools-vcsgis-create-resource-table" 
177
          label="_VCS_Create_resource_table" 
178
          tooltip="_Create_resource_table"
179
          position="900700104" 
180
          action-command="tools-vcsgis-create-resource-table" 
181
          icon=""
182
          accelerator="" 
183
      />
184
      
185
    <action 
186
          name="tools-vcsgis-logout" 
187
          label="_VCS_Logout_from_working_copy" 
188
          tooltip="_Logout_from_working_copy"
189
          position="900700104" 
190
          action-command="tools-vcsgis-logout" 
191
          icon=""
192
          accelerator="" 
193
      />
194

    
195
      <menu text="tools/_VCSGis/_Administration/_VCS_Initialize_repository" name="tools-vcsgis-init-server" />
196
      <menu text="tools/_VCSGis/_Administration/_VCS_Register_workspace" name="tools-vcsgis-register-workspace" />
197
      <menu text="tools/_VCSGis/_Administration/_VCS_Show_server_entities" name="tools-vcsgis-show_server-entities" />
198
      <menu text="tools/_VCSGis/_Administration/_VCS_Show_server_hooks" name="tools-vcsgis-show_server-hooks" />
199
      <menu text="tools/_VCSGis/_Administration/_VCS_Create_resource_table" name="tools-vcsgis-create-resource-table" />
200
      <menu text="tools/_VCSGis/_VCS_Initialize_workspace" name="tools-vcsgis-init-workspace" />
201
      <menu text="tools/_VCSGis/_VCS_Add_to_workspace" name="tools-vcsgis-add-to-workspace" />
202
      <menu text="tools/_VCSGis/_VCS_Checkout" name="tools-vcsgis-checkout" />
203
      <menu text="tools/_VCSGis/_VCS_Export" name="tools-vcsgis-export" />
204
      <menu text="tools/_VCSGis/_VCS_Import_history" name="tools-vcsgis-import-history" />
205
      <menu text="tools/_VCSGis/_VCS_Show_revisions" name="tools-vcsgis-show-revisions" />
206
      <menu text="tools/_VCSGis/_VCS_logout" name="tools-vcsgis-logout" />
207
      <menu text="tools/_VCSGis/_VCS_Show_changes" name="tools-vcsgis-showchanges" />
208
      <menu text="tools/_VCSGis/_VCS_Checkout_DataModel" name="tools-vcsgis-checkout-datamodel" />
209

    
210
      <tool-bar name="vcsgis" position="900700300">
211
        <!--<action-tool name="tools-vcsgis-init-server" />-->
212
        <!--<action-tool name="tools-vcsgis-init-workspace" />-->
213
        <action-tool name="tools-vcsgis-add-to-workspace" />
214
        <action-tool name="tools-vcsgis-checkout" />
215
        <action-tool name="tools-vcsgis-showchanges" />
216
      </tool-bar>
217

    
218
    </extension>
219
  </extensions>
220
</plugin-config>