costin      2002/06/12 16:18:50

  Modified:    jasper2/src/share/org/apache/jasper
                        EmbededServletOptions.java
  Log:
  Turn class debug info, they are quite usefull in debugging and don't
  hurt anyone.
  
  Revision  Changes    Path
  1.6       +4 -4      
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/EmbededServletOptions.java
  
  Index: EmbededServletOptions.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/EmbededServletOptions.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- EmbededServletOptions.java        31 May 2002 05:13:13 -0000      1.5
  +++ EmbededServletOptions.java        12 Jun 2002 23:18:50 -0000      1.6
  @@ -114,7 +114,7 @@
       /**
        * Do we want to include debugging information in the class file?
        */
  -    public boolean classDebugInfo = false;
  +    public boolean classDebugInfo = true;
   
       /**
        * Background compile thread check interval in seconds.
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to