}
};
if (project != null) {
try {
JapidFullBuildCollector batchCompiler = new JapidFullBuildCollector();
project.accept(batchCompiler);
//
TemplateTransformer.resetImports(project);
batchCompiler.build(dummyPM);
} catch (CoreException e) {
PlayPlugin.showError(e);
}
}
return null;