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:
Stefan Oehme 2014-04-10 14:32:41 +02:00
parent 0148604e5f
commit c7c1224b85

View file

@ -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();