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

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


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

  Modified:    examples/booking/resources/WEB-INF   components.xml
                        pages.xml
  Log:
  JBSEAM-1335: update xml versions
  
  Revision  Changes    Path
  1.14      +3 -3      jboss-seam/examples/booking/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/booking/resources/WEB-INF/components.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- components.xml	27 Feb 2007 07:16:44 -0000	1.13
  +++ components.xml	22 May 2007 02:20:38 -0000	1.14
  @@ -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.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">
  +                "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/components http://jboss.com/products/seam/components-1.3.xsd">
   
       <core:init jndi-pattern="@jndiPattern@" debug="true"/>
   
  
  
  
  1.26      +2 -2      jboss-seam/examples/booking/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/booking/resources/WEB-INF/pages.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -b -r1.25 -r1.26
  --- pages.xml	20 Mar 2007 21:36:35 -0000	1.25
  +++ pages.xml	22 May 2007 02:20:38 -0000	1.26
  @@ -1,6 +1,6 @@
   <!DOCTYPE pages PUBLIC
  -          "-//JBoss/Seam Pages Configuration DTD 1.2//EN"
  -          "http://jboss.com/products/seam/pages-1.2.dtd">
  +          "-//JBoss/Seam Pages Configuration DTD 1.3//EN"
  +          "http://jboss.com/products/seam/pages-1.3.dtd">
   
   <pages no-conversation-view-id="/main.xhtml"
                    login-view-id="/home.xhtml">
  
  
  



More information about the jboss-cvs-commits mailing list