[webbeans-commits] Webbeans SVN: r3751 - in examples/trunk/jsf/login: src/main and 1 other directories.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue Sep 22 16:40:09 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-09-22 16:40:09 -0400 (Tue, 22 Sep 2009)
New Revision: 3751

Removed:
   examples/trunk/jsf/login/src/main/resources/
Modified:
   examples/trunk/jsf/login/pom.xml
   examples/trunk/jsf/login/src/main/webapp/WEB-INF/faces-config.xml
Log:
Switch to JSF2

Modified: examples/trunk/jsf/login/pom.xml
===================================================================
--- examples/trunk/jsf/login/pom.xml	2009-09-22 20:39:47 UTC (rev 3750)
+++ examples/trunk/jsf/login/pom.xml	2009-09-22 20:40:09 UTC (rev 3751)
@@ -43,11 +43,6 @@
          <scope>provided</scope>
       </dependency>
       
-      <dependency>
-        <groupId>com.sun.facelets</groupId>
-        <artifactId>jsf-facelets</artifactId>
-      </dependency>
-      
       <!-- <dependency>
          <groupId>org.jboss.el</groupId>
          <artifactId>jboss-el</artifactId>

Modified: examples/trunk/jsf/login/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- examples/trunk/jsf/login/src/main/webapp/WEB-INF/faces-config.xml	2009-09-22 20:39:47 UTC (rev 3750)
+++ examples/trunk/jsf/login/src/main/webapp/WEB-INF/faces-config.xml	2009-09-22 20:40:09 UTC (rev 3751)
@@ -1,11 +1,7 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<faces-config version="1.2"
+<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_1_2.xsd">
-    
-    <application>
-        <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
-    </application>
+              xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd">
 
 </faces-config>




More information about the weld-commits mailing list