unbreak clover/nightly builds until we do this right

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232254 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-01-17 01:37:28 +00:00
parent ac6679a7b6
commit c902f63125
1 changed files with 2 additions and 1 deletions

View File

@ -116,6 +116,7 @@
</target>
<target name="compile-test" depends="contrib-build.compile-test, compile-tools-tests"/>
<target name="test" depends="contrib-build.test, test-tools"/>
<!-- TODO: not until we properly make 'test-tools' work with clover etc
<target name="test" depends="contrib-build.test, test-tools"/> -->
</project>