Author: kkolinko Date: Mon Nov 4 23:10:45 2013 New Revision: 1538800 URL: http://svn.apache.org/r1538800 Log: Merged r1538798 from tomcat/trunk: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52323 Do not download Cobertura unless it has been enabled.
Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/build.xml Propchange: tomcat/tc7.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1538798 Modified: tomcat/tc7.0.x/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/build.xml?rev=1538800&r1=1538799&r2=1538800&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/build.xml (original) +++ tomcat/tc7.0.x/trunk/build.xml Mon Nov 4 23:10:45 2013 @@ -2652,6 +2652,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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org