Skip to content
Snippets Groups Projects
Commit a87bce44 authored by Florian Hölzl's avatar Florian Hölzl
Browse files

fixed ../../ reference in .ecore

parent 1722f1bb
No related branches found
No related tags found
No related merge requests found
......@@ -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:/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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment