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

Norman Richards norman.richards at jboss.com
Mon Mar 26 11:59:29 EDT 2007


  User: nrichards
  Date: 07/03/26 11:59:29

  Modified:    seam-gen/resources/WEB-INF  components-war.xml
  Log:
  disable debug for prod
  
  Revision  Changes    Path
  1.9       +15 -15    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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- components-war.xml	14 Mar 2007 15:13:09 -0000	1.8
  +++ components-war.xml	26 Mar 2007 15:59:29 -0000	1.9
  @@ -12,7 +12,7 @@
                    http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-1.2.xsd
                    http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.1.xsd">
   
  -   <core:init debug="true" jndi-pattern="@jndiPattern@"/>
  +   <core:init debug="@debug@" jndi-pattern="@jndiPattern@"/>
        
      <core:manager concurrent-request-timeout="500" 
                    conversation-timeout="120000" 
  
  
  



More information about the jboss-cvs-commits mailing list