Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian de Alwis2016-01-22 21:10:13 +0000
committerBrian de Alwis2016-01-22 21:48:42 +0000
commit8124ef1b34163de3a3e4a6f3c39f2045a25ceffc (patch)
tree86bb4a0c9ba294dd571f7165a152205c9bc01662 /pom.xml
parentde5846610979bdc09d2cc46a2e0eb352707a3322 (diff)
downloadeclipse.platform.ua-8124ef1b34163de3a3e4a6f3c39f2045a25ceffc.tar.gz
eclipse.platform.ua-8124ef1b34163de3a3e4a6f3c39f2045a25ceffc.tar.xz
eclipse.platform.ua-8124ef1b34163de3a3e4a6f3c39f2045a25ceffc.zip
Bug 466370 - [UX] Welcome Screen redesign
Add a new Intro viewer component, Quicklinks, to show a set of useful actions from the Welcome. Change-Id: Icc3d94a6efc0d593b3158b56188befdbfb0e1f68
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 f25fa89a4..0b3133a3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,5 +61,7 @@
<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>
</modules>
</project>

Back to the top