Skip to content

Commit

Permalink
Switch to JSF2
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Sep 22, 2009
1 parent 04a8802 commit 1d073d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
5 changes: 0 additions & 5 deletions jsf/login/pom.xml
Expand Up @@ -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>
Expand Down
8 changes: 2 additions & 6 deletions jsf/login/src/main/webapp/WEB-INF/faces-config.xml
@@ -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>

0 comments on commit 1d073d0

Please sign in to comment.