Statistics
| Revision:

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

History | View | Annotate | Download (3.13 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
  <depends plugin-name="org.gvsig.geodb.app.mainplugin" />
17
  <depends plugin-name="org.gvsig.csv.app.mainplugin"/>
18
  <depends plugin-name="org.gvsig.h2spatial.h2gis132.app.mainplugin" />  
19
  <depends plugin-name="org.gvsig.raster.mainplugin" optional="true" />
20
  <depends plugin-name="org.gvsig.raster.wms.app.wmsclient" optional="true" />
21
  <depends plugin-name="org.gvsig.raster.osm.app.osmclient" optional="true" />
22
  
23
  <resourceBundle name="text" />
24
  <libraries library-dir="lib" />
25
  <extensions>                          
26
    <extension class-name="org.gvsig.online.app.mainplugin.OnlineExtension"
27
      description="" active="true" priority="1">
28
        
29
      <action 
30
          name="tools-online-init-workspace" 
31
          label="_Online_Initialize_workingcopy" 
32
          tooltip="_Online_Initialize_workingcopy"
33
          position="900700200" 
34
          action-command="tools-online-init-workspace" 
35
          icon="tools-online-init-workspace"
36
          accelerator="" 
37
      />
38
      <action 
39
          name="tools-online-download" 
40
          label="_Online_Download" 
41
          tooltip="_Download_table_from_remote"
42
          position="900700220" 
43
          action-command="tools-online-download" 
44
          icon="tools-online-download"
45
          accelerator="" 
46
      />
47

    
48
      <action 
49
          name="tools-online-showchanges" 
50
          label="_Online_Show_changes" 
51
          tooltip="_Online_Show_changes"
52
          position="900702000" 
53
          action-command="tools-online-showchanges" 
54
          icon="tools-online-showchanges"
55
          accelerator="" 
56
      />
57

    
58
      <menu text="tools/_Online/_Online_Initialize_workingcopy" name="tools-online-init-workspace" />
59
      <menu text="tools/_Online/_Online_Download" name="tools-online-download" />
60
      <menu text="tools/_Online/_Online_Show_changes" name="tools-online-showchanges" />
61

    
62
      <tool-bar name="online" position="900700300">
63
        <action-tool name="tools-online-download" />
64
        <action-tool name="tools-online-showchanges" />
65
      </tool-bar>
66
      
67

    
68
      </extension>
69

    
70

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