Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian de Alwis2016-03-12 04:34:35 +0000
committerBrian de Alwis2016-03-12 05:56:16 +0000
commit6ebe7c6e027c02d90897cc56ac683dc4b9d77be6 (patch)
treee3afc0809f8192ad44880f7e80b47265c82f85bd /org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF
parent9a3622632eb9d6be029c58e6f04af17ba259bc33 (diff)
downloadeclipse.platform.ua-6ebe7c6e027c02d90897cc56ac683dc4b9d77be6.tar.gz
eclipse.platform.ua-6ebe7c6e027c02d90897cc56ac683dc4b9d77be6.tar.xz
eclipse.platform.ua-6ebe7c6e027c02d90897cc56ac683dc4b9d77be6.zip
Bug 466370 - Add new Solstice theme for new Welcome redesign
Add new Solstice theme, modelled on the design proposed on bug 466370, and include a redesigned Intro/Welcome home page 'qroot', a quadranted root page. Include an examples bundle demonstrating how an EPP product might add additional content for display on the new qroot page. Solstice icons from or assembled from Font Awesome. Change-Id: Ice27f0af9ceef8363736caf2c55e76bac2aa5e4c
Diffstat (limited to 'org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF b/org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF
index 069b9573d..2253f02b4 100644
--- a/org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF
@@ -12,7 +12,8 @@ Export-Package: org.eclipse.ui.internal.intro.universal;x-friends:="org.eclipse.
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)",
org.eclipse.help;bundle-version="[3.5.0,4.0.0)",
org.eclipse.ui;bundle-version="[3.6.0,4.0.0)",
- org.eclipse.ui.intro;bundle-version="[3.4.0,4.0.0)"
+ org.eclipse.ui.intro;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.ui.intro.quicklinks;bundle-version="1.0.0"
Eclipse-LazyStart: true; exceptions="org.eclipse.ui.internal.intro.universal.contentdetect"
Bundle-Activator: org.eclipse.ui.internal.intro.universal.UniversalIntroPlugin
Bundle-ClassPath: .

Back to the top