[jboss-cvs] jboss-seam/examples/dvdstore/resources/WEB-INF ...

Gavin King gavin.king at jboss.com
Tue Jun 5 21:22:44 EDT 2007


  User: gavin   
  Date: 07/06/05 21:22:44

  Modified:    examples/dvdstore/resources/WEB-INF   faces-config.xml
                        navigation.xml
  Log:
  use JSF 1.2 schema
  
  Revision  Changes    Path
  1.14      +4 -5      jboss-seam/examples/dvdstore/resources/WEB-INF/faces-config.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: faces-config.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/resources/WEB-INF/faces-config.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- faces-config.xml	17 Dec 2006 07:20:05 -0000	1.13
  +++ faces-config.xml	6 Jun 2007 01:22:44 -0000	1.14
  @@ -1,9 +1,8 @@
   <?xml version='1.0' encoding='UTF-8'?>
  -<!DOCTYPE faces-config PUBLIC
  -          "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
  -          "http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
  -
  -<faces-config>
  +<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>
           <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
  
  
  
  1.4       +4 -5      jboss-seam/examples/dvdstore/resources/WEB-INF/navigation.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: navigation.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/resources/WEB-INF/navigation.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- navigation.xml	22 Feb 2007 06:03:41 -0000	1.3
  +++ navigation.xml	6 Jun 2007 01:22:44 -0000	1.4
  @@ -1,9 +1,8 @@
   <?xml version='1.0' encoding='UTF-8'?>
  -<!DOCTYPE faces-config PUBLIC
  -          "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
  -          "http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
  -
  -<faces-config>
  +<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">
   
       <!-- temp workaround for facelets/myfaces bug -->
       <navigation-rule>
  
  
  



More information about the jboss-cvs-commits mailing list