LUCENE-5257: Fix top-level validate target subant invocation syntax

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1529246 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2013-10-04 18:14:07 +00:00
parent fa90270c4d
commit 249d45f124
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
<fileset dir="lucene" includes="build.xml" />
<fileset dir="solr" includes="build.xml" />
</subant>
<subant target="check-lib-versions" antfile="lucene/build.xml" inheritall="false" failonerror="true"/>
<subant buildpath="lucene" target="check-lib-versions" inheritall="false" failonerror="true"/>
</target>
<target name="-validate-source-patterns" unless="disable.source-patterns">