mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 16:58:56 +00:00
[antlr] Add default antlr params to the beginning of the list
Other fragments may make assumptions about the params that they add dynamically, e.g. that they are at the end of the list see https://bugs.eclipse.org/bugs/show_bug.cgi?id=453732 Change-Id: I3eaec23a8412bccccc97a3307bd1aaaa797cd954
This commit is contained in:
parent
65b6a064d5
commit
97bd0d8747
2 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ var lineDelimiter = '\n'
|
|||
|
||||
Workflow {
|
||||
bean = StandaloneSetup {
|
||||
ignoreBrokenProjectFiles = true
|
||||
platformUri = "${runtimeProject}/.."
|
||||
}
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@ var lineDelimiter = '\n'
|
|||
|
||||
Workflow {
|
||||
bean = StandaloneSetup {
|
||||
ignoreBrokenProjectFiles = true
|
||||
platformUri = "${runtimeProject}/../.."
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue