Skip to content

Commit

Permalink
Updates the sync metamodel to use Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Jun 27, 2024
1 parent 13d28a0 commit 361699b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<genmodel:GenModel xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" modelDirectory="Hospital2AdministrationSolutions/gen/" modelPluginID="Hospital2AdministrationSolutions"
modelName="Hospital2AdministrationSolutions" generateSchema="true" rootExtendsClass="org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container"
importerID="org.eclipse.emf.importer.ecore" complianceLevel="5.0" copyrightFields="false"
usedGenPackages="platform:/plugin/org.emoflon.ibex.tgg.runtime/model/Runtime.genmodel#//runtime ../../AdministrationExample/model/AdministrationExample.genmodel#//AdministrationExample ../../HospitalExample/model/HospitalExample.genmodel#//HospitalExample"
importerID="org.eclipse.emf.importer.ecore" complianceLevel="21.0" copyrightFields="false"
usedGenPackages="platform:/plugin/org.emoflon.ibex.tgg.runtime/model/Runtime.genmodel#//runtime ../../HospitalExample/model/HospitalExample.genmodel#//HospitalExample ../../AdministrationExample/model/AdministrationExample.genmodel#//AdministrationExample"
operationReflection="true" importOrganizing="true">
<foreignModel>Hospital2AdministrationSolutions.ecore</foreignModel>
<genPackages prefix="Hospital2AdministrationSolutions" disposableProviderFactory="true"
Expand Down

0 comments on commit 361699b

Please sign in to comment.