Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2008-05-23 05:23:47 +0000
committerEike Stepper2008-05-23 05:23:47 +0000
commit064485954d489c6f1b757eb8e43e1d000907ea65 (patch)
treea216b4366989efd63914f577b8f8b0007c393015
parentba857ac404349d91751ac76f9244bf986820abed (diff)
downloadcdo-064485954d489c6f1b757eb8e43e1d000907ea65.tar.gz
cdo-064485954d489c6f1b757eb8e43e1d000907ea65.tar.xz
cdo-064485954d489c6f1b757eb8e43e1d000907ea65.zip
[228994] Add a Spring config example
https://bugs.eclipse.org/bugs/show_bug.cgi?id=228994
-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