Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-09-30 06:50:44 +0000
committerEike Stepper2012-09-30 06:50:44 +0000
commitf2647205073c8b387bbd1ff2af314576a74cc80a (patch)
tree1e306562c7e0d339369f30e155b75015e8c1b526 /features
parent3f779874bb5ecddc7318ec5111e1ad6f53e810e8 (diff)
downloadcdo-f2647205073c8b387bbd1ff2af314576a74cc80a.tar.gz
cdo-f2647205073c8b387bbd1ff2af314576a74cc80a.tar.xz
cdo-f2647205073c8b387bbd1ff2af314576a74cc80a.zip
Add EMF Compare support
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.emf.cdo-feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/org.eclipse.emf.cdo-feature/feature.xml b/features/org.eclipse.emf.cdo-feature/feature.xml
index 17e1706cf3..134484a3e4 100644
--- a/features/org.eclipse.emf.cdo-feature/feature.xml
+++ b/features/org.eclipse.emf.cdo-feature/feature.xml
@@ -216,4 +216,11 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.emf.cdo.compare"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top