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

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


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

  Modified:    examples/glassfish/resources/WEB-INF  pages.xml
  Log:
  use the xsd
  
  Revision  Changes    Path
  1.9       +5 -4      jboss-seam/examples/glassfish/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/glassfish/resources/WEB-INF/pages.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- pages.xml	22 May 2007 02:20:40 -0000	1.8
  +++ pages.xml	9 Jun 2007 02:19:27 -0000	1.9
  @@ -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