quell ant runtime warnings while executing target build-test

This commit is contained in:
Dave Brosius 2012-06-15 20:36:53 -04:00
parent 7398e9363a
commit 7030d1e233
1 changed files with 2 additions and 1 deletions

View File

@ -997,7 +997,8 @@
<javac
debug="true"
debuglevel="${debuglevel}"
destdir="${test.classes}">
destdir="${test.classes}"
includeantruntime="false">
<classpath>
<path refid="cassandra.classpath"/>
</classpath>