Revision 468 2.1/trunk/org.gvsig.view3d/org.gvsig.view3d.app/org.gvsig.view3d.app.common/src/main/resources-plugin/config.xml

View differences:

config.xml
20 20
			class-name="org.gvsig.view3d.app.mainplugin.View3DExtension"
21 21
			description="" active="true" priority="1">
22 22

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

  
27
			<menu text="Layer/_test_view_3D" name="test-view" />
31

  
32
      <menu text="View/view_3d/flat_view_3d" name="flat-view-3d" />
33
			<menu text="View/view_3d/sphere_view_3d" name="sphere-view-3d" />
28 34
			
29
			<tool-bar name="test-view-3d" position="601300000">
30
				<action-tool name="test-view-3d" />
35
			<tool-bar name="view-3d" position="650400000">
36
				<action-tool name="sphere-view-3d" />
37
        <action-tool name="flat-view-3d" />
31 38
			</tool-bar>
32 39

  
33 40
		</extension>

Also available in: Unified diff