{
String projectRoot = System.getProperty("PROJECT_ROOT", ".");
String path = projectRoot + "/examples/src/descriptor/META-INF/panorama.startup.xml";
Resource r = new FileResource(path);
MessageFinder mf = new MessageFinderImpl(r);
ThreadLocale tl = new ThreadLocaleImpl(Locale.getDefault());
return new ModuleMessages(mf, tl);
}