[seam-commits] Seam SVN: r9741 - trunk/examples/openid/resources/WEB-INF.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Dec 5 11:07:18 EST 2008
Author: norman.richards at jboss.com
Date: 2008-12-05 11:07:18 -0500 (Fri, 05 Dec 2008)
New Revision: 9741
Modified:
trunk/examples/openid/resources/WEB-INF/faces-config.xml
Log:
JBSEAM-3803
Modified: trunk/examples/openid/resources/WEB-INF/faces-config.xml
===================================================================
--- trunk/examples/openid/resources/WEB-INF/faces-config.xml 2008-12-05 13:14:17 UTC (rev 9740)
+++ trunk/examples/openid/resources/WEB-INF/faces-config.xml 2008-12-05 16:07:18 UTC (rev 9741)
@@ -1,16 +1,14 @@
<?xml version="1.0"?>
<faces-config version="1.2"
xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-faces
-config_1_2.xsd">
-
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd">
+
<application>
<view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
</application>
- <lifecycle>
- <phase-listener>org.jboss.seam.security.openid.OpenIdPhaseListener</phase-listener>
- </lifecycle>
+ <lifecycle>
+ <phase-listener>org.jboss.seam.security.openid.OpenIdPhaseListener</phase-listener>
+ </lifecycle>
</faces-config>
-
More information about the seam-commits
mailing list