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

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


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

  Modified:    examples/seambay/resources/WEB-INF   components.xml
                        pages.xml
  Log:
  JBSEAM-1335: update xml versions
  
  Revision  Changes    Path
  1.4       +5 -5      jboss-seam/examples/seambay/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/seambay/resources/WEB-INF/components.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- components.xml	1 May 2007 01:31:48 -0000	1.3
  +++ components.xml	22 May 2007 02:20:44 -0000	1.4
  @@ -6,11 +6,11 @@
               xmlns:web="http://jboss.com/products/seam/web"
               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/components http://jboss.com/products/seam/components-1.2.xsd
  -                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.2.xsd
  -                 http://jboss.com/products/seam/web http://jboss.com/products/seam/web-1.2.xsd
  -                 http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.2.xsd">
  +                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.3.xsd 
  +                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd
  +                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.3.xsd
  +                 http://jboss.com/products/seam/web http://jboss.com/products/seam/web-1.3.xsd
  +                 http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.3.xsd">
   
       <core:init jndi-pattern="@jndiPattern@" debug="false"/>
    
  
  
  
  1.11      +2 -2      jboss-seam/examples/seambay/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/seambay/resources/WEB-INF/pages.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- pages.xml	3 May 2007 03:23:05 -0000	1.10
  +++ pages.xml	22 May 2007 02:20:44 -0000	1.11
  @@ -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 login-view-id="/login.xhtml">
   
  
  
  



More information about the jboss-cvs-commits mailing list