|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!-- |
|
3 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
4 All rights reserved. |
|
5 This component and the accompanying materials are made available |
|
6 under the terms of the License "Symbian Foundation License v1.0" |
|
7 which accompanies this distribution, and is available |
|
8 at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html". |
|
9 |
|
10 Initial Contributors: |
|
11 Nokia Corporation - Initial contribution |
|
12 |
|
13 Contributors: |
|
14 |
|
15 Description: This file is part of com.nokia.tools.variant.carbidev component. |
|
16 --> |
|
17 <?eclipse version="3.2"?> |
|
18 <plugin> |
|
19 <extension |
|
20 point="org.eclipse.ui.perspectives"> |
|
21 <perspective |
|
22 class="com.nokia.tools.variant.carbidev.perspective.CarbideVPerspective" |
|
23 icon="icons/carbidev_app.ico" |
|
24 id="com.nokia.tools.variant.carbidev.perspective" |
|
25 name="Carbide.v"> |
|
26 </perspective> |
|
27 </extension> |
|
28 <extension |
|
29 id="product" |
|
30 point="org.eclipse.core.runtime.products"> |
|
31 <product |
|
32 application="com.nokia.tools.variant.carbidev.rcpapplication" |
|
33 name="%appName"> |
|
34 <property |
|
35 name="windowImages" |
|
36 value="icons/carbide_v_16x16.png"> |
|
37 </property> |
|
38 <property |
|
39 name="aboutText" |
|
40 value="%aboutText"> |
|
41 </property> |
|
42 <property |
|
43 name="aboutImage" |
|
44 value="icons/AboutCarbideVbg.png"> |
|
45 </property> |
|
46 <property |
|
47 name="startupForegroundColor" |
|
48 value="0000AA"> |
|
49 </property> |
|
50 <property |
|
51 name="startupProgressRect" |
|
52 value="0,245,470,17"> |
|
53 </property> |
|
54 <property |
|
55 name="startupMessageRect" |
|
56 value="5,230,300,15"> |
|
57 </property> |
|
58 <property |
|
59 name="appName" |
|
60 value="%appName"> |
|
61 </property> |
|
62 <property |
|
63 name="preferenceCustomization" |
|
64 value="plugin_customization.ini"> |
|
65 </property> |
|
66 </product> |
|
67 </extension> |
|
68 <extension |
|
69 id="rcpapplication" |
|
70 point="org.eclipse.core.runtime.applications"> |
|
71 <application> |
|
72 <run |
|
73 class="com.nokia.tools.variant.carbidev.Application"> |
|
74 </run> |
|
75 </application> |
|
76 </extension> |
|
77 <extension |
|
78 point="org.eclipse.ui.actionSets"> |
|
79 <actionSet |
|
80 id="com.nokia.tools.variant.carbidev.notWorking" |
|
81 label="Not working actions" |
|
82 visible="false"> |
|
83 <action |
|
84 id="com.nokia.tools.variant.carbidev.preferences" |
|
85 label="Preferences ..." |
|
86 menubarPath="rcpEdit/editEnd" |
|
87 retarget="true" |
|
88 style="push" |
|
89 tooltip="Preferences"> |
|
90 </action> |
|
91 <action |
|
92 id="com.nokia.tools.variant.carbidev.window" |
|
93 label="Window" |
|
94 menubarPath="rcpView/additions" |
|
95 retarget="true" |
|
96 style="push" |
|
97 tooltip="Window"> |
|
98 </action> |
|
99 </actionSet> |
|
100 <actionSet |
|
101 id="com.nokia.tools.variant.carbidev.workbenchWindowActions" |
|
102 label="Workbench Window Actions" |
|
103 visible="true"> |
|
104 <action |
|
105 class="com.nokia.tools.variant.carbidev.perspective.actions.StatusbarAction" |
|
106 id="com.nokia.tools.variant.carbidev.statusbarAction" |
|
107 label="Statusbar" |
|
108 menubarPath="rcpView/bars" |
|
109 state="true" |
|
110 style="toggle" |
|
111 tooltip="Displays / hides Statusbar"> |
|
112 </action> |
|
113 <action |
|
114 class="com.nokia.tools.variant.carbidev.perspective.actions.ReportBugsAction" |
|
115 id="com.nokia.tools.variant.carbidev.reportBugs" |
|
116 label="Report Bugs ..." |
|
117 menubarPath="rcpHelp/middlepart" |
|
118 retarget="false" |
|
119 style="push" |
|
120 tooltip="Report bugs"> |
|
121 </action> |
|
122 <action |
|
123 class="com.nokia.tools.variant.carbidev.perspective.actions.CarbideVWikiAction" |
|
124 id="com.nokia.tools.variant.carbidev.wiki" |
|
125 label="Carbide.V Wiki" |
|
126 menubarPath="rcpHelp/middlepart" |
|
127 retarget="false" |
|
128 style="push" |
|
129 tooltip="Open Carbide.V Wiki page"> |
|
130 </action> |
|
131 <action |
|
132 class="com.nokia.tools.variant.carbidev.perspective.actions.UpdateAction" |
|
133 id="com.nokia.tools.variant.carbidev.checkForUpdates" |
|
134 label="Check for Updates ..." |
|
135 menubarPath="rcpHelp/middlepart" |
|
136 retarget="false" |
|
137 style="push" |
|
138 tooltip="Check for updates"> |
|
139 </action> |
|
140 </actionSet> |
|
141 </extension> |
|
142 <extension |
|
143 point="com.nokia.tools.vct.cli.commandline"> |
|
144 <handler |
|
145 applicationId="com.nokia.tools.variant.carbidev.rcpapplication" |
|
146 class="com.nokia.tools.variant.carbidev.HelpHandler"> |
|
147 </handler> |
|
148 <handler |
|
149 applicationId="com.nokia.tools.variant.carbidev.rcpapplication" |
|
150 class="com.nokia.tools.variant.carbidev.CarbideRCPHandler"> |
|
151 </handler> |
|
152 <option |
|
153 description="Shows this message" |
|
154 longName="help" |
|
155 shortName="h"> |
|
156 </option> |
|
157 </extension> |
|
158 <extension |
|
159 id="CarbideVCLIApplication" |
|
160 point="org.eclipse.core.runtime.applications"> |
|
161 <application |
|
162 cardinality="singleton-global" |
|
163 thread="main" |
|
164 visible="true"> |
|
165 <run |
|
166 class="com.nokia.tools.variant.carbidev.CarbideVCLIApplication"> |
|
167 </run> |
|
168 </application> |
|
169 </extension> |
|
170 |
|
171 </plugin> |