public void setup(JsfImplementation jsfImplementation,
final JsfLibrary jsfLibrary, final Theme theme) {
jsfImplementation = updateConfiguration(jsfImplementation, jsfLibrary);
createOrUpdateWebXml(jsfImplementation, theme);
final LogicalPath webappPath = Path.SRC_MAIN_WEBAPP
.getModulePathId(projectOperations.getFocusedModuleName());
copyDirectoryContents("index.html",
pathResolver.getIdentifier(webappPath, ""), false);
copyDirectoryContents("viewExpired.xhtml",
pathResolver.getIdentifier(webappPath, ""), false);