costin 01/12/31 12:03:41 Modified: jk/native2 build.xml Log: Removed unused options. Revision Changes Path 1.7 +0 -5 jakarta-tomcat-connectors/jk/native2/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/build.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- build.xml 20 Dec 2001 17:55:42 -0000 1.6 +++ build.xml 31 Dec 2001 20:03:41 -0000 1.7 @@ -68,13 +68,8 @@ taskDebug="0" profile="${so.profile}" > <def name="_REENTRANT" /> - <def name="CHANNEL" if="use.channel" - info="Use the new (experimental) channel interface" /> <def name="CHUNK_SIZE" value="4096" info="Read/Write buffer size" /> - <def name="REUSE_WORKER" - unless="option_no_reuse_worker" - info="Reuse the worker endpoint, using per thread data" /> <def name="USE_APACHE_MD5" info="Use the MD5 implementation that is part of apache2" /> <src dir=".">
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>