]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.ui.gis/plugin.xml
Working RCP
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.ui.gis / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
3 <plugin>
4
5 <extension
6 point="org.eclipse.ui.views">
7 <view
8 name="Layers"
9 icon="icons/sample.gif"
10 class="org.argeo.eclipse.spring.SpringExtensionFactory"
11 id="org.argeo.slc.ui.gis.layersView">
12 </view>
13 <view
14 name="GPS"
15 icon="icons/gis.gif"
16 class="org.argeo.eclipse.spring.SpringExtensionFactory"
17 id="org.argeo.slc.ui.gis.gpsBrowserView">
18 </view>
19 </extension>
20 <extension
21 point="org.eclipse.ui.commands">
22 <command
23 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
24 id="org.argeo.slc.ui.gis.importGpx"
25 name="ImportGPX ">
26 </command>
27 </extension>
28 <extension
29 point="org.eclipse.ui.menus">
30 <!-- Queries -->
31 <menuContribution
32 locationURI="popup:org.argeo.slc.ui.gis.gpsBrowserView">
33 <command
34 commandId="org.argeo.jcr.ui.explorer.refresh"
35 icon="icons/refresh.png"
36 style="push">
37 </command>
38 <command
39 commandId="org.argeo.jcr.ui.explorer.addFileFolder"
40 icon="icons/add.gif"
41 style="push">
42 </command>
43 <command
44 commandId="org.argeo.jcr.ui.explorer.deleteNode"
45 icon="icons/remove.gif"
46 style="push">
47 </command>
48 <command
49 commandId="org.argeo.jcr.ui.explorer.importFileSystem"
50 icon="icons/import_fs.png"
51 style="push"
52 tooltip="Import files from the files sytem to the repository">
53 </command>
54 <command
55 commandId="org.argeo.slc.ui.gis.importGpx"
56 disabledIcon="icons/gis_add_data.gif"
57 icon="icons/gis_add_data.gif"
58 label="Import GPX"
59 style="push"
60 tooltip="Import GPX">
61 </command>
62 </menuContribution>
63 </extension>
64 <extension
65 point="org.eclipse.ui.perspectives">
66 <perspective
67 class="org.argeo.slc.ui.gis.GpsPerspective"
68 icon="icons/gis.gif"
69 id="org.argeo.slc.client.gis.gpsPerspective"
70 name="SLC GPS">
71 </perspective>
72 </extension>
73
74 </plugin>