Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2015-04-02 17:55:05 +0000
committerTom Schindl2015-04-02 17:55:27 +0000
commit579c493f3bcdf1aadf96273092ef9893e69eb7aa (patch)
treee734ca7956c142eb62876acfb1eb8c0f5b81e589
parent21a06ea739e3c429b7ba3a60d0254673d0cd0b5e (diff)
downloadeclipse.platform.ui-579c493f3bcdf1aadf96273092ef9893e69eb7aa.tar.gz
eclipse.platform.ui-579c493f3bcdf1aadf96273092ef9893e69eb7aa.tar.xz
eclipse.platform.ui-579c493f3bcdf1aadf96273092ef9893e69eb7aa.zip
Bug 463747 - Adjust org.eclipse.e4.rcp to add
"org.eclipse.e4.core.di.annotations" Change-Id: Ie3e3a6702dfa4a97ab69a4fdce7a261491b0c6bc
-rw-r--r--features/org.eclipse.e4.rcp/feature.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/features/org.eclipse.e4.rcp/feature.xml b/features/org.eclipse.e4.rcp/feature.xml
index f70bd100ed5..d7c7be60138 100644
--- a/features/org.eclipse.e4.rcp/feature.xml
+++ b/features/org.eclipse.e4.rcp/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.e4.rcp"
label="%featureName"
- version="1.3.200.qualifier"
+ version="1.4.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
@@ -777,4 +777,11 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.e4.core.di.annotations"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top