Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2022-01-11 04:22:23 +0000
committerEike Stepper2022-01-11 04:22:23 +0000
commit3f76d6b3506a4edf08c3217744ae4b1fe9cd9db4 (patch)
tree453a733eccbff1f585668afa5bcc5749e844fdeb
parente7a9814c036ffc37f15a47f65aae0d4d57b1732b (diff)
downloadcdo-3f76d6b3506a4edf08c3217744ae4b1fe9cd9db4.tar.gz
cdo-3f76d6b3506a4edf08c3217744ae4b1fe9cd9db4.tar.xz
cdo-3f76d6b3506a4edf08c3217744ae4b1fe9cd9db4.zip
[578111] [UI] Provide a view that allows to explore Ecore dependencies
https://bugs.eclipse.org/bugs/show_bug.cgi?id=578111
-rw-r--r--features/org.eclipse.emf.cdo.epp-feature/feature.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/features/org.eclipse.emf.cdo.epp-feature/feature.xml b/features/org.eclipse.emf.cdo.epp-feature/feature.xml
index 529515fdd7..867b029e96 100644
--- a/features/org.eclipse.emf.cdo.epp-feature/feature.xml
+++ b/features/org.eclipse.emf.cdo.epp-feature/feature.xml
@@ -70,11 +70,12 @@
id="org.eclipse.emf.cdo.doc"
version="0.0.0"/>
- <plugin
+ <includes
id="org.eclipse.emf.cdo.migrator"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.emf.cdo.ecore.dependencies"
+ version="0.0.0"/>
</feature>

Back to the top