Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorEike Stepper2018-05-17 05:47:57 +0000
committerEike Stepper2018-05-17 06:30:22 +0000
commit23099f7ca473d72f8c0df820bbfd3bc0d8e53b93 (patch)
treebf5194788db6bc5de161a3061ad1efc546dabf1a /releng
parentccfaf23f795c0e06a8c0953c40029ca6f7b02351 (diff)
downloadcdo-23099f7ca473d72f8c0df820bbfd3bc0d8e53b93.tar.gz
cdo-23099f7ca473d72f8c0df820bbfd3bc0d8e53b93.tar.xz
cdo-23099f7ca473d72f8c0df820bbfd3bc0d8e53b93.zip
[276342] Natively support EModelElement instances (Ecore4CDO)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=276342
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.emf.cdo.releng.parent/plugins/pom.xml3
-rw-r--r--releng/org.eclipse.emf.cdo.releng.site/category.xml2
2 files changed, 3 insertions, 2 deletions
diff --git a/releng/org.eclipse.emf.cdo.releng.parent/plugins/pom.xml b/releng/org.eclipse.emf.cdo.releng.parent/plugins/pom.xml
index a0f6735d8d..e05c9ceeae 100644
--- a/releng/org.eclipse.emf.cdo.releng.parent/plugins/pom.xml
+++ b/releng/org.eclipse.emf.cdo.releng.parent/plugins/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
-Copyright (c) 2017 Eike Stepper (Berlin, Germany) and others.
+Copyright (c) 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
@@ -41,6 +41,7 @@ Eike Stepper - initial API and implementation
<module>../../../plugins/org.eclipse.emf.cdo.dawn.ui</module>
<module>../../../plugins/org.eclipse.emf.cdo.dawn.util</module>
<module>../../../plugins/org.eclipse.emf.cdo.doc</module>
+ <module>../../../plugins/org.eclipse.emf.cdo.ecore</module>
<module>../../../plugins/org.eclipse.emf.cdo.edit</module>
<module>../../../plugins/org.eclipse.emf.cdo.examples</module>
<module>../../../plugins/org.eclipse.emf.cdo.examples.client</module>
diff --git a/releng/org.eclipse.emf.cdo.releng.site/category.xml b/releng/org.eclipse.emf.cdo.releng.site/category.xml
index ef2b0c9827..a8c64e109a 100644
--- a/releng/org.eclipse.emf.cdo.releng.site/category.xml
+++ b/releng/org.eclipse.emf.cdo.releng.site/category.xml
@@ -21,7 +21,7 @@
<!-- CDO Models -->
<category-def name="org.eclipse.emf.cdo.models.category" label="CDO Models"/>
- <plugin id="org.eclipse.emf.cdo.gmf.notation" version="0.0.0"><category name="org.eclipse.emf.cdo.models.category"/></plugin>
+ <plugin id="org.eclipse.emf.cdo.ecore" version="0.0.0"><category name="org.eclipse.emf.cdo.models.category"/></plugin>
<!-- Net4j Signalling Platform -->
<category-def name="org.eclipse.net4j.category" label="Net4j Signalling Platform"/>

Back to the top