Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jdt-feature/feature.xml')
-rw-r--r--org.eclipse.jdt-feature/feature.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/org.eclipse.jdt-feature/feature.xml b/org.eclipse.jdt-feature/feature.xml
index 6acede7..0743586 100644
--- a/org.eclipse.jdt-feature/feature.xml
+++ b/org.eclipse.jdt-feature/feature.xml
@@ -81,7 +81,14 @@
id="org.eclipse.jdt.annotation"
download-size="0"
install-size="0"
- version="0.0.0"
+ version="1.1.0.qualifier"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.jdt.annotation"
+ download-size="0"
+ install-size="0"
+ version="2.0.0.qualifier"
unpack="false"/>
<plugin

Back to the top