Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/org.eclipse.emf.cdo-feature/feature.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/features/org.eclipse.emf.cdo-feature/feature.xml b/features/org.eclipse.emf.cdo-feature/feature.xml
index 337cbc71ce..a55ca61e08 100644
--- a/features/org.eclipse.emf.cdo-feature/feature.xml
+++ b/features/org.eclipse.emf.cdo-feature/feature.xml
@@ -9,13 +9,12 @@
Contributors:
Eike Stepper - initial API and implementation
-->
-
<feature
id="org.eclipse.emf.cdo"
label="%featureName"
- image="eclipse_update_120.jpg"
version="2.0.0.qualifier"
- provider-name="%providerName">
+ provider-name="%providerName"
+ image="eclipse_update_120.jpg">
<description>
%description
@@ -63,4 +62,11 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.emf.cdo.ui.capabilities"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top