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

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


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

  Modified:    examples/spring/resources/WEB-INF    applicationContext.xml
                        components.xml pages.xml
  Log:
  update schema/dtd references
  
  Revision  Changes    Path
  1.6       +1 -1      jboss-seam/examples/spring/resources/WEB-INF/applicationContext.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: applicationContext.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/spring/resources/WEB-INF/applicationContext.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- applicationContext.xml	14 Jun 2007 23:08:04 -0000	1.5
  +++ applicationContext.xml	26 Jun 2007 23:04:09 -0000	1.6
  @@ -10,7 +10,7 @@
                              http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.0.xsd
                              http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee-2.0.xsd
                              http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.0.xsd
  -                           http://jboss.com/products/seam/spring-seam http://jboss.com/products/seam/spring-seam-1.3.xsd
  +                           http://jboss.com/products/seam/spring-seam http://jboss.com/products/seam/spring-seam-2.0.xsd
                              http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.0.xsd"
          default-lazy-init="true">
          
  
  
  
  1.17      +4 -4      jboss-seam/examples/spring/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/spring/resources/WEB-INF/components.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- components.xml	20 Jun 2007 02:11:30 -0000	1.16
  +++ components.xml	26 Jun 2007 23:04:09 -0000	1.17
  @@ -4,10 +4,10 @@
               xmlns:persistence="http://jboss.com/products/seam/persistence"
               xmlns:spring="http://jboss.com/products/seam/spring"
               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/persistence http://jboss.com/products/seam/persistence-1.3.xsd
  -                                http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd
  -                                http://jboss.com/products/seam/spring http://jboss.com/products/seam/spring-1.3.xsd">
  +            xsi:schemaLocation="http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.0.xsd 
  +                                http://jboss.com/products/seam/persistence http://jboss.com/products/seam/persistence-2.0.xsd
  +                                http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd
  +                                http://jboss.com/products/seam/spring http://jboss.com/products/seam/spring-2.0.xsd">
   
   
       <core:manager conversation-timeout="120000" 
  
  
  
  1.10      +99 -99    jboss-seam/examples/spring/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/spring/resources/WEB-INF/pages.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- pages.xml	9 Jun 2007 02:19:30 -0000	1.9
  +++ pages.xml	26 Jun 2007 23:04:09 -0000	1.10
  @@ -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">
   
  
  
  



More information about the jboss-cvs-commits mailing list