Repository: cassandra Updated Branches: refs/heads/cassandra-2.0 57c5969e1 -> 245038fd2 refs/heads/cassandra-2.1 47675ce75 -> 22b271689 refs/heads/trunk 572731247 -> 510ffca9c
Fix "codecoverage" task Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/245038fd Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/245038fd Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/245038fd Branch: refs/heads/cassandra-2.0 Commit: 245038fd25a1a852047d0090ec7964839cdc2aea Parents: 57c5969 Author: Mikhail Stepura <[email protected]> Authored: Thu Mar 13 22:02:01 2014 -0700 Committer: Mikhail Stepura <[email protected]> Committed: Fri Mar 14 13:49:49 2014 -0700 ---------------------------------------------------------------------- build.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/245038fd/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 74878da..464dece 100644 --- a/build.xml +++ b/build.xml @@ -92,7 +92,7 @@ <property name="test.long.timeout" value="600000" /> <!-- http://cobertura.sourceforge.net/ --> - <property name="cobertura.version" value="2.0.2"/> + <property name="cobertura.version" value="2.0.3"/> <property name="cobertura.build.dir" value="${build.dir}/cobertura"/> <property name="cobertura.report.dir" value="${cobertura.build.dir}/report"/> <property name="cobertura.classes.dir" value="${cobertura.build.dir}/classes"/> @@ -1161,6 +1161,7 @@ <target name="cobertura-instrument" depends="build,build-test"> <taskdef resource="tasks.properties"> <classpath refid="cobertura.classpath"/> + <classpath refid="cassandra.classpath"/> </taskdef> <delete file="${cobertura.datafile}"/>
