From 8c2d1be034dd37845725adb3c179944e9b71face Mon Sep 17 00:00:00 2001 From: Jeremy Grelle Date: Mon, 20 Aug 2007 17:32:40 +0000 Subject: [PATCH] Removing to take advantage of Spring Faces auto-configuration --- .../src/main/webapp/WEB-INF/faces-config.xml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 spring-webflow-samples/sellitem-jsf/src/main/webapp/WEB-INF/faces-config.xml diff --git a/spring-webflow-samples/sellitem-jsf/src/main/webapp/WEB-INF/faces-config.xml b/spring-webflow-samples/sellitem-jsf/src/main/webapp/WEB-INF/faces-config.xml deleted file mode 100644 index d41e580d..00000000 --- a/spring-webflow-samples/sellitem-jsf/src/main/webapp/WEB-INF/faces-config.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - org.springframework.faces.webflow.FlowNavigationHandler - org.springframework.f.el.DelegatingFlowVariableResolver - - - - org.springframework.faces.webflow.FlowPhaseListener - - \ No newline at end of file