Author: eevans
Date: Wed Dec 8 18:03:18 2010
New Revision: 1043558
URL: http://svn.apache.org/viewvc?rev=1043558&view=rev
Log:
jars to use when cobertura is installed from dpkg
This is trial-and-error and may be backed out of it doesn't fix
the Hudson build.
Modified:
cassandra/trunk/build.xml
Modified: cassandra/trunk/build.xml
URL:
http://svn.apache.org/viewvc/cassandra/trunk/build.xml?rev=1043558&r1=1043557&r2=1043558&view=diff
==============================================================================
--- cassandra/trunk/build.xml (original)
+++ cassandra/trunk/build.xml Wed Dec 8 18:03:18 2010
@@ -492,6 +492,10 @@
<fileset dir="${cobertura.dir}">
<include name="cobertura.jar" />
<include name="lib/**/*.jar" />
+ <include name="log4j-1.2.jar" />
+ <include name="oro.jar" />
+ <include name="asm2.jar" />
+ <include name="asm2-tree.jar" />
</fileset>
</classpath>
</taskdef>