Skip to content

Commit

Permalink
Genmodel is now configured to not suppress genmodel annotations. This…
Browse files Browse the repository at this point in the history
… led to problems with JavaVariablesImpl and MethodImpl being overwritten during generation of their respective models.
  • Loading branch information
fynndemmler committed Dec 22, 2023
1 parent 87dcb89 commit a9091f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion de.tu-bs.cs.isf.cbc.model/model/genmodel.genmodel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
editorDirectory="/de.tu-bs.cs.isf.cbc.model.editor/src-gen" modelPluginID="de.tu-bs.cs.isf.cbc.model"
forceOverwrite="true" modelName="Genmodel" rootExtendsClass="org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container"
testsDirectory="/de.tu-bs.cs.isf.cbc.model.tests/src-gen" importerID="org.eclipse.emf.importer.ecore"
complianceLevel="8.0" copyrightFields="false" operationReflection="true" importOrganizing="true">
complianceLevel="8.0" suppressGenModelAnnotations="false" copyrightFields="false"
operationReflection="true" importOrganizing="true">
<foreignModel>cbcmodel.ecore</foreignModel>
<genPackages prefix="Cbcmodel" basePackage="de.tu_bs.cs.isf.cbc" disposableProviderFactory="true"
ecorePackage="cbcmodel.ecore#/">
Expand Down

0 comments on commit a9091f1

Please sign in to comment.