[jboss-cvs] jboss-seam/examples/wiki/src/etc/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:30

  Modified:    examples/wiki/src/etc/WEB-INF  pages.xml
  Log:
  use the xsd
  
  Revision  Changes    Path
  1.16      +5 -3      jboss-seam/examples/wiki/src/etc/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/wiki/src/etc/WEB-INF/pages.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- pages.xml	22 May 2007 02:20:45 -0000	1.15
  +++ pages.xml	9 Jun 2007 02:19:30 -0000	1.16
  @@ -1,7 +1,9 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<!DOCTYPE pages PUBLIC "-//Seam/Seam Pages DTD 1.3//EN" "http://jboss.com/products/seam/pages-1.3.dtd">
  +<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="/loginRequired.xhtml"
  +       login-view-id="/loginRequired.xhtml"
           no-conversation-view-id="/display.xhtml">
   
       <page view-id="/display.xhtml" action="#{browser.prepare}">
  
  
  



More information about the jboss-cvs-commits mailing list