From: kkolinko Date: Thu, 11 Jun 2009 13:35:20 +0000 (+0000) Subject: Fix download task dependency for commons-pool and commons-dbcp. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6d7d77205addf69ef6b284e8b71cc17f62562242;p=tomcat7.0 Fix download task dependency for commons-pool and commons-dbcp. Without this patch the 'ant download' call does not download the updated commons-pool or commons-dbcp version, like the recent update of commons-pool 1.4 -> 1.5, unless you delete existing ${tomcat-dbcp.jar} file before that. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@783762 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index 8eddd2b36..add98b64e 100644 --- a/build.xml +++ b/build.xml @@ -742,11 +742,11 @@ - + - +