mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-17 01:08:56 +00:00
automatically add watched file extensions to builder participant
give generator fragments more context (LanguageConfig instead of Grammar) set watched file extension for Xtend Change-Id: I4b2015bc1167d7b1e8adaa70c4e58ed8df652974 Change-Id: Ia99f79d8df4dd047c3da45f79a8a214acd6e29e2 Signed-off-by: Stefan Oehme <stefan.oehme@itemis.de>
This commit is contained in:
parent
0148604e5f
commit
c7c1224b85
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ public class CompositeGeneratorFragmentTest extends Assert {
|
|||
});
|
||||
|
||||
try {
|
||||
fragment.generate(null, null);
|
||||
fragment.generate((Grammar) null, null);
|
||||
fail("CompositeGeneratorException was not thrown");
|
||||
} catch (CompositeGeneratorException e) {
|
||||
Iterable<Exception> exceptions = e.getExceptions();
|
||||
|
|
Loading…
Reference in a new issue