[webbeans-commits] Webbeans SVN: r2229 - examples/trunk/jsf2/WebContent/WEB-INF.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Fri Mar 27 12:54:16 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-03-27 12:54:16 -0400 (Fri, 27 Mar 2009)
New Revision: 2229

Added:
   examples/trunk/jsf2/WebContent/WEB-INF/faces-config.xml
Log:
make jsf2 example work :-)

Added: examples/trunk/jsf2/WebContent/WEB-INF/faces-config.xml
===================================================================
--- examples/trunk/jsf2/WebContent/WEB-INF/faces-config.xml	                        (rev 0)
+++ examples/trunk/jsf2/WebContent/WEB-INF/faces-config.xml	2009-03-27 16:54:16 UTC (rev 2229)
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<faces-config 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_2.0.xsd">
+     
+</faces-config>
\ No newline at end of file


Property changes on: examples/trunk/jsf2/WebContent/WEB-INF/faces-config.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain




More information about the weld-commits mailing list