compiler.addTagLibrary(new CompositeResourceLibrary(context,
CompositeResourceLibrary.NAMESPACE_PREFIX));
compiler.addTagLibrary(new CompositeResourceLibrary(context,
CompositeResourceLibrary.ALIAS_NAMESPACE_PREFIX));
compiler.addTagLibrary(new JsfLibrary());
compiler.addTagLibrary(new PassThroughLibrary());
RuntimeConfig runtimeConfig = RuntimeConfig.getCurrentInstance(eContext);
if (!runtimeConfig.getComponentTagDeclarations().isEmpty())
{
// Set a dummy view root, to avoid Application.createComponent() to fail