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

removed sub-classing of unicase.metamodel

parent 3f45ae8f
No related branches found
No related tags found
No related merge requests found
...@@ -10,5 +10,5 @@ bin.includes = .,\ ...@@ -10,5 +10,5 @@ bin.includes = .,\
plugin.xml,\ plugin.xml,\
plugin.properties plugin.properties
jars.compile.order = . jars.compile.order = .
source.. = generated-src/ source.. = generated-src/, src/
output.. = bin/ output.. = build/
...@@ -8,7 +8,6 @@ Bundle-Vendor: fortiss ...@@ -8,7 +8,6 @@ Bundle-Vendor: fortiss
Require-Bundle: org.eclipse.ui;visibility:=reexport, Require-Bundle: org.eclipse.ui;visibility:=reexport,
org.eclipse.core.runtime;visibility:=reexport, org.eclipse.core.runtime;visibility:=reexport,
org.eclipse.emf.ecore;bundle-version="2.6.1";visibility:=reexport, org.eclipse.emf.ecore;bundle-version="2.6.1";visibility:=reexport,
org.unicase.metamodel;bundle-version="0.0.1";visibility:=reexport,
org.conqat.ide.commons;bundle-version="2.7.0";visibility:=reexport, org.conqat.ide.commons;bundle-version="2.7.0";visibility:=reexport,
org.conqat.ide.commons.ui;bundle-version="2.7.0";visibility:=reexport, org.conqat.ide.commons.ui;bundle-version="2.7.0";visibility:=reexport,
org.unicase.workspace;bundle-version="1.0.0", org.unicase.workspace;bundle-version="1.0.0",
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="model" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="model"
nsURI="http://www.fortiss.org/tooling/kernel" nsPrefix="org-fortiss-tooling-kernel"> nsURI="http://www.fortiss.org/tooling/kernel" nsPrefix="org-fortiss-tooling-kernel">
<eClassifiers xsi:type="ecore:EClass" name="INamedElement" abstract="true" interface="true" <eClassifiers xsi:type="ecore:EClass" name="INamedElement" abstract="true" interface="true"
eSuperTypes="platform:/plugin/org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"> eSuperTypes="#//IIdLabeled">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers> </eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="INamedCommentedElement" abstract="true" <eClassifiers xsi:type="ecore:EClass" name="INamedCommentedElement" abstract="true"
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<details key="documentation" value="IProjectRootElement is the super class of all root elements contained in emfStore projects."/> <details key="documentation" value="IProjectRootElement is the super class of all root elements contained in emfStore projects."/>
</eAnnotations> </eAnnotations>
</eClassifiers> </eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Deppal" eSuperTypes="platform:/plugin/org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"> <eClassifiers xsi:type="ecore:EClass" name="IIdLabeled" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="test" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers> </eClassifiers>
</ecore:EPackage> </ecore:EPackage>
...@@ -7,8 +7,7 @@ ...@@ -7,8 +7,7 @@
modelName="Model" modelPluginClass="" editPluginClass="org.fortiss.tooling.kernel.model.provider.ModelEditPlugin" modelName="Model" modelPluginClass="" editPluginClass="org.fortiss.tooling.kernel.model.provider.ModelEditPlugin"
editorPluginClass="org.fortiss.tooling.kernel.model.presentation.ModelEditorPlugin" editorPluginClass="org.fortiss.tooling.kernel.model.presentation.ModelEditorPlugin"
testsDirectory="/org.fortiss.tooling.kernel.tests/test-src" importerID="org.eclipse.emf.importer.ecore" testsDirectory="/org.fortiss.tooling.kernel.tests/test-src" importerID="org.eclipse.emf.importer.ecore"
containmentProxies="true" arrayAccessors="true" complianceLevel="5.0" copyrightFields="false" containmentProxies="true" arrayAccessors="true" complianceLevel="5.0" copyrightFields="false">
usedGenPackages="platform:/plugin/org.unicase.metamodel/model/metamodel.genmodel#//metamodel">
<foreignModel>kernel.ecore</foreignModel> <foreignModel>kernel.ecore</foreignModel>
<genPackages prefix="FortissToolingKernel" basePackage="org.fortiss.tooling.kernel" <genPackages prefix="FortissToolingKernel" basePackage="org.fortiss.tooling.kernel"
disposableProviderFactory="true" ecorePackage="kernel.ecore#/"> disposableProviderFactory="true" ecorePackage="kernel.ecore#/">
...@@ -19,8 +18,8 @@ ...@@ -19,8 +18,8 @@
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute kernel.ecore#//INamedCommentedElement/comment"/> <genFeatures createChild="false" ecoreFeature="ecore:EAttribute kernel.ecore#//INamedCommentedElement/comment"/>
</genClasses> </genClasses>
<genClasses image="false" ecoreClass="kernel.ecore#//IProjectRootElement"/> <genClasses image="false" ecoreClass="kernel.ecore#//IProjectRootElement"/>
<genClasses ecoreClass="kernel.ecore#//Deppal"> <genClasses image="false" ecoreClass="kernel.ecore#//IIdLabeled">
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute kernel.ecore#//Deppal/test"/> <genFeatures createChild="false" ecoreFeature="ecore:EAttribute kernel.ecore#//IIdLabeled/id"/>
</genClasses> </genClasses>
</genPackages> </genPackages>
</genmodel:GenModel> </genmodel:GenModel>
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