|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <?eclipse version="3.0"?> |
|
3 <!-- |
|
4 Copyright (c) 2005, 2009 IBM Corporation and others. |
|
5 All rights reserved. This program and the accompanying materials |
|
6 are made available under the terms of the Eclipse Public License v1.0 |
|
7 which accompanies this distribution, and is available at |
|
8 http://www.eclipse.org/legal/epl-v10.html |
|
9 |
|
10 Contributors: |
|
11 IBM Corporation - initial API and implementation |
|
12 --> |
|
13 |
|
14 <plugin> |
|
15 |
|
16 |
|
17 <!-- ========== Extension Points ================= --> |
|
18 <!-- =============================================================================== --> |
|
19 <!-- Extension point: org.eclipse.ui.intro.config --> |
|
20 <!-- Extension-point for contributing a configuration to a Customizable Intro Part. --> |
|
21 <!-- --> |
|
22 <!-- =============================================================================== --> |
|
23 <!-- ================================================================================= --> |
|
24 <!-- Extension point: org.eclipse.ui.intro.configExtension --> |
|
25 <!-- Extension-point for contributing an extension to an existing intro configuration --> |
|
26 <!-- --> |
|
27 <!-- ================================================================================= --> |
|
28 |
|
29 <extension |
|
30 point="org.eclipse.ui.intro"> |
|
31 <intro |
|
32 class="org.eclipse.ui.intro.config.CustomizableIntroPart" |
|
33 contentDetector="org.eclipse.ui.internal.intro.universal.contentdetect.ContentDetector" |
|
34 icon="$nl$/icons/welcome16.gif" |
|
35 id="org.eclipse.ui.intro.universal"/> |
|
36 </extension> |
|
37 <extension |
|
38 point="org.eclipse.ui.intro.config"> |
|
39 <config |
|
40 configurer="org.eclipse.ui.internal.intro.universal.UniversalIntroConfigurer" |
|
41 content="$nl$/introContent.xml" |
|
42 id="org.eclipse.ui.intro.universalConfig" |
|
43 introId="org.eclipse.ui.intro.universal"> |
|
44 <presentation |
|
45 home-page-id="root" standby-page-id="standby"> |
|
46 <implementation |
|
47 style="themes/shared/html/shared.css,$theme$/html/shared.css,$theme$/html/font-$fontStyle$.css,$theme$/html/$direction$.css" |
|
48 kind="html" |
|
49 os="win32,linux,macosx,solaris"> |
|
50 </implementation> |
|
51 <implementation |
|
52 kind="swt"> |
|
53 </implementation> |
|
54 <launchBar |
|
55 location="fastview" |
|
56 bg="$launchbarBackground$" |
|
57 computed="true"> |
|
58 </launchBar> |
|
59 </presentation> |
|
60 </config> |
|
61 </extension> |
|
62 <extension |
|
63 point="org.eclipse.ui.intro.configExtension"> |
|
64 <theme |
|
65 default="true" |
|
66 id="org.eclipse.ui.intro.universal.circles" |
|
67 name="%theme.name.circles" |
|
68 path="$nl$/themes/circles" |
|
69 previewImage="$nl$/themes/circles/preview.png" |
|
70 scalable="true"> |
|
71 <property name="workbenchAsRootLink" |
|
72 value="true"/> |
|
73 <!-- |
|
74 <property name="launchbarBackground" |
|
75 value="#a1c2cb"/> |
|
76 --> |
|
77 <property name="launchbarOverviewIcon" |
|
78 value="$theme$graphics/launchbar/overview16.png"/> |
|
79 <property name="launchbarFirststepsIcon" |
|
80 value="$theme$graphics/launchbar/firststeps16.png"/> |
|
81 <property name="launchbarTutorialsIcon" |
|
82 value="$theme$graphics/launchbar/tutorials16.png"/> |
|
83 <property name="launchbarSamplesIcon" |
|
84 value="$theme$graphics/launchbar/samples16.png"/> |
|
85 <property name="launchbarWhatsnewIcon" |
|
86 value="$theme$graphics/launchbar/whatsnew16.png"/> |
|
87 <property name="launchbarMigrateIcon" |
|
88 value="$theme$graphics/launchbar/migrate16.png"/> |
|
89 <property name="launchbarWebresourcesIcon" |
|
90 value="$theme$graphics/launchbar/webresources16.png"/> |
|
91 |
|
92 <property name="highContrast-overview" |
|
93 value="$theme$graphics/icons/ctool/overview.png"/> |
|
94 <property name="highContrast-firststeps" |
|
95 value="$theme$graphics/icons/ctool/firststeps.png"/> |
|
96 <property name="highContrast-tutorials" |
|
97 value="$theme$graphics/icons/ctool/tutorials.png"/> |
|
98 <property name="highContrast-samples" |
|
99 value="$theme$graphics/icons/ctool/samples.png"/> |
|
100 <property name="highContrast-whatsnew" |
|
101 value="$theme$graphics/icons/ctool/whatsnew.png"/> |
|
102 <property name="highContrast-webresources" |
|
103 value="$theme$graphics/icons/ctool/webresources.png"/> |
|
104 <property name="highContrast-migrate" |
|
105 value="$theme$graphics/icons/ctool/migrate.png"/> |
|
106 <property name="highContrast-workbench" |
|
107 value="$theme$graphics/icons/ctool/workbench.png"/> |
|
108 |
|
109 <property name="highContrastNav-overview" |
|
110 value="$theme$graphics/icons/ctool/ov_nav.png"/> |
|
111 <property name="highContrastNav-firststeps" |
|
112 value="$theme$graphics/icons/ctool/fs_nav.png"/> |
|
113 <property name="highContrastNav-tutorials" |
|
114 value="$theme$graphics/icons/ctool/tu_nav.png"/> |
|
115 <property name="highContrastNav-samples" |
|
116 value="$theme$graphics/icons/ctool/sa_nav.png"/> |
|
117 <property name="highContrastNav-whatsnew" |
|
118 value="$theme$graphics/icons/ctool/wn_nav.png"/> |
|
119 <property name="highContrastNav-webresources" |
|
120 value="$theme$graphics/icons/ctool/wr_nav.png"/> |
|
121 <property name="highContrastNav-migrate" |
|
122 value="$theme$graphics/icons/ctool/mi_nav.png"/> |
|
123 <property name="highContrastNav-workbench" |
|
124 value="$theme$graphics/icons/ctool/wb_nav.png"/> |
|
125 </theme> |
|
126 <theme |
|
127 id="org.eclipse.ui.intro.universal.purpleMesh" |
|
128 name="%theme.name.purpleMesh" |
|
129 path="$nl$/themes/purpleMesh" |
|
130 previewImage="$nl$/themes/purpleMesh/preview.png" |
|
131 scalable="true"> |
|
132 <property name="launchbarBackground" |
|
133 value="#c6c3e8"/> |
|
134 <property name="capitalizeTitles" |
|
135 value="true"/> |
|
136 <property name="launchbarOverviewIcon" |
|
137 value="$theme$graphics/launchbar/overview.gif"/> |
|
138 <property name="launchbarFirststepsIcon" |
|
139 value="$theme$graphics/launchbar/firststeps16.png"/> |
|
140 <property name="launchbarTutorialsIcon" |
|
141 value="$theme$graphics/launchbar/tutorials.gif"/> |
|
142 <property name="launchbarSamplesIcon" |
|
143 value="$theme$graphics/launchbar/samples.gif"/> |
|
144 <property name="launchbarWhatsnewIcon" |
|
145 value="$theme$graphics/launchbar/whatsnew.gif"/> |
|
146 <property name="launchbarMigrateIcon" |
|
147 value="$theme$graphics/launchbar/migrate16.png"/> |
|
148 <property name="launchbarWebresourcesIcon" |
|
149 value="$theme$graphics/launchbar/webresources16.png"/> |
|
150 |
|
151 <property name="highContrast-overview" |
|
152 value="$theme$graphics/icons/etool/overview72.gif"/> |
|
153 <property name="highContrast-firststeps" |
|
154 value="$theme$graphics/icons/etool/firsteps72.gif"/> |
|
155 <property name="highContrast-tutorials" |
|
156 value="$theme$graphics/icons/etool/tutorials72.gif"/> |
|
157 <property name="highContrast-samples" |
|
158 value="$theme$graphics/icons/etool/samples72.gif"/> |
|
159 <property name="highContrast-whatsnew" |
|
160 value="$theme$graphics/icons/etool/whatsnew72.gif"/> |
|
161 <property name="highContrast-webresources" |
|
162 value="$theme$graphics/icons/etool/webrsrc72.gif"/> |
|
163 <property name="highContrast-migrate" |
|
164 value="$theme$graphics/icons/etool/migrate72.gif"/> |
|
165 <property name="highContrast-workbench" |
|
166 value="$theme$graphics/icons/etool/wb48.gif"/> |
|
167 |
|
168 <property name="highContrastNav-overview" |
|
169 value="$theme$graphics/icons/etool/overview48.gif"/> |
|
170 <property name="highContrastNav-firststeps" |
|
171 value="$theme$graphics/icons/etool/firsteps48.gif"/> |
|
172 <property name="highContrastNav-tutorials" |
|
173 value="$theme$graphics/icons/etool/tutorials48.gif"/> |
|
174 <property name="highContrastNav-samples" |
|
175 value="$theme$graphics/icons/etool/samples48.gif"/> |
|
176 <property name="highContrastNav-whatsnew" |
|
177 value="$theme$graphics/icons/etool/whatsnew48.gif"/> |
|
178 <property name="highContrastNav-webresources" |
|
179 value="$theme$graphics/icons/etool/webrsrc48.gif"/> |
|
180 <property name="highContrastNav-migrate" |
|
181 value="$theme$graphics/icons/etool/migrate48.gif"/> |
|
182 <property name="highContrastNav-workbench" |
|
183 value="$theme$graphics/icons/etool/wb48.gif"/> |
|
184 </theme> |
|
185 <theme |
|
186 id="org.eclipse.ui.intro.universal.slate" |
|
187 name="%theme.name.slate" |
|
188 path="$nl$/themes/slate" |
|
189 previewImage="$nl$/themes/slate/preview.png" |
|
190 scalable="true"> |
|
191 <property name="workbenchAsRootLink" |
|
192 value="true"/> |
|
193 <!-- |
|
194 <property name="launchbarBackground" |
|
195 value="#a1c2cb"/> |
|
196 --> |
|
197 <property name="launchbarOverviewIcon" |
|
198 value="$theme$graphics/launchbar/overview16.png"/> |
|
199 <property name="launchbarFirststepsIcon" |
|
200 value="$theme$graphics/launchbar/firststeps16.png"/> |
|
201 <property name="launchbarTutorialsIcon" |
|
202 value="$theme$graphics/launchbar/tutorials16.png"/> |
|
203 <property name="launchbarSamplesIcon" |
|
204 value="$theme$graphics/launchbar/samples16.png"/> |
|
205 <property name="launchbarWhatsnewIcon" |
|
206 value="$theme$graphics/launchbar/whatsnew16.png"/> |
|
207 <property name="launchbarMigrateIcon" |
|
208 value="$theme$graphics/launchbar/migrate16.png"/> |
|
209 <property name="launchbarWebresourcesIcon" |
|
210 value="$theme$graphics/launchbar/webresources16.png"/> |
|
211 |
|
212 <property name="highContrast-overview" |
|
213 value="$theme$graphics/icons/ctool/overview.png"/> |
|
214 <property name="highContrast-firststeps" |
|
215 value="$theme$graphics/icons/ctool/firststeps.png"/> |
|
216 <property name="highContrast-tutorials" |
|
217 value="$theme$graphics/icons/ctool/tutorials.png"/> |
|
218 <property name="highContrast-samples" |
|
219 value="$theme$graphics/icons/ctool/samples.png"/> |
|
220 <property name="highContrast-whatsnew" |
|
221 value="$theme$graphics/icons/ctool/whatsnew.png"/> |
|
222 <property name="highContrast-webresources" |
|
223 value="$theme$graphics/icons/ctool/webresources.png"/> |
|
224 <property name="highContrast-migrate" |
|
225 value="$theme$graphics/icons/ctool/migrate.png"/> |
|
226 <property name="highContrast-workbench" |
|
227 value="$theme$graphics/icons/ctool/workbench.png"/> |
|
228 |
|
229 <property name="highContrastNav-overview" |
|
230 value="$theme$graphics/icons/ctool/ov_nav.png"/> |
|
231 <property name="highContrastNav-firststeps" |
|
232 value="$theme$graphics/icons/ctool/fs_nav.png"/> |
|
233 <property name="highContrastNav-tutorials" |
|
234 value="$theme$graphics/icons/ctool/tu_nav.png"/> |
|
235 <property name="highContrastNav-samples" |
|
236 value="$theme$graphics/icons/ctool/sa_nav.png"/> |
|
237 <property name="highContrastNav-whatsnew" |
|
238 value="$theme$graphics/icons/ctool/wn_nav.png"/> |
|
239 <property name="highContrastNav-webresources" |
|
240 value="$theme$graphics/icons/ctool/wr_nav.png"/> |
|
241 <property name="highContrastNav-migrate" |
|
242 value="$theme$graphics/icons/ctool/mi_nav.png"/> |
|
243 <property name="highContrastNav-workbench" |
|
244 value="$theme$graphics/icons/ctool/wb_nav.png"/> |
|
245 </theme> |
|
246 </extension> |
|
247 </plugin> |