LUCENE-3753: build-contrib dependendency should be on compile-test, which compiles all test and non-test sources under lucene/, rather than on common.compile-test; otherwise, build outputs go to the wrong place and trigger a build failure.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241741 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-02-08 02:22:36 +00:00
parent 03ca9be6c4
commit 3519049d94
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@
/>
</target>
<target name="build-contrib" depends="common.compile-test"
<target name="build-contrib" depends="compile-test"
description="Builds all contrib modules and their tests">
<contrib-crawl target="build-artifacts-and-tests"/>
</target>