[jboss-cvs] jboss-seam/src/ui/META-INF ...

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


  User: gavin   
  Date: 07/06/05 21:21:33

  Modified:    src/ui/META-INF  faces-config.xml
  Log:
  use JSF 1.2 schema
  
  Revision  Changes    Path
  1.48      +5 -3      jboss-seam/src/ui/META-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/src/ui/META-INF/faces-config.xml,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -b -r1.47 -r1.48
  --- faces-config.xml	18 Apr 2007 08:59:22 -0000	1.47
  +++ faces-config.xml	6 Jun 2007 01:21:33 -0000	1.48
  @@ -1,7 +1,9 @@
   <?xml version="1.0"?>
  -<!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">
  +
    <component>
     <component-type>org.jboss.seam.ui.UIValidateAll</component-type>
     <component-class>org.jboss.seam.ui.UIValidateAll</component-class>
  
  
  



More information about the jboss-cvs-commits mailing list