io.lionweb.java.emf.builtins.GenerateBuiltins.mwe2 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lionweb-java-2023.1-emf-builtins Show documentation
Show all versions of lionweb-java-2023.1-emf-builtins Show documentation
Builtins EPackage for EMF compatibility layer for LionWeb
The newest version!
module io.lionweb.java.emf.builtins
import org.eclipse.xtext.xtext.generator.*
import org.eclipse.xtext.xtext.generator.model.project.*
Workflow {
bean = org.eclipse.emf.mwe.utils.StandaloneSetup {
platformUri = "."
}
component = org.eclipse.emf.mwe2.ecore.EcoreGenerator {
genModel = "platform:/resource/emf-builtins/src/main/model/builtins.genmodel"
srcPath = "platform:/resource/emf-builtins/src-gen/main/java"
}
}