Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-02-18 07:54:25 +0000
committerEike Stepper2010-02-18 07:54:25 +0000
commite4670c88c754e94f1710fa56fc655487413bf716 (patch)
treeeb9adc6d38f1799bec977000c1b1c104b233176c /features/org.eclipse.emf.cdo.site-feature/feature.xml
parent5e5b1f0b1f96522a03b6ada0295bc12da118ce6a (diff)
downloadcdo-e4670c88c754e94f1710fa56fc655487413bf716.tar.gz
cdo-e4670c88c754e94f1710fa56fc655487413bf716.tar.xz
cdo-e4670c88c754e94f1710fa56fc655487413bf716.zip
new feature structure
Diffstat (limited to 'features/org.eclipse.emf.cdo.site-feature/feature.xml')
-rw-r--r--features/org.eclipse.emf.cdo.site-feature/feature.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/features/org.eclipse.emf.cdo.site-feature/feature.xml b/features/org.eclipse.emf.cdo.site-feature/feature.xml
index 26d7c3b988..faf7047596 100644
--- a/features/org.eclipse.emf.cdo.site-feature/feature.xml
+++ b/features/org.eclipse.emf.cdo.site-feature/feature.xml
@@ -59,6 +59,14 @@
version="0.0.0"/>
<includes
+ id="org.eclipse.net4j.tests"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.net4j.examples"
+ version="0.0.0"/>
+
+ <includes
id="org.eclipse.emf.cdo.sdk"
version="0.0.0"/>
@@ -71,7 +79,11 @@
version="0.0.0"/>
<includes
- id="org.eclipse.net4j.tests"
+ id="org.eclipse.emf.cdo.examples"
+ version="0.0.0"/>
+
+ <includes
+ id="org.gastro"
version="0.0.0"/>
</feature>

Back to the top