From 2230bc11bad05b53fe5dade48196f5e979411b46 Mon Sep 17 00:00:00 2001 From: Florian Hoelzl <hoelzl@fortiss.org> Date: Thu, 17 Feb 2011 13:54:59 +0000 Subject: [PATCH] fixed ecore generation --- org.fortiss.tooling.kernel/trunk/model/kernel.ecore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.fortiss.tooling.kernel/trunk/model/kernel.ecore b/org.fortiss.tooling.kernel/trunk/model/kernel.ecore index 748bb7c15..687e0a61c 100644 --- a/org.fortiss.tooling.kernel/trunk/model/kernel.ecore +++ b/org.fortiss.tooling.kernel/trunk/model/kernel.ecore @@ -4,7 +4,7 @@ xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="model" nsURI="http://www.fortiss.org/tooling/kernel" nsPrefix="org-fortiss-tooling-kernel"> <eClassifiers xsi:type="ecore:EClass" name="INamedElement" abstract="true" interface="true" - eSuperTypes="../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"> + eSuperTypes="platform:/resource/org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="INamedCommentedElement" abstract="true" @@ -17,7 +17,7 @@ <details key="documentation" value="IProjectRootElement is the super class of all root elements contained in emfStore projects."/> </eAnnotations> </eClassifiers> - <eClassifiers xsi:type="ecore:EClass" name="Deppal" eSuperTypes="../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"> + <eClassifiers xsi:type="ecore:EClass" name="Deppal" eSuperTypes="platform:/resource/org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="test" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage> -- GitLab