c.addTagLibrary(new CoreLibrary());
c.addTagLibrary(new CoreLibrary("http://xmlns.jcp.org/jsf/core"));
c.addTagLibrary(new HtmlLibrary());
c.addTagLibrary(new HtmlLibrary("http://xmlns.jcp.org/jsf/html"));
c.addTagLibrary(new UILibrary());
c.addTagLibrary(new UILibrary("http://xmlns.jcp.org/jsf/facelets"));
c.addTagLibrary(new JstlCoreLibrary());
c.addTagLibrary(new JstlCoreLibrary("http://java.sun.com/jstl/core"));
c.addTagLibrary(new JstlCoreLibrary("http://xmlns.jcp.org/jsp/jstl/core"));
c.addTagLibrary(new PassThroughAttributeLibrary());
c.addTagLibrary(new PassThroughElementLibrary());