Author: kkolinko
Date: Mon Nov 4 23:07:04 2013
New Revision: 1538798
URL: http://svn.apache.org/r1538798
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52323
Do not download Cobertura, unless it has been enabled.
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1538798&r1=1538797&r2=1538798&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Mon Nov 4 23:07:04 2013
@@ -2630,6 +2630,7 @@ Apache Tomcat ${version} native binaries
</target>
<target name="download-cobertura"
+ if="${test.cobertura}"
description="Download the Cobertura code coverage tool" >
<antcall target="downloadgz">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]