Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayaprakash Arthanareeswaran2014-02-13 06:13:05 +0000
committerJayaprakash Arthanareeswaran2014-02-13 06:13:05 +0000
commitb35f620685806d93a7b32cb38ddc1e568690ed0f (patch)
tree16a3013e5a301493613c53ad8ad6cb42621e134e /org.eclipse.jdt.annotation
parentc9c353b1f3633c7934ab02e6b5f4d6f7b6d921d9 (diff)
downloadeclipse.jdt.core-b35f620685806d93a7b32cb38ddc1e568690ed0f.tar.gz
eclipse.jdt.core-b35f620685806d93a7b32cb38ddc1e568690ed0f.tar.xz
eclipse.jdt.core-b35f620685806d93a7b32cb38ddc1e568690ed0f.zip
Bug 426902 - Moving org.eclipse.jdt.annotation bundle to 1.8 BREE
Diffstat (limited to 'org.eclipse.jdt.annotation')
-rw-r--r--org.eclipse.jdt.annotation/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.annotation/META-INF/MANIFEST.MF b/org.eclipse.jdt.annotation/META-INF/MANIFEST.MF
index 796defb13f..181f7b34d4 100644
--- a/org.eclipse.jdt.annotation/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.annotation/META-INF/MANIFEST.MF
@@ -5,5 +5,5 @@ Bundle-Localization: bundle
Bundle-SymbolicName: org.eclipse.jdt.annotation
Bundle-Version: 2.0.0.qualifier
Export-Package: org.eclipse.jdt.annotation
-Bundle-RequiredExecutionEnvironment: JavaSE-1.7
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %providerName

Back to the top