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

Norman Richards norman.richards at jboss.com
Tue Feb 27 02:16:45 EST 2007


  User: nrichards
  Date: 07/02/27 02:16:45

  Modified:    examples/dvdstore/resources/WEB-INF   components.xml
                        pages.xml
  Log:
  dtd/xsd versions
  
  Revision  Changes    Path
  1.6       +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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- components.xml	15 Feb 2007 03:11:16 -0000	1.5
  +++ components.xml	27 Feb 2007 07:16:45 -0000	1.6
  @@ -4,9 +4,9 @@
               xmlns:security="http://jboss.com/products/seam/security"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation=
  -                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.1.xsd 
  -                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.1.xsd
  -                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.1.xsd">
  +                "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/components http://jboss.com/products/seam/components-1.2.xsd">
   
       <core:init debug="true" jndi-pattern="@jndiPattern@"/>
       
  
  
  
  1.11      +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.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- pages.xml	22 Feb 2007 06:03:41 -0000	1.10
  +++ pages.xml	27 Feb 2007 07:16:45 -0000	1.11
  @@ -1,6 +1,6 @@
   <!DOCTYPE pages PUBLIC
  -  "-//JBoss/Seam Pages Configuration DTD 1.1//EN"
  -  "http://jboss.com/products/seam/pages-1.1.dtd">
  +  "-//JBoss/Seam Pages Configuration DTD 1.2//EN"
  +  "http://jboss.com/products/seam/pages-1.2.dtd">
   
   <pages>
       <page view-id="/dvd.xhtml" action="#{search.selectFromRequest}" /> 
  
  
  



More information about the jboss-cvs-commits mailing list