[jboss-cvs] jboss-seam/examples/spring/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/spring/resources/WEB-INF    applicationContext.xml
                        components.xml pages.xml
  Log:
  JBSEAM-1335: update xml versions
  
  Revision  Changes    Path
  1.4       +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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- applicationContext.xml	28 Mar 2007 22:46:50 -0000	1.3
  +++ applicationContext.xml	22 May 2007 02:20:44 -0000	1.4
  @@ -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.2.xsd
  +                           http://jboss.com/products/seam/spring-seam http://jboss.com/products/seam/spring-seam-1.3.xsd
                              http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.0.xsd"
          default-lazy-init="true">
          
  
  
  
  1.12      +3 -3      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.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- components.xml	12 Mar 2007 20:37:06 -0000	1.11
  +++ components.xml	22 May 2007 02:20:44 -0000	1.12
  @@ -3,9 +3,9 @@
               xmlns:core="http://jboss.com/products/seam/core"
               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.2.xsd 
  -                                http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.2.xsd
  -                                http://jboss.com/products/seam/spring http://jboss.com/products/seam/spring-1.2.xsd">
  +            xsi:schemaLocation="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/spring http://jboss.com/products/seam/spring-1.3.xsd">
   
   
       <core:manager conversation-timeout="120000" 
  
  
  
  1.8       +2 -2      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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- pages.xml	27 Feb 2007 07:16:53 -0000	1.7
  +++ pages.xml	22 May 2007 02:20:44 -0000	1.8
  @@ -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">
   
  
  
  



More information about the jboss-cvs-commits mailing list