Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Ritchie2016-03-29 21:26:10 +0000
committerSam Davis2016-04-29 21:30:00 +0000
commite9e79d9d73ec879d0db2b909014e6e1dce7ab806 (patch)
tree832d4176ccded8caa2a250a19d6a02e3167f1367 /org.eclipse.mylyn.sandbox.ui/META-INF/MANIFEST.MF
parent80f54775112eea90d07fbb5d6dc0b1c2b739e0c9 (diff)
downloadorg.eclipse.mylyn.incubator-master.tar.gz
org.eclipse.mylyn.incubator-master.tar.xz
org.eclipse.mylyn.incubator-master.zip
487770: Mylyn bundles require Java 8 HEADmaster
Change-Id: Ie8f6228c8f06be054002d127d008caa9593d4b31 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=487770 Signed-off-by: Colin Ritchie <colin.ritchie@tasktop.com>
Diffstat (limited to 'org.eclipse.mylyn.sandbox.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.sandbox.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.sandbox.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.sandbox.ui/META-INF/MANIFEST.MF
index 94b8722d..c77da2ba 100644
--- a/org.eclipse.mylyn.sandbox.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.sandbox.ui/META-INF/MANIFEST.MF
@@ -46,6 +46,6 @@ Export-Package: org.eclipse.mylyn.internal.sandbox.ui;x-internal:=true,
org.eclipse.mylyn.internal.sandbox.ui.hyperlinks;x-internal:=true,
org.eclipse.mylyn.internal.sandbox.ui.planner;x-internal:=true,
org.eclipse.mylyn.internal.sandbox.ui.views;x-internal:=true
-Bundle-RequiredExecutionEnvironment: JavaSE-1.7
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ClassPath: .
Import-Package: org.eclipse.mylyn.commons.net

Back to the top