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 /pom.xml
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 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0b3133a3d..7e39459ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,9 @@
<module>org.eclipse.ui.cheatsheets</module>
<module>org.eclipse.ui.intro</module>
<module>org.eclipse.ui.intro.universal</module>
+
<module>org.eclipse.ui.intro.quicklinks</module>
<module>org.eclipse.ui.intro.quicklinks.examples</module>
+ <module>org.eclipse.ui.intro.solstice.examples</module>
</modules>
</project>

Back to the top