Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.emf.cdo.examples-feature/feature.xml')
-rw-r--r--features/org.eclipse.emf.cdo.examples-feature/feature.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/features/org.eclipse.emf.cdo.examples-feature/feature.xml b/features/org.eclipse.emf.cdo.examples-feature/feature.xml
index 066465a72a..5ee5892275 100644
--- a/features/org.eclipse.emf.cdo.examples-feature/feature.xml
+++ b/features/org.eclipse.emf.cdo.examples-feature/feature.xml
@@ -38,10 +38,14 @@
<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.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.ecore" version="2.3.0" match="compatible"/>
+ <import plugin="org.eclipse.core.runtime" version="3.4.0" match="compatible"/>
+ <import plugin="org.eclipse.emf.edit" version="2.4.0" match="compatible"/>
+ <import plugin="org.eclipse.emf.ecore" version="2.4.0" match="compatible"/>
+ <import plugin="org.eclipse.net4j.jvm"/>
+ <import plugin="org.eclipse.emf.cdo.server"/>
+ <import plugin="org.eclipse.emf.cdo.server.db"/>
+ <import plugin="org.eclipse.emf.cdo.server.hibernate"/>
</requires>
<plugin

Back to the top