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

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


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

  Modified:    examples/portal/resources/WEB-INF  faces-config.xml
  Log:
  use JSF 1.2 schema
  
  Revision  Changes    Path
  1.8       +4 -5      jboss-seam/examples/portal/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/portal/resources/WEB-INF/faces-config.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- faces-config.xml	19 Feb 2007 02:08:08 -0000	1.7
  +++ faces-config.xml	6 Jun 2007 01:22:46 -0000	1.8
  @@ -1,9 +1,8 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<!DOCTYPE faces-config 
  -    PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN"
  -    "http://java.sun.com/dtd/web-facesconfig_1_0.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">
   
       <!-- Navigation rules for the Booking demo app -->
   
  
  
  



More information about the jboss-cvs-commits mailing list