costin      01/02/15 21:37:51

  Modified:    .        build.xml
  Log:
  Fix bug #482 ( build fails on certain JDKs, build.compiler is wrong ).
  
  There is no reason to force a compiler.
  
  Revision  Changes    Path
  1.117     +0 -1      jakarta-tomcat/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.116
  retrieving revision 1.117
  diff -u -r1.116 -r1.117
  --- build.xml 2001/02/15 23:36:25     1.116
  +++ build.xml 2001/02/16 05:37:50     1.117
  @@ -11,7 +11,6 @@
   
     <!-- Compilation properties -->
   
  -  <property name="build.compiler" value="classic"/>
     <property name="optimize" value="false"/>
     <property name="debug" value="off"/>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to