fix jar-checksums task

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1360645 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-07-12 12:07:46 +00:00
parent acf211262e
commit 2c7e1721b7

View File

@ -232,6 +232,9 @@
<ant dir="test-framework" target="resolve" inheritall="false">
<propertyset refid="uptodate.and.compiled.properties"/>
</ant>
<ant dir="${common.dir}/tools" target="resolve" inheritAll="false">
<propertyset refid="uptodate.and.compiled.properties"/>
</ant>
<modules-crawl target="resolve" failonerror="true"/>
</sequential>
</target>