[jboss-cvs] jboss-seam/seam-gen/resources/WEB-INF ...

Gavin King gavin.king at jboss.com
Sun Jun 3 17:04:08 EDT 2007


  User: gavin   
  Date: 07/06/03 17:04:08

  Modified:    seam-gen/resources/WEB-INF   components-war.xml
                        components.xml
  Log:
  update
  
  Revision  Changes    Path
  1.11      +1 -2      jboss-seam/seam-gen/resources/WEB-INF/components-war.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components-war.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/resources/WEB-INF/components-war.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- components-war.xml	22 May 2007 02:21:18 -0000	1.10
  +++ components-war.xml	3 Jun 2007 21:04:08 -0000	1.11
  @@ -16,8 +16,7 @@
        
      <core:manager concurrent-request-timeout="500" 
                    conversation-timeout="120000" 
  -                 conversation-id-parameter="cid" 
  -                 conversation-is-long-running-parameter="clr"/>
  +                 conversation-id-parameter="cid"/>
       
      <core:managed-persistence-context name="entityManager"
                                 auto-create="true"
  
  
  
  1.20      +1 -2      jboss-seam/seam-gen/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/seam-gen/resources/WEB-INF/components.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- components.xml	22 May 2007 02:21:18 -0000	1.19
  +++ components.xml	3 Jun 2007 21:04:08 -0000	1.20
  @@ -16,8 +16,7 @@
        
      <core:manager concurrent-request-timeout="500" 
                    conversation-timeout="120000" 
  -                 conversation-id-parameter="cid" 
  -                 conversation-is-long-running-parameter="clr"/>
  +                 conversation-id-parameter="cid"/>
       
      <core:managed-persistence-context name="entityManager"
                                 auto-create="true"
  
  
  



More information about the jboss-cvs-commits mailing list