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 /org.eclipse.ui.intro.quicklinks.examples/META-INF
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 'org.eclipse.ui.intro.quicklinks.examples/META-INF')
-rw-r--r--org.eclipse.ui.intro.quicklinks.examples/META-INF/MANIFEST.MF10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.ui.intro.quicklinks.examples/META-INF/MANIFEST.MF b/org.eclipse.ui.intro.quicklinks.examples/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..79c0fd0c6
--- /dev/null
+++ b/org.eclipse.ui.intro.quicklinks.examples/META-INF/MANIFEST.MF
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Examples of Welcome/Intro Quicklinks
+Bundle-SymbolicName: org.eclipse.ui.intro.quicklinks.examples;singleton:=true
+Bundle-Version: 1.0.0.qualifier
+Bundle-Vendor: Eclipse.org
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.ui.intro;bundle-version="3.4.300",
+ org.eclipse.ui.intro.universal;bundle-version="3.2.800",
+ org.eclipse.ui.intro.quicklinks

Back to the top