Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-01-27 08:39:15 +0000
committerMatthias Sohn2015-02-10 15:31:55 +0000
commit7d3493e7c34575910021fcd803fad85925ba9598 (patch)
treeb308be1ed64883fe369a0a9d938c2951d1b4157a /org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
parent6eb01317c0092c53b988d39763434377f5a1795b (diff)
downloadegit-github-7d3493e7c34575910021fcd803fad85925ba9598.tar.gz
egit-github-7d3493e7c34575910021fcd803fad85925ba9598.tar.xz
egit-github-7d3493e7c34575910021fcd803fad85925ba9598.zip
Set minimum required Java version to Java 7
Bug: 458476 Change-Id: I94fd45421295f0c72f8de541c18f0c8a49d2762c Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
index fd017075..9b638cd5 100644
--- a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.egit.github.core.tests
Bundle-Version: 4.0.0.qualifier
Bundle-Localization: plugin
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Import-Package: com.google.gson;version="[1.6.0,2.2.0]",
com.google.gson.reflect;version="[1.6.0,2.2.0]",
org.eclipse.egit.github.core;version="[4.0.0,4.1.0)",

Back to the top