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

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


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

  Modified:    examples/booking/resources/WEB-INF  pages.xml
  Log:
  use the xsd
  
  Revision  Changes    Path
  1.28      +5 -4      jboss-seam/examples/booking/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/booking/resources/WEB-INF/pages.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -b -r1.27 -r1.28
  --- pages.xml	3 Jun 2007 20:56:47 -0000	1.27
  +++ pages.xml	9 Jun 2007 02:19:26 -0000	1.28
  @@ -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 no-conversation-view-id="/main.xhtml"
  +       no-conversation-view-id="/main.xhtml"
                    login-view-id="/home.xhtml">
   
       <page view-id="/register.xhtml">
  
  
  



More information about the jboss-cvs-commits mailing list