From 34cc7b42eba105ba119c75c5cc591fded6deab73 Mon Sep 17 00:00:00 2001 From: Florian Hoelzl <hoelzl@fortiss.org> Date: Tue, 15 Feb 2011 07:53:22 +0000 Subject: [PATCH] fixed ../../ reference in .ecore --- org.fortiss.tooling.base/trunk/model/base.ecore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.fortiss.tooling.base/trunk/model/base.ecore b/org.fortiss.tooling.base/trunk/model/base.ecore index e6e3a7be0..cfb18073a 100644 --- a/org.fortiss.tooling.base/trunk/model/base.ecore +++ b/org.fortiss.tooling.base/trunk/model/base.ecore @@ -4,7 +4,7 @@ xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="model" nsURI="http://www.fortiss.org/tooling/base" nsPrefix="org-fortiss-tooling-base"> <eClassifiers xsi:type="ecore:EClass" name="INamedElement" abstract="true" interface="true" - eSuperTypes="../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"> + eSuperTypes="platform:/plugin/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" -- GitLab