Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2008-05-22 10:01:24 +0000
committerEike Stepper2008-05-22 10:01:24 +0000
commitba857ac404349d91751ac76f9244bf986820abed (patch)
tree8aec5f8bdd7de1426f5bc3ddbfa334808b869676 /features/org.eclipse.emf.cdo.examples-feature/feature.xml
parentb86494137f005c3c3c6ff45647688d38f86cb564 (diff)
downloadcdo-ba857ac404349d91751ac76f9244bf986820abed.tar.gz
cdo-ba857ac404349d91751ac76f9244bf986820abed.tar.xz
cdo-ba857ac404349d91751ac76f9244bf986820abed.zip
[228994] Add a Spring config example
https://bugs.eclipse.org/bugs/show_bug.cgi?id=228994
Diffstat (limited to 'features/org.eclipse.emf.cdo.examples-feature/feature.xml')
-rw-r--r--features/org.eclipse.emf.cdo.examples-feature/feature.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/features/org.eclipse.emf.cdo.examples-feature/feature.xml b/features/org.eclipse.emf.cdo.examples-feature/feature.xml
index 40420ff8b6..066465a72a 100644
--- a/features/org.eclipse.emf.cdo.examples-feature/feature.xml
+++ b/features/org.eclipse.emf.cdo.examples-feature/feature.xml
@@ -107,4 +107,10 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.emf.cdo.examples.spring"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
</feature>

Back to the top