]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/runtime/org.argeo.slc.client.rcp/plugin.xml
93b54de71b2a61bf89ffd38d58144070cbddc64c
[gpl/argeo-slc.git] / eclipse / plugins / runtime / org.argeo.slc.client.rcp / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
3 <plugin>
4
5 <extension
6 id="org.argeo.slc.client.rcp.application"
7 point="org.eclipse.core.runtime.applications">
8 <application>
9 <run
10 class="org.argeo.slc.client.rcp.SlcClientRcpApplication">
11 </run>
12 </application>
13 </extension>
14 <extension
15 point="org.eclipse.ui.perspectives">
16 <perspective
17 name="Slc Execution"
18 class="org.argeo.slc.client.ui.perspectives.SlcExecution"
19 id="org.argeo.slc.client.ui.perspectives.slcExecution"
20 icon="icons/slc_execution_perspective.gif">
21 </perspective>
22 </extension>
23 <extension
24 point="org.eclipse.ui.menus">
25 <menuContribution
26 locationURI="menu:org.eclipse.ui.main.menu">
27 <menu
28 id="fileMenu"
29 label="File">
30 <command
31 id="exitCommand"
32 commandId="org.argeo.slc.client.rcp.commands.Exit"
33 label="Exit"
34 style="push"
35 tooltip="Exits the application">
36 </command>
37 </menu>
38 </menuContribution>
39 </extension>
40 <extension
41 point="org.eclipse.ui.commands">
42 <command
43 defaultHandler="org.argeo.slc.client.rcp.commands.ExitHandler"
44 id="org.argeo.slc.client.rcp.commands.Exit"
45 name="Exit">
46 </command>
47 </extension>
48 <extension
49 id="product"
50 point="org.eclipse.core.runtime.products">
51 <product
52 application="org.argeo.slc.client.rcp.application"
53 name="SLC">
54 <property
55 name="windowImages"
56 value="icons/argeo-icon-256.png">
57 </property>
58 <property
59 name="appName"
60 value="SLC">
61 </property>
62 <property
63 name="preferenceCustomization"
64 value="plugin_customization.ini">
65 </property>
66 </product>
67 </extension>
68 <!-- <extension
69 id="product"
70 point="org.eclipse.core.runtime.products">
71 <product
72 application="org.argeo.slc.client.rcp.application"
73 name="SLC">
74 <property
75 name="windowImages"
76 value="icons/argeo-icon-256.png">
77 </property>
78 <property
79 name="appName"
80 value="SLC">
81 </property>
82 </product>
83 </extension> -->
84
85 </plugin>