Statistics
| Revision:

gvsig-3d / 2.1 / trunk / org.gvsig.view3d / org.gvsig.view3d.app / org.gvsig.view3d.app.common / src / main / resources-plugin / config.xml @ 530

History | View | Annotate | Download (3.84 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!-- gvSIG. Desktop Geographic Information System. Copyright (C) 2007-2013 
3
        gvSIG Association. This program is free software; you can redistribute it 
4
        and/or modify it under the terms of the GNU General Public License as published 
5
        by the Free Software Foundation; either version 3 of the License, or (at 
6
        your option) any later version. This program is distributed in the hope that 
7
        it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty 
8
        of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General 
9
        Public License for more details. You should have received a copy of the GNU 
10
        General Public License along with this program; if not, write to the Free 
11
        Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
12
        USA. For any additional information, do not hesitate to contact us at info 
13
        AT gvsig.com, or visit our website www.gvsig.com. -->
14
<plugin-config>
15
        <depends plugin-name="org.gvsig.app.mainplugin" />
16
  <depends plugin-name="org.gvsig.raster.mainplugin" />
17
  <depends plugin-name="org.gvsig.raster.tools.app.basic" optional="true"/>
18
        <resourceBundle name="text" />
19
        <libraries library-dir="lib" />
20
        <extensions>
21
                <extension
22
                        class-name="org.gvsig.view3d.app.mainplugin.View3DExtension"
23
                        description="" active="true" priority="1">
24

    
25
                        <action name="sphere-view-3d" label="sphere_view_3d"
26
                                tooltip="sphere_view_3d" position="650400100" action-command="sphere-view-3d"
27
                                icon="sphere-view-3d" accelerator="" />
28
        
29
      <action name="flat-view-3d" label="flat_view_3d"
30
        tooltip="flat_view_3d" position="650400200" action-command="flat-view-3d"
31
        icon="flat-view-3d" accelerator="" />
32

    
33

    
34
      <menu text="View/view_3d/flat_view_3d" name="flat-view-3d" />
35
                        <menu text="View/view_3d/sphere_view_3d" name="sphere-view-3d" />
36
                        
37
                        <tool-bar name="view-3d" position="650400000">
38
                                <action-tool name="sphere-view-3d" />
39
        <action-tool name="flat-view-3d" />
40
                        </tool-bar>
41

    
42
                </extension>
43
    <extension
44
      class-name="org.gvsig.view3d.app.mainplugin.SynchronizeView3DExtension"
45
      description="" active="true" priority="1">
46

    
47
      <action name="synchronize-view-3d" label="synchronize_view_3d"
48
        tooltip="synchronize_view_3d" position="650400300" action-command="synchronize-view-3d"
49
        icon="synchronize-view-3d" accelerator="" />
50
        
51
      <menu text="View/view_3d/synchronize_view_3d" name="synchronize-view-3d" />
52
      
53
      <tool-bar name="view-3d" position="650400000">
54
        <action-tool name="synchronize-view-3d" />
55
      </tool-bar>
56

    
57
    </extension>
58
    
59
    <extension
60
      class-name="org.gvsig.view3d.app.mainplugin.SynchronizeViewPort3DExtension"
61
      description="" active="true" priority="1">
62

    
63
      <action name="synchronize-viewport-3d" label="synchronize_viewport_3d"
64
        tooltip="synchronize_viewport_3d" position="650400400" action-command="synchronize-viewport-3d"
65
        icon="synchronize-viewport-3d" accelerator="" />
66
        
67
      <menu text="View/view_3d/synchronize_viewport_3d" name="synchronize-viewport-3d" />
68
      
69
      <tool-bar name="view-3d" position="650400000">
70
        <action-tool name="synchronize-viewport-3d" />
71
      </tool-bar>
72

    
73
    </extension>
74
    
75
    <extension
76
      class-name="org.gvsig.view3d.app.mainplugin.FullScreenView3DExtension"
77
      description="" active="true" priority="1">
78

    
79
      <action name="full-screen-view-3d" label="full_screen_mode_view_3d"
80
        tooltip="full_screen_mode_view_3d" position="650400500" action-command="full-screen-view-3d"
81
        icon="full-screen-view-3d" accelerator="" />
82
        
83
      <menu text="View/view_3d/full_screen_mode_view_3d" name="full-screen-view-3d" />
84
      
85
      <tool-bar name="view-3d" position="650400000">
86
        <action-tool name="full-screen-view-3d" />
87
      </tool-bar>
88

    
89
    </extension>
90
        </extensions>
91
</plugin-config>