mirror of https://github.com/apache/lucene.git
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:
parent
fa90270c4d
commit
249d45f124
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue