[jboss-cvs] jboss-seam/doc/reference/en/modules ...

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


  User: gavin   
  Date: 07/06/05 21:24:52

  Modified:    doc/reference/en/modules  tutorial.xml
  Log:
  use JSF 1.2 schema
  
  Revision  Changes    Path
  1.84      +4 -4      jboss-seam/doc/reference/en/modules/tutorial.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: tutorial.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/tutorial.xml,v
  retrieving revision 1.83
  retrieving revision 1.84
  diff -u -b -r1.83 -r1.84
  --- tutorial.xml	27 May 2007 02:55:14 -0000	1.83
  +++ tutorial.xml	6 Jun 2007 01:24:52 -0000	1.84
  @@ -510,10 +510,10 @@
   
                   <example id="registration-faces-config-xml">
                       <programlisting><![CDATA[<?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">
   
       <!-- A phase listener is needed by all Seam applications -->
       
  
  
  



More information about the jboss-cvs-commits mailing list