You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2002/06/03 19:27:09 UTC

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

costin      2002/06/03 10:27:09

  Modified:    jasper2  build.xml
  Log:
  Remove 'classic' so it can compile with jdk1.4.
  
  Revision  Changes    Path
  1.5       +0 -1      jakarta-tomcat-jasper/jasper2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-jasper/jasper2/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml	17 May 2002 22:12:07 -0000	1.4
  +++ build.xml	3 Jun 2002 17:27:09 -0000	1.5
  @@ -10,7 +10,6 @@
     <property file="${user.home}/build.properties"/>
   
     <!-- Build Defaults -->
  -  <property name="build.compiler"    value="classic"/>
     <property name="jasper.build"      value="${basedir}/build"/>
     <property name="catalina.home"     value="../../jakarta-tomcat-4.1/build"/>
     <property name="jasper.deploy"     value="${catalina.home}"/>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>