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