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

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


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

  Modified:    examples/jee5/resources/WEB-INF   components.xml pages.xml
  Log:
  update schema/dtd references
  
  Revision  Changes    Path
  1.3       +4 -4      jboss-seam/examples/jee5/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/jee5/resources/WEB-INF/components.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- components.xml	24 Jun 2007 06:44:26 -0000	1.2
  +++ components.xml	26 Jun 2007 23:04:05 -0000	1.3
  @@ -5,10 +5,10 @@
               xmlns:transaction="http://jboss.com/products/seam/transaction"
               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/security http://jboss.com/products/seam/security-1.3.xsd
  -                 http://jboss.com/products/seam/transaction http://jboss.com/products/seam/transaction-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/security http://jboss.com/products/seam/security-2.0.xsd
  +                 http://jboss.com/products/seam/transaction http://jboss.com/products/seam/transaction-2.0.xsd
  +                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd">
   
       <core:init jndi-pattern="java:comp/env/jboss-seam-jee5/#{ejbName}/local" debug="true"/>    
   
  
  
  
  1.2       +1 -1      jboss-seam/examples/jee5/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/jee5/resources/WEB-INF/pages.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- pages.xml	23 Jun 2007 18:34:01 -0000	1.1
  +++ pages.xml	26 Jun 2007 23:04:05 -0000	1.2
  @@ -1,7 +1,7 @@
   <?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"
   
          no-conversation-view-id="/main.xhtml"
                    login-view-id="/home.xhtml">
  
  
  



More information about the jboss-cvs-commits mailing list