larryi 2002/09/26 18:45:07 Modified: util build.xml Log: Update to keep original name of the "commons-logging" jar. Tomcat 3.3.x uses commons-logging-api.jar, which shouldn't be "renamed" to commons-logging.jar. My Gump test still runs. Sorry if it breaks anybody else's build. Revision Changes Path 1.11 +1 -1 jakarta-tomcat-connectors/util/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- build.xml 9 Aug 2002 20:49:44 -0000 1.10 +++ build.xml 27 Sep 2002 01:45:07 -0000 1.11 @@ -79,7 +79,7 @@ /> <!-- Include a copy of the commons-logging.jar that we built with --> - <copy tofile="${tomcat-util.build}/lib/commons-logging.jar" + <copy todir="${tomcat-util.build}/lib" file="${commons-logging.jar}"/> </target>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>