Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2018-05-17 06:38:23 +0000
committerEike Stepper2018-05-17 06:38:23 +0000
commit42e8ce5b370c45e726f4db06615f3c85d57c3ea1 (patch)
tree28ab32e844b4fa55db89969453b9d6d9ba1e7b42 /features
parent23099f7ca473d72f8c0df820bbfd3bc0d8e53b93 (diff)
downloadcdo-42e8ce5b370c45e726f4db06615f3c85d57c3ea1.tar.gz
cdo-42e8ce5b370c45e726f4db06615f3c85d57c3ea1.tar.xz
cdo-42e8ce5b370c45e726f4db06615f3c85d57c3ea1.zip
[534791] Natively support GMF Notation instances (GMF4CDO)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=534791
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.emf.cdo.all-feature/feature.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/features/org.eclipse.emf.cdo.all-feature/feature.xml b/features/org.eclipse.emf.cdo.all-feature/feature.xml
index 84ca2f0eb4..e00cd7c4cf 100644
--- a/features/org.eclipse.emf.cdo.all-feature/feature.xml
+++ b/features/org.eclipse.emf.cdo.all-feature/feature.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2009, 2011, 2017 Eike Stepper (Berlin, Germany) and others.
+ Copyright (c) 2009, 2011, 2017, 2018 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -128,6 +128,13 @@
unpack="false"/>
<plugin
+ id="org.eclipse.emf.cdo.gmf.notation"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.emf.cdo.ecore"
download-size="0"
install-size="0"

Back to the top