Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Arthanareeswaran2019-03-29 04:01:32 +0000
committerJay Arthanareeswaran2019-03-29 04:01:32 +0000
commite12db3b19e2237ae1d047b437381579e7152a785 (patch)
treea7f3572c6949b894550f7f84d704513215dd92ab
parentfec3b792684c66240632cc5e739349fea5bb3d74 (diff)
downloadeclipse.jdt-e12db3b19e2237ae1d047b437381579e7152a785.tar.gz
eclipse.jdt-e12db3b19e2237ae1d047b437381579e7152a785.tar.xz
eclipse.jdt-e12db3b19e2237ae1d047b437381579e7152a785.zip
the correct version of jdt.annotation bundle Change-Id: I8264616da3d0900dec117d681f4b5e04b7463259 Signed-off-by: Jay Arthanareeswaran <jarthana@in.ibm.com>
-rw-r--r--org.eclipse.jdt-feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt-feature/feature.xml b/org.eclipse.jdt-feature/feature.xml
index d0e7fe4..6f2d19d 100644
--- a/org.eclipse.jdt-feature/feature.xml
+++ b/org.eclipse.jdt-feature/feature.xml
@@ -88,7 +88,7 @@
id="org.eclipse.jdt.annotation"
download-size="0"
install-size="0"
- version="2.2.200.qualifier"
+ version="2.2.300.qualifier"
unpack="false"/>
<plugin

Back to the top