[jboss-cvs] JBossAS SVN: r106760 - trunk/weld-int/assembly/src/main/assembly/resources/lib-int/faces/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 15 11:41:01 EDT 2010


Author: marius.bogoevici
Date: 2010-07-15 11:41:01 -0400 (Thu, 15 Jul 2010)
New Revision: 106760

Modified:
   trunk/weld-int/assembly/src/main/assembly/resources/lib-int/faces/META-INF/faces-config.xml
Log:
JBAS-8163: Bump up the version of the descriptor to JSF 2.0

Modified: trunk/weld-int/assembly/src/main/assembly/resources/lib-int/faces/META-INF/faces-config.xml
===================================================================
--- trunk/weld-int/assembly/src/main/assembly/resources/lib-int/faces/META-INF/faces-config.xml	2010-07-15 15:34:55 UTC (rev 106759)
+++ trunk/weld-int/assembly/src/main/assembly/resources/lib-int/faces/META-INF/faces-config.xml	2010-07-15 15:41:01 UTC (rev 106760)
@@ -1,8 +1,8 @@
 <?xml version="1.0"?>
-<faces-config id="weld" version="1.2" 
+<faces-config id="weld" version="2.0"
               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-facesconfig_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_2_0.xsd">
 
    <factory>
       <application-factory>org.jboss.weld.integration.webtier.jsf.WeldApplicationFactory</application-factory>



More information about the jboss-cvs-commits mailing list