Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-08-25 23:36:28 +0000
committerMatthias Sohn2016-09-20 09:32:36 +0000
commitab79ce91c10830f9906a1311ec857ccf553f51fe (patch)
treef0e20e5e3b4ea9fa774d32b7d7b453d7aa919d7d /org.eclipse.jgit.http.server/META-INF
parente4e39a6d05b846b0b1f4cd42894bbdf950b37554 (diff)
downloadjgit-ab79ce91c10830f9906a1311ec857ccf553f51fe.tar.gz
jgit-ab79ce91c10830f9906a1311ec857ccf553f51fe.tar.xz
jgit-ab79ce91c10830f9906a1311ec857ccf553f51fe.zip
Change JGit minimum execution environment to JavaSE-1.8
Bug: 500059 Change-Id: I47f3f6749a67da52029f84e002d9b155ed56d2b7 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.http.server/META-INF')
-rw-r--r--org.eclipse.jgit.http.server/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF
index 4ec5cab58d..83510153cc 100644
--- a/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF
@@ -14,7 +14,7 @@ Export-Package: org.eclipse.jgit.http.server;version="4.6.0",
org.eclipse.jgit.transport,
javax.servlet.http"
Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: JavaSE-1.7
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: javax.servlet;version="[2.5.0,3.2.0)",
javax.servlet.http;version="[2.5.0,3.2.0)",
org.eclipse.jgit.errors;version="[4.6.0,4.7.0)",

Back to the top