[jboss-cvs] JBossAS SVN: r87349 - in projects/webbeans-ri-int/trunk/deployer/src/main/assembly/resources/lib-int: META-INF and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 15 10:18:17 EDT 2009


Author: petemuir
Date: 2009-04-15 10:18:17 -0400 (Wed, 15 Apr 2009)
New Revision: 87349

Added:
   projects/webbeans-ri-int/trunk/deployer/src/main/assembly/resources/lib-int/META-INF/
   projects/webbeans-ri-int/trunk/deployer/src/main/assembly/resources/lib-int/META-INF/faces-config.xml
Log:
WBRI-235

Added: projects/webbeans-ri-int/trunk/deployer/src/main/assembly/resources/lib-int/META-INF/faces-config.xml
===================================================================
--- projects/webbeans-ri-int/trunk/deployer/src/main/assembly/resources/lib-int/META-INF/faces-config.xml	                        (rev 0)
+++ projects/webbeans-ri-int/trunk/deployer/src/main/assembly/resources/lib-int/META-INF/faces-config.xml	2009-04-15 14:18:17 UTC (rev 87349)
@@ -0,0 +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-facesconfig_1_2.xsd">
+
+   <application>
+      <el-resolver>org.jboss.webbeans.el.WebBeansELResolver</el-resolver>
+   </application>
+	<lifecycle>
+		<phase-listener>org.jboss.webbeans.jsf.WebBeansPhaseListener</phase-listener>
+	</lifecycle>
+	  
+</faces-config>


Property changes on: projects/webbeans-ri-int/trunk/deployer/src/main/assembly/resources/lib-int/META-INF/faces-config.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain




More information about the jboss-cvs-commits mailing list