Skip to content

Commit

Permalink
IM-287 Reconfigure Kdl build script
Browse files Browse the repository at this point in the history
  • Loading branch information
iperdomo committed Feb 27, 2024
1 parent 78dc3e3 commit c422d74
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,15 @@ import org.eclipse.xtext.xtext.generator.model.project.*
var rootPath = ".."

Workflow {

component = XtextGenerator {
configuration = {
project = StandardProjectConfig {
baseName = "org.integratedmodelling.kdl"
rootPath = rootPath
runtimeTest = {
enabled = true
}
eclipsePlugin = {
enabled = true
}
eclipsePluginTest = {
enabled = true
}
web = {
enabled = true
}
createEclipseMetaData = true
}
code = {
Expand Down

0 comments on commit c422d74

Please sign in to comment.