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/plugin.properties
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/plugin.properties')
-rw-r--r--org.eclipse.ui.intro.universal/plugin.properties6
1 files changed, 4 insertions, 2 deletions
diff --git a/org.eclipse.ui.intro.universal/plugin.properties b/org.eclipse.ui.intro.universal/plugin.properties
index c4efcb752..01c83ef80 100644
--- a/org.eclipse.ui.intro.universal/plugin.properties
+++ b/org.eclipse.ui.intro.universal/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2009 IBM Corporation and others.
+# Copyright (c) 2000, 2016 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -7,6 +7,7 @@
#
# Contributors:
# IBM Corporation - initial API and implementation
+# Manumitting Technologies Inc - Added Solstice theme (bug 466370)
###############################################################################
# ==============================================
@@ -18,4 +19,5 @@ provider_name = Eclipse.org
theme.name.circles = Circles
theme.name.purpleMesh = Purple Mesh (Classic Eclipse)
-theme.name.slate = Slate \ No newline at end of file
+theme.name.slate = Slate
+theme.name.solstice = Solstice \ No newline at end of file

Back to the top