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

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


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

  Modified:    examples/takeaway/resources/WEB-INF   components.xml
                        pages.xml
  Log:
  update schema/dtd references
  
  Revision  Changes    Path
  1.5       +3 -3      jboss-seam/examples/takeaway/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/takeaway/resources/WEB-INF/components.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- components.xml	15 Jun 2007 05:14:02 -0000	1.4
  +++ components.xml	26 Jun 2007 23:04:10 -0000	1.5
  @@ -3,9 +3,9 @@
               xmlns:mail="http://jboss.com/products/seam/mail"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation=
  -                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.3.xsd 
  -                 http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-1.3.xsd
  -                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd">
  +                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.0.xsd 
  +                 http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-2.0.xsd
  +                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd">
   
   
       <core:init debug="true" jndi-pattern="jboss-seam-takeaway/#{ejbName}/local" />
  
  
  
  1.5       +1 -1      jboss-seam/examples/takeaway/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/takeaway/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:30 -0000	1.4
  +++ pages.xml	26 Jun 2007 23:04:10 -0000	1.5
  @@ -1,4 +1,4 @@
   <?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"/>
  
  
  



More information about the jboss-cvs-commits mailing list