Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2013-02-06 22:58:48 +0000
committerStephan Herrmann2013-02-06 22:58:48 +0000
commit29d4a1149e392c0b5c052a9202992e800f5506a5 (patch)
tree4441a613ee20c7d0e270d49fca6b068c4a1a3d27 /org.eclipse.jdt.annotation/META-INF
parent0848b8a6a9afff16623dfc6b0821adb833326b41 (diff)
downloadeclipse.jdt.core-29d4a1149e392c0b5c052a9202992e800f5506a5.tar.gz
eclipse.jdt.core-29d4a1149e392c0b5c052a9202992e800f5506a5.tar.xz
eclipse.jdt.core-29d4a1149e392c0b5c052a9202992e800f5506a5.zip
Combined fix for
Bug 331649 - [compiler][null] consider null annotations for fields Bug 382789 - [compiler][null] warn when syntactically-nonnull expression is compared against null Bug 380896 - [compiler][null] Enum constants not recognised as being NonNull. Bug 383368 - [compiler][null] syntactic null analysis for field references Bug 388630 - @NonNull diagnostics at line 0
Diffstat (limited to 'org.eclipse.jdt.annotation/META-INF')
-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 1b576414e6..e215be5557 100644
--- a/org.eclipse.jdt.annotation/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.annotation/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-Localization: bundle
Bundle-SymbolicName: org.eclipse.jdt.annotation
-Bundle-Version: 1.0.1.qualifier
+Bundle-Version: 1.1.0.qualifier
Export-Package: org.eclipse.jdt.annotation
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %providerName

Back to the top