[webbeans-commits] Webbeans SVN: r2418 - in extensions/trunk/tomcat/int/src/main/resources: META-INF and 1 other directory.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Wed Apr 15 10:27:58 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-04-15 10:27:58 -0400 (Wed, 15 Apr 2009)
New Revision: 2418

Added:
   extensions/trunk/tomcat/int/src/main/resources/META-INF/
   extensions/trunk/tomcat/int/src/main/resources/META-INF/faces-config.xml
Log:
WBRI-235

Added: extensions/trunk/tomcat/int/src/main/resources/META-INF/faces-config.xml
===================================================================
--- extensions/trunk/tomcat/int/src/main/resources/META-INF/faces-config.xml	                        (rev 0)
+++ extensions/trunk/tomcat/int/src/main/resources/META-INF/faces-config.xml	2009-04-15 14:27:58 UTC (rev 2418)
@@ -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: extensions/trunk/tomcat/int/src/main/resources/META-INF/faces-config.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain




More information about the weld-commits mailing list