blob: a639069f5b3f30e93afdcf494f22d2102438e11b [file] [log] [blame]
# this bundle should be autostarted in order to register its custom EMF validator correctly...
instructions.configure = \
setStartLevel(startLevel:4); \
markStarted(started: true);
instructions.unconfigure = \
setStartLevel(startLevel:-1); \
markStarted(started: false);