Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-09-20 12:06:58 +0000
committerMatthias Sohn2016-09-20 12:06:58 +0000
commit4a6a1e26fdd3cb43746ae32caf594db6232bd949 (patch)
tree6e246c32d72fe6383a08cda0633092b0d8df655f /org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
parent94a888236eaed41196ca16dc6512c127452895ea (diff)
downloadegit-github-4a6a1e26fdd3cb43746ae32caf594db6232bd949.tar.gz
egit-github-4a6a1e26fdd3cb43746ae32caf594db6232bd949.tar.xz
egit-github-4a6a1e26fdd3cb43746ae32caf594db6232bd949.zip
Change minimum execution environment to JavaSE-1.8
Change-Id: Id9ae44ede66f21edbae4c2cc192c68c1968622ee Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
index 6615eceb..75e63f0d 100644
--- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
@@ -5,7 +5,7 @@ Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true
Bundle-Version: 4.6.0.qualifier
Bundle-Vendor: %providerName
-Bundle-RequiredExecutionEnvironment: JavaSE-1.7
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.mylyn.internal.github.core;version="4.6.0";x-friends:="org.eclipse.mylyn.github.ui",
org.eclipse.mylyn.internal.github.core.gist;version="4.6.0";x-friends:="org.eclipse.mylyn.github.ui",
org.eclipse.mylyn.internal.github.core.issue;version="4.6.0";x-friends:="org.eclipse.mylyn.github.ui",

Back to the top