billbarker 02/03/15 19:51:25 Modified: http11 build.xml Log: Add the default commons-logging.jar. This way lazy people (like me) can build without the build.properties file. Revision Changes Path 1.8 +2 -2 jakarta-tomcat-connectors/http11/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/http11/build.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- build.xml 15 Mar 2002 05:36:02 -0000 1.7 +++ build.xml 16 Mar 2002 03:51:25 -0000 1.8 @@ -3,7 +3,7 @@ <!-- "Coyote" connector framework for Jakarta Tomcat - $Id: build.xml,v 1.7 2002/03/15 05:36:02 remm Exp $ + $Id: build.xml,v 1.8 2002/03/16 03:51:25 billbarker Exp $ --> @@ -31,7 +31,7 @@ <property name="tomcat33-coyote.jar" value="../coyote/build/lib/tomcat33-coyote.jar"/> <property name="junit.jar" value="${junit.home}/junit.jar"/> - + <property name="commons-logging.jar" value="../lib/commons-logging.jar" /> <!-- ========== Component Declarations ==================================== -->
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>