|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <?eclipse version="3.0"?> |
|
3 <plugin> |
|
4 |
|
5 |
|
6 <!-- ========== Extension Points ================= --> |
|
7 <!-- =============================================================================== --> |
|
8 <!-- Extension point: org.eclipse.ui.intro.config --> |
|
9 <!-- Extension-point for contributing a configuration to a Customizable Intro Part. --> |
|
10 <!-- --> |
|
11 <!-- =============================================================================== --> |
|
12 <!-- ================================================================================= --> |
|
13 <!-- Extension point: org.eclipse.ui.intro.configExtension --> |
|
14 <!-- Extension-point for contributing an extension to an existing intro configuration --> |
|
15 <!-- --> |
|
16 <!-- ================================================================================= --> |
|
17 |
|
18 <extension |
|
19 point="org.eclipse.ui.intro"> |
|
20 <intro |
|
21 class="org.eclipse.ui.intro.config.CustomizableIntroPart" |
|
22 contentDetector="org.eclipse.ui.internal.intro.universal.contentdetect.ContentDetector" |
|
23 icon="$nl$/icons/welcome16.gif" |
|
24 id="org.eclipse.ui.intro.universal"/> |
|
25 </extension> |
|
26 <extension |
|
27 point="org.eclipse.ui.intro.config"> |
|
28 <config |
|
29 configurer="org.eclipse.ui.internal.intro.universal.UniversalIntroConfigurer" |
|
30 content="$nl$/introContent.xml" |
|
31 id="org.eclipse.ui.intro.universalConfig" |
|
32 introId="org.eclipse.ui.intro.universal"> |
|
33 <presentation |
|
34 home-page-id="root" standby-page-id="standby"> |
|
35 <implementation |
|
36 style="themes/shared/html/shared.css,$theme$/html/shared.css" |
|
37 kind="html" |
|
38 os="win32,linux,macosx"> |
|
39 </implementation> |
|
40 <implementation |
|
41 kind="swt"> |
|
42 </implementation> |
|
43 <launchBar |
|
44 location="fastview" |
|
45 bg="$launchbarBackground$" |
|
46 computed="true"> |
|
47 </launchBar> |
|
48 </presentation> |
|
49 </config> |
|
50 </extension> |
|
51 <extension |
|
52 point="org.eclipse.ui.intro.configExtension"> |
|
53 <theme |
|
54 default="true" |
|
55 id="org.eclipse.ui.intro.universal.circles" |
|
56 name="%theme.name.circles" |
|
57 path="$nl$/themes/circles" |
|
58 previewImage="$nl$/themes/circles/preview.png"> |
|
59 <property name="workbenchAsRootLink" |
|
60 value="true"/> |
|
61 <!-- |
|
62 <property name="launchbarBackground" |
|
63 value="#a1c2cb"/> |
|
64 --> |
|
65 <property name="launchbarOverviewIcon" |
|
66 value="$theme$graphics/launchbar/overview16.png"/> |
|
67 <property name="launchbarFirststepsIcon" |
|
68 value="$theme$graphics/launchbar/firststeps16.png"/> |
|
69 <property name="launchbarTutorialsIcon" |
|
70 value="$theme$graphics/launchbar/tutorials16.png"/> |
|
71 <property name="launchbarSamplesIcon" |
|
72 value="$theme$graphics/launchbar/samples16.png"/> |
|
73 <property name="launchbarWhatsnewIcon" |
|
74 value="$theme$graphics/launchbar/whatsnew16.png"/> |
|
75 <property name="launchbarMigrateIcon" |
|
76 value="$theme$graphics/launchbar/migrate16.png"/> |
|
77 <property name="launchbarWebresourcesIcon" |
|
78 value="$theme$graphics/launchbar/webresources16.png"/> |
|
79 |
|
80 <property name="highContrast-overview" |
|
81 value="$theme$graphics/icons/ctool/overview.png"/> |
|
82 <property name="highContrast-firststeps" |
|
83 value="$theme$graphics/icons/ctool/firststeps.png"/> |
|
84 <property name="highContrast-tutorials" |
|
85 value="$theme$graphics/icons/ctool/tutorials.png"/> |
|
86 <property name="highContrast-samples" |
|
87 value="$theme$graphics/icons/ctool/samples.png"/> |
|
88 <property name="highContrast-whatsnew" |
|
89 value="$theme$graphics/icons/ctool/whatsnew.png"/> |
|
90 <property name="highContrast-webresources" |
|
91 value="$theme$graphics/icons/ctool/webresources.png"/> |
|
92 <property name="highContrast-migrate" |
|
93 value="$theme$graphics/icons/ctool/migrate.png"/> |
|
94 <property name="highContrast-workbench" |
|
95 value="$theme$graphics/icons/ctool/workbench.png"/> |
|
96 |
|
97 <property name="highContrastNav-overview" |
|
98 value="$theme$graphics/icons/ctool/ov_nav.png"/> |
|
99 <property name="highContrastNav-firststeps" |
|
100 value="$theme$graphics/icons/ctool/fs_nav.png"/> |
|
101 <property name="highContrastNav-tutorials" |
|
102 value="$theme$graphics/icons/ctool/tu_nav.png"/> |
|
103 <property name="highContrastNav-samples" |
|
104 value="$theme$graphics/icons/ctool/sa_nav.png"/> |
|
105 <property name="highContrastNav-whatsnew" |
|
106 value="$theme$graphics/icons/ctool/wn_nav.png"/> |
|
107 <property name="highContrastNav-webresources" |
|
108 value="$theme$graphics/icons/ctool/wr_nav.png"/> |
|
109 <property name="highContrastNav-migrate" |
|
110 value="$theme$graphics/icons/ctool/mi_nav.png"/> |
|
111 <property name="highContrastNav-workbench" |
|
112 value="$theme$graphics/icons/ctool/wb_nav.png"/> |
|
113 </theme> |
|
114 <theme |
|
115 id="org.eclipse.ui.intro.universal.purpleMesh" |
|
116 name="%theme.name.purpleMesh" |
|
117 path="$nl$/themes/purpleMesh" |
|
118 previewImage="$nl$/themes/purpleMesh/preview.png"> |
|
119 <property name="launchbarBackground" |
|
120 value="#c6c3e8"/> |
|
121 <property name="capitalizeTitles" |
|
122 value="true"/> |
|
123 <property name="launchbarOverviewIcon" |
|
124 value="$theme$graphics/launchbar/overview.gif"/> |
|
125 <property name="launchbarFirststepsIcon" |
|
126 value="$theme$graphics/launchbar/firststeps16.png"/> |
|
127 <property name="launchbarTutorialsIcon" |
|
128 value="$theme$graphics/launchbar/tutorials.gif"/> |
|
129 <property name="launchbarSamplesIcon" |
|
130 value="$theme$graphics/launchbar/samples.gif"/> |
|
131 <property name="launchbarWhatsnewIcon" |
|
132 value="$theme$graphics/launchbar/whatsnew.gif"/> |
|
133 <property name="launchbarMigrateIcon" |
|
134 value="$theme$graphics/launchbar/migrate16.png"/> |
|
135 <property name="launchbarWebresourcesIcon" |
|
136 value="$theme$graphics/launchbar/webresources16.png"/> |
|
137 |
|
138 <property name="highContrast-overview" |
|
139 value="$theme$graphics/icons/etool/overview72.gif"/> |
|
140 <property name="highContrast-firststeps" |
|
141 value="$theme$graphics/icons/etool/firsteps72.gif"/> |
|
142 <property name="highContrast-tutorials" |
|
143 value="$theme$graphics/icons/etool/tutorials72.gif"/> |
|
144 <property name="highContrast-samples" |
|
145 value="$theme$graphics/icons/etool/samples72.gif"/> |
|
146 <property name="highContrast-whatsnew" |
|
147 value="$theme$graphics/icons/etool/whatsnew72.gif"/> |
|
148 <property name="highContrast-webresources" |
|
149 value="$theme$graphics/icons/etool/webrsrc72.gif"/> |
|
150 <property name="highContrast-migrate" |
|
151 value="$theme$graphics/icons/etool/migrate72.gif"/> |
|
152 <property name="highContrast-workbench" |
|
153 value="$theme$graphics/icons/etool/wb48.gif"/> |
|
154 |
|
155 <property name="highContrastNav-overview" |
|
156 value="$theme$graphics/icons/etool/overview48.gif"/> |
|
157 <property name="highContrastNav-firststeps" |
|
158 value="$theme$graphics/icons/etool/firsteps48.gif"/> |
|
159 <property name="highContrastNav-tutorials" |
|
160 value="$theme$graphics/icons/etool/tutorials48.gif"/> |
|
161 <property name="highContrastNav-samples" |
|
162 value="$theme$graphics/icons/etool/samples48.gif"/> |
|
163 <property name="highContrastNav-whatsnew" |
|
164 value="$theme$graphics/icons/etool/whatsnew48.gif"/> |
|
165 <property name="highContrastNav-webresources" |
|
166 value="$theme$graphics/icons/etool/webrsrc48.gif"/> |
|
167 <property name="highContrastNav-migrate" |
|
168 value="$theme$graphics/icons/etool/migrate48.gif"/> |
|
169 <property name="highContrastNav-workbench" |
|
170 value="$theme$graphics/icons/etool/wb48.gif"/> |
|
171 </theme> |
|
172 </extension> |
|
173 </plugin> |