costin      02/05/29 10:53:00

  Modified:    .        build.xml
  Log:
  In case we compile with JDK1.4, this _must_ be present to preserve backward
  compatibility with JDK1.1 and jikes.
  
  Revision  Changes    Path
  1.181     +1 -0      jakarta-tomcat/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.180
  retrieving revision 1.181
  diff -u -r1.180 -r1.181
  --- build.xml 21 May 2002 18:15:02 -0000      1.180
  +++ build.xml 29 May 2002 17:53:00 -0000      1.181
  @@ -278,6 +278,7 @@
   
     <target name="tomcat_util" depends="prepare">
       <javac destdir="${tomcat.build}/classes"
  +        target="1.1"
              debug="${debug}"
              optimize="${optimize}"
              deprecation="off"
  
  
  

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

Reply via email to