]> git.argeo.org Git - gpl/argeo-slc.git/blob - plugins/org.argeo.slc.client.rcp/plugin.xml
Prepare Argeo SLC 1.1.17 release
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.rcp / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
3 <plugin>
4 <extension
5 id="org.argeo.slc.client.rcp.product"
6 point="org.eclipse.core.runtime.products">
7 <product
8 application="org.argeo.slc.client.rcp.application"
9 name="SLC">
10 <property
11 name="windowImages"
12 value="icons/argeo-icon-256.png">
13 </property>
14 <property
15 name="appName"
16 value="SLC">
17 </property>
18 <property
19 name="preferenceCustomization"
20 value="plugin_customization.ini">
21 </property>
22 </product>
23 </extension>
24 <extension
25 id="org.argeo.slc.client.rcp.application"
26 point="org.eclipse.core.runtime.applications">
27 <application>
28 <run
29 class="org.argeo.slc.client.rcp.SlcSecureClientApplication">
30 </run>
31 </application>
32 </extension>
33
34 <!-- COMMANDS -->
35 <extension
36 point="org.eclipse.ui.commands">
37 <command
38 id="org.argeo.slc.client.rcp.openJcrFile"
39 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
40 name="Open Workspace Editor">
41 <commandParameter
42 id="param.repoNodePath"
43 name="Repo node path">
44 </commandParameter>
45 <commandParameter
46 id="param.repoUri"
47 name="Repo URI">
48 </commandParameter>
49 <commandParameter
50 id="param.workspaceName"
51 name="Workspace name">
52 </commandParameter>
53 <commandParameter
54 id="param.filePath"
55 name="File Path">
56 </commandParameter>
57 </command>
58 </extension>
59
60 <!-- RCP Specific, does not work with RAP -->
61 <extension
62 point="org.eclipse.ui.bindings">
63 <key
64 commandId="org.argeo.slc.client.ui.refreshExecutionModulesView"
65 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
66 sequence="CTRL+R">
67 </key>
68 </extension>
69 </plugin>