Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2015-07-07 14:14:06 +0000
committerTom Schindl2015-07-07 14:14:06 +0000
commit30e24dfab6b69f6bd0914c5cd7c4d1e7f37d008b (patch)
tree6db22585647d0b9a69c084beb89d9d1fc3146ec1
parent3251f6e1584b1d5b1f5a35a57a2c57436125a14f (diff)
downloadorg.eclipse.rap.incubator.e4-30e24dfab6b69f6bd0914c5cd7c4d1e7f37d008b.tar.gz
org.eclipse.rap.incubator.e4-30e24dfab6b69f6bd0914c5cd7c4d1e7f37d008b.tar.xz
org.eclipse.rap.incubator.e4-30e24dfab6b69f6bd0914c5cd7c4d1e7f37d008b.zip
Bug 470875 - [e4] Update to Mars
-rw-r--r--features/org.eclipse.rap.e4.target.feature/feature.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/features/org.eclipse.rap.e4.target.feature/feature.xml b/features/org.eclipse.rap.e4.target.feature/feature.xml
index 3d830e6..cec656a 100644
--- a/features/org.eclipse.rap.e4.target.feature/feature.xml
+++ b/features/org.eclipse.rap.e4.target.feature/feature.xml
@@ -57,6 +57,19 @@
install-size="0"
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.e4.core.di.annotation"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.e4.core.di.annotation.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
<plugin
id="org.eclipse.e4.core.services"

Back to the top