Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2013-09-05 14:57:05 +0000
committerMarkus Keller2013-09-05 14:57:05 +0000
commit79e1bfca1c2af548692a1956fbf0eca8f8470de9 (patch)
treec99291ec7c75d49d28c8f38bbce8e0c523247fa9 /org.eclipse.jdt.annotation_v1
parentd8c2577f871cfa511f2fa72799f1fea2dbff156f (diff)
downloadeclipse.jdt.core-79e1bfca1c2af548692a1956fbf0eca8f8470de9.tar.gz
eclipse.jdt.core-79e1bfca1c2af548692a1956fbf0eca8f8470de9.tar.xz
eclipse.jdt.core-79e1bfca1c2af548692a1956fbf0eca8f8470de9.zip
Bug 414444: [1.8][null] Configure null annotation bundle for 1.8 (TYPE_USE)
org.eclipse.jdt.annotation_v1 must keep BREE J2SE-1.5
Diffstat (limited to 'org.eclipse.jdt.annotation_v1')
-rw-r--r--org.eclipse.jdt.annotation_v1/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.annotation_v1/META-INF/MANIFEST.MF b/org.eclipse.jdt.annotation_v1/META-INF/MANIFEST.MF
index 63e1a7deea..dfbae37e01 100644
--- a/org.eclipse.jdt.annotation_v1/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.annotation_v1/META-INF/MANIFEST.MF
@@ -5,5 +5,5 @@ Bundle-Localization: bundle
Bundle-SymbolicName: org.eclipse.jdt.annotation
Bundle-Version: 1.1.0.v20130513-1648
Export-Package: org.eclipse.jdt.annotation
-Bundle-RequiredExecutionEnvironment: JavaSE-1.7
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %providerName

Back to the top