Skip to content
Snippets Groups Projects
Commit fc50dec8 authored by Johannes Eder's avatar Johannes Eder
Browse files

fix

refs 1841
parent 0f6a10b0
No related branches found
No related tags found
No related merge requests found
...@@ -142,8 +142,8 @@ ...@@ -142,8 +142,8 @@
<details key="documentation" value="Super class of model element specifications, which should be excluded from the navigator view."/> <details key="documentation" value="Super class of model element specifications, which should be excluded from the navigator view."/>
</eAnnotations> </eAnnotations>
</eClassifiers> </eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IAnnotatedSpecification" interface="true" <eClassifiers xsi:type="ecore:EClass" name="IAnnotatedSpecification" abstract="true"
eSuperTypes="#//element/IModelElementSpecification platform:/resource/org.fortiss.tooling.kernel/model/kernel.ecore#//INamedElement"> interface="true" eSuperTypes="#//element/IModelElementSpecification platform:/resource/org.fortiss.tooling.kernel/model/kernel.ecore#//INamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Super class of hidden model element specifications that represent annotations."/> <details key="documentation" value="Super class of hidden model element specifications that represent annotations."/>
</eAnnotations> </eAnnotations>
...@@ -154,10 +154,6 @@ ...@@ -154,10 +154,6 @@
<details key="documentation" value="An array of model element specifications."/> <details key="documentation" value="An array of model element specifications."/>
</eAnnotations> </eAnnotations>
</eClassifiers> </eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Annotation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="annotation"/>
</eClassifiers>
</eSubpackages> </eSubpackages>
<eSubpackages name="layout" nsURI="http://www.fortiss.org/tooling/base/model/layout" <eSubpackages name="layout" nsURI="http://www.fortiss.org/tooling/base/model/layout"
nsPrefix="org-fortiss-tooling-base-model-layout"> nsPrefix="org-fortiss-tooling-base-model-layout">
......
...@@ -49,9 +49,6 @@ ...@@ -49,9 +49,6 @@
</genClasses> </genClasses>
<genClasses image="false" ecoreClass="base.ecore#//element/IHiddenSpecification"/> <genClasses image="false" ecoreClass="base.ecore#//element/IHiddenSpecification"/>
<genClasses ecoreClass="base.ecore#//element/IAnnotatedSpecification"/> <genClasses ecoreClass="base.ecore#//element/IAnnotatedSpecification"/>
<genClasses ecoreClass="base.ecore#//element/Annotation">
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute base.ecore#//element/Annotation/name"/>
</genClasses>
</nestedGenPackages> </nestedGenPackages>
<nestedGenPackages prefix="Layout" basePackage="org.fortiss.tooling.base.model" <nestedGenPackages prefix="Layout" basePackage="org.fortiss.tooling.base.model"
disposableProviderFactory="true" ecorePackage="base.ecore#//layout"> disposableProviderFactory="true" ecorePackage="base.ecore#//layout">
......
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