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

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


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

  Modified:    examples/seamspace/resources/WEB-INF  pages.xml
  Log:
  use the xsd
  
  Revision  Changes    Path
  1.29      +5 -4      jboss-seam/examples/seamspace/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/seamspace/resources/WEB-INF/pages.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -b -r1.28 -r1.29
  --- pages.xml	22 May 2007 02:20:44 -0000	1.28
  +++ pages.xml	9 Jun 2007 02:19:29 -0000	1.29
  @@ -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">
           <navigation from-action="#{identity.login}">
  
  
  



More information about the jboss-cvs-commits mailing list