Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2012-06-16 17:16:55 +0000
committerStephan Herrmann2012-06-16 17:16:55 +0000
commit9247c0d71ecfa335df9b961d867b33924638b57a (patch)
tree2870d1262be6975cb11d24b0bb3c2c1bdd24f4a5
parent3707414526fb14321da557f260d263fece724e8c (diff)
downloadeclipse.jdt.core-9247c0d71ecfa335df9b961d867b33924638b57a.tar.gz
eclipse.jdt.core-9247c0d71ecfa335df9b961d867b33924638b57a.tar.xz
eclipse.jdt.core-9247c0d71ecfa335df9b961d867b33924638b57a.zip
Increase version of the annotations bundle to easily distinguish from
the version shipped with Juno.
-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 227f6184bc..1b576414e6 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.0.qualifier
+Bundle-Version: 1.0.1.qualifier
Export-Package: org.eclipse.jdt.annotation
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %providerName

Back to the top