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

Norman Richards norman.richards at jboss.com
Tue Jun 26 19:04:04 EDT 2007


  User: nrichards
  Date: 07/06/26 19:04:04

  Modified:    examples/icefaces/resources/WEB-INF   components.xml
                        pages.xml
  Log:
  update schema/dtd references
  
  Revision  Changes    Path
  1.7       +2 -2      jboss-seam/examples/icefaces/resources/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/icefaces/resources/WEB-INF/components.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- components.xml	20 Jun 2007 02:11:28 -0000	1.6
  +++ components.xml	26 Jun 2007 23:04:04 -0000	1.7
  @@ -1,6 +1,6 @@
   <!DOCTYPE components PUBLIC
  -  "-//JBoss/Seam Component Configuration DTD 1.3//EN"
  -  "http://jboss.com/products/seam/components-1.3.dtd">
  +  "-//JBoss/Seam Component Configuration DTD 2.0//EN"
  +  "http://jboss.com/products/seam/components-2.0.dtd">
   
   <components>
   
  
  
  
  1.5       +5 -5      jboss-seam/examples/icefaces/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/icefaces/resources/WEB-INF/pages.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- pages.xml	9 Jun 2007 02:19:28 -0000	1.4
  +++ pages.xml	26 Jun 2007 23:04:04 -0000	1.5
  @@ -1,7 +1,7 @@
   <?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">
  +       xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-2.0.xsd">
   
   	<page view-id="/hotel.xhtml">View hotel: #{hotel.name}</page>
   	<page view-id="/book.xhtml">Book hotel: #{hotel.name}</page>
  
  
  



More information about the jboss-cvs-commits mailing list