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

Norman Richards norman.richards at jboss.com
Mon Mar 26 12:44:52 EDT 2007


  User: nrichards
  Date: 07/03/26 12:44:52

  Modified:    seam-gen/resources/WEB-INF  components.xml
  Log:
  disable debug for prod mode with ear deployment too
  
  Revision  Changes    Path
  1.18      +2 -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.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- components.xml	14 Mar 2007 15:13:09 -0000	1.17
  +++ components.xml	26 Mar 2007 16:44:52 -0000	1.18
  @@ -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.2.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