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

Norman Richards norman.richards at jboss.com
Mon May 21 22:20:40 EDT 2007


  User: nrichards
  Date: 07/05/21 22:20:40

  Modified:    examples/dvdstore/resources/WEB-INF   components.xml
                        pages.xml
  Log:
  JBSEAM-1335: update xml versions
  
  Revision  Changes    Path
  1.9       +4 -4      jboss-seam/examples/dvdstore/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/dvdstore/resources/WEB-INF/components.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- components.xml	22 Mar 2007 19:39:30 -0000	1.8
  +++ components.xml	22 May 2007 02:20:40 -0000	1.9
  @@ -5,10 +5,10 @@
               xmlns:framework="http://jboss.com/products/seam/framework"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation=
  -                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.2.xsd 
  -                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.2.xsd
  -                 http://jboss.com/products/seam/framework http://jboss.com/products/seam/framework-1.2.xsd
  -                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.2.xsd">
  +                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.3.xsd 
  +                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.3.xsd
  +                 http://jboss.com/products/seam/framework http://jboss.com/products/seam/framework-1.3.xsd
  +                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd">
   
       <core:init debug="true" jndi-pattern="@jndiPattern@"/>
       
  
  
  
  1.13      +2 -2      jboss-seam/examples/dvdstore/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/dvdstore/resources/WEB-INF/pages.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- pages.xml	22 Mar 2007 19:39:30 -0000	1.12
  +++ pages.xml	22 May 2007 02:20:40 -0000	1.13
  @@ -1,5 +1,5 @@
  -<!DOCTYPE pages PUBLIC "-//JBoss/Seam Pages Configuration DTD 1.2//EN"
  -                       "http://jboss.com/products/seam/pages-1.2.dtd">
  +<!DOCTYPE pages PUBLIC "-//JBoss/Seam Pages Configuration DTD 1.3//EN"
  +                       "http://jboss.com/products/seam/pages-1.3.dtd">
   
   <pages>
       <page view-id="/dvd.xhtml" 
  
  
  



More information about the jboss-cvs-commits mailing list