[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:
Sebastian Zarnekow 2014-12-17 17:23:53 +01:00
parent 65b6a064d5
commit 97bd0d8747
2 changed files with 2 additions and 0 deletions

View file

@ -18,6 +18,7 @@ var lineDelimiter = '\n'
Workflow {
bean = StandaloneSetup {
ignoreBrokenProjectFiles = true
platformUri = "${runtimeProject}/.."
}

View file

@ -18,6 +18,7 @@ var lineDelimiter = '\n'
Workflow {
bean = StandaloneSetup {
ignoreBrokenProjectFiles = true
platformUri = "${runtimeProject}/../.."
}