Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayaprakash Arthanareeswaran2014-07-05 01:12:11 +0000
committerJayaprakash Arthanareeswaran2014-07-05 01:12:11 +0000
commit2ae207646478192af8b0055c23f130d276df6f97 (patch)
tree5c043f4b0bd9a063517c329abb76edd31ae8280a /org.eclipse.jdt.annotation/META-INF
parente48df5b6608f0202b357a604ceceda77bab3caf3 (diff)
downloadeclipse.jdt.core-2ae207646478192af8b0055c23f130d276df6f97.tar.gz
eclipse.jdt.core-2ae207646478192af8b0055c23f130d276df6f97.tar.xz
eclipse.jdt.core-2ae207646478192af8b0055c23f130d276df6f97.zip
Moving jdt.annotation minor version from 100 to 1 to get rid of the
build failure
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 c7267e5221..54026f7e00 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: 2.0.100.qualifier
+Bundle-Version: 2.0.1.qualifier
Export-Package: org.eclipse.jdt.annotation
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %providerName

Back to the top