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.mylyn.github.ui/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.mylyn.github.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
index d46d714f..feb94e36 100644
--- a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.mylyn.github.ui;singleton:=true
Bundle-Activator: org.eclipse.mylyn.internal.github.ui.GitHubUi
Bundle-Version: 4.0.0.qualifier
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",

Back to the top