Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.emf.cdo.examples-feature/feature.xml13
1 files changed, 1 insertions, 12 deletions
diff --git a/features/org.eclipse.emf.cdo.examples-feature/feature.xml b/features/org.eclipse.emf.cdo.examples-feature/feature.xml
index 0be62e0d90..40420ff8b6 100644
--- a/features/org.eclipse.emf.cdo.examples-feature/feature.xml
+++ b/features/org.eclipse.emf.cdo.examples-feature/feature.xml
@@ -38,14 +38,10 @@
<requires>
<import plugin="org.eclipse.emf.cdo" version="0.8.0" match="equivalent"/>
<import plugin="org.eclipse.net4j.tcp" version="0.8.0" match="equivalent"/>
- <import plugin="org.eclipse.net4j.jvm" version="0.8.0" match="equivalent"/>
- <import plugin="org.eclipse.emf.cdo.server" version="0.8.0" match="equivalent"/>
- <import plugin="org.eclipse.emf.cdo.server.db" version="0.8.0" match="equivalent"/>
- <import plugin="org.eclipse.emf.cdo.server.hibernate" version="0.8.0" match="equivalent"/>
<import plugin="org.eclipse.core.runtime" version="3.3.0" match="compatible"/>
<import plugin="org.eclipse.emf.edit" version="2.3.0" match="compatible"/>
<import plugin="org.eclipse.emf.cdo.edit" version="0.8.0" match="equivalent"/>
- <import plugin="org.eclipse.emf.cdo.tests.model1" version="0.8.0" match="equivalent"/>
+ <import plugin="org.eclipse.emf.ecore" version="2.3.0" match="compatible"/>
</requires>
<plugin
@@ -70,13 +66,6 @@
unpack="false"/>
<plugin
- id="org.eclipse.emf.cdo.tests"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
id="org.eclipse.emf.cdo.tests.mango"
download-size="0"
install-size="0"

Back to the top