You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by am...@apache.org on 2001/06/15 22:51:17 UTC

cvs commit: jakarta-tomcat-4.0/catalina build.xml

amyroh      01/06/15 13:51:17

  Modified:    catalina build.xml
  Log:
  Add fix to build with jdk1.2.  It excludes jdk 1.3 dependent files unless "using.jdk.1.3=true" in build.properties.
  Submitted by John Reilly
  
  Revision  Changes    Path
  1.44      +4 -0      jakarta-tomcat-4.0/catalina/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/build.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- build.xml	2001/06/01 00:30:26	1.43
  +++ build.xml	2001/06/15 20:51:16	1.44
  @@ -146,6 +146,10 @@
          unless="javamail.present" />
         <exclude name="**/startup/CatalinaBlock.java" 
          unless="avalon.present" />
  +      <exclude name="**/util/ProcessHelper.java"
  +       unless="using.jdk.1.3"/>
  +      <exclude name="**/servlets/CGIServlet.java"
  +       unless="using.jdk.1.3"/>
       </javac>
   
       <!-- Copy static resource files -->