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

Gavin King gavin.king at jboss.com
Fri Jun 15 19:24:47 EDT 2007


  User: gavin   
  Date: 07/06/15 19:24:47

  Modified:    examples/ui/resources/WEB-INF  faces-config.xml
  Log:
  schema
  
  Revision  Changes    Path
  1.7       +4 -1      jboss-seam/examples/ui/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/ui/resources/WEB-INF/faces-config.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- faces-config.xml	15 Jun 2007 07:28:08 -0000	1.6
  +++ faces-config.xml	15 Jun 2007 23:24:47 -0000	1.7
  @@ -1,5 +1,8 @@
  +<?xml version="1.0" encoding="UTF-8"?>
   <faces-config version="1.2"
  -              xmlns="http://java.sun.com/xml/ns/javaee">
  +              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">
   
       <!-- Facelets support -->
       <application>
  
  
  



More information about the jboss-cvs-commits mailing list