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

Gavin King gavin.king at jboss.com
Fri Jun 8 22:19:28 EDT 2007


  User: gavin   
  Date: 07/06/08 22:19:28

  Modified:    examples/hibernate/resources/WEB-INF  pages.xml
  Log:
  use the xsd
  
  Revision  Changes    Path
  1.7       +5 -4      jboss-seam/examples/hibernate/resources/WEB-INF/pages.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pages.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate/resources/WEB-INF/pages.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- pages.xml	22 May 2007 02:20:40 -0000	1.6
  +++ pages.xml	9 Jun 2007 02:19:28 -0000	1.7
  @@ -1,8 +1,9 @@
  -<!DOCTYPE pages PUBLIC
  -  "-//JBoss/Seam Pages Configuration DTD 1.3//EN"
  -  "http://jboss.com/products/seam/pages-1.3.dtd">
  +<?xml version="1.0" encoding="UTF-8"?>
  +<pages xmlns="http://jboss.com/products/seam/pages"
  +       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  +       xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-1.3.xsd"
   
  -<pages login-view-id="/home.xhtml">
  +       login-view-id="/home.xhtml">
   
       <page view-id="/home.xhtml">
       
  
  
  



More information about the jboss-cvs-commits mailing list