[jboss-cvs] JBossAS SVN: r87893 - projects/webbeans-ri-int/trunk/deployer/src/main/assembly/resources/lib-int/faces/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 27 15:36:59 EDT 2009


Author: dan.j.allen
Date: 2009-04-27 15:36:59 -0400 (Mon, 27 Apr 2009)
New Revision: 87893

Modified:
   projects/webbeans-ri-int/trunk/deployer/src/main/assembly/resources/lib-int/faces/META-INF/faces-config.xml
Log:
assign an id to faces-config.xml to accomodate ordering (ordering is available in JSF 2)

Modified: projects/webbeans-ri-int/trunk/deployer/src/main/assembly/resources/lib-int/faces/META-INF/faces-config.xml
===================================================================
--- projects/webbeans-ri-int/trunk/deployer/src/main/assembly/resources/lib-int/faces/META-INF/faces-config.xml	2009-04-27 19:26:26 UTC (rev 87892)
+++ projects/webbeans-ri-int/trunk/deployer/src/main/assembly/resources/lib-int/faces/META-INF/faces-config.xml	2009-04-27 19:36:59 UTC (rev 87893)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<faces-config version="1.2" 
+<faces-config id="web-beans" 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-facesconfig_1_2.xsd">




More information about the jboss-cvs-commits mailing list