Author: markt
Date: Thu Aug 1 19:39:22 2013
New Revision: 1509391
URL: http://svn.apache.org/r1509391
Log:
Ensure we pick up the latest versions when using the snapshots
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1509391&r1=1509390&r2=1509391&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Thu Aug 1 19:39:22 2013
@@ -2410,7 +2410,10 @@ Apache Tomcat ${version} native binaries
<target name="clean-depend"
description="Deletes the dependencies that are built from source">
- <delete dir="${tomcat-dbcp.home}"/>
+ <delete dir="${tomcat-dbcp.home}"/>
+ <!-- Only required while working with snapshots -->
+ <delete dir="${commons-pool.home}"/>
+ <delete dir="${commons-dbcp.home}"/>
</target>
<target name="clean"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]