You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Tim Funk <fu...@joedog.org> on 2003/04/24 03:46:23 UTC

[PATCH] 5 - Allow compile with jdk1.3

This just makes cluster a conditional compile if using jdk1.3 since cluster 
uses nio.

-Tim


Index: build.xml
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat-catalina/modules/build.xml,v
retrieving revision 1.1
diff -r1.1 build.xml
21c21
<   <target name="cluster">
---
 >   <target name="cluster" if="jdk1.4.present">


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