You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by yo...@apache.org on 2004/08/29 20:15:03 UTC

cvs commit: jakarta-tomcat-jasper/jasper2 build.xml

yoavs       2004/08/29 11:15:03

  Modified:    jasper2  build.xml
  Log:
  Made compile.debug and compile.deprecation consistent and used in all javac tasks.
  
  Revision  Changes    Path
  1.28      +2 -1      jakarta-tomcat-jasper/jasper2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-jasper/jasper2/build.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- build.xml	16 Aug 2004 23:52:11 -0000	1.27
  +++ build.xml	29 Aug 2004 18:15:03 -0000	1.28
  @@ -200,7 +200,8 @@
       <!-- Compile unit test classes -->
   <!--
       <javac   srcdir="src/test" destdir="${jasper.build}/tests"
  -             deprecation="off" debug="on" optimize="off"
  +             deprecation="${compile.deprecation}"
  +             debug="${compile.debug}" optimize="off"
                excludes="**/CVS/**">
         <classpath refid="test.classpath"/>
       </javac>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org