You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2013/10/04 20:14:08 UTC

svn commit: r1529246 - /lucene/dev/trunk/build.xml

Author: sarowe
Date: Fri Oct  4 18:14:07 2013
New Revision: 1529246

URL: http://svn.apache.org/r1529246
Log:
LUCENE-5257: Fix top-level validate target subant invocation syntax

Modified:
    lucene/dev/trunk/build.xml

Modified: lucene/dev/trunk/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/build.xml?rev=1529246&r1=1529245&r2=1529246&view=diff
==============================================================================
--- lucene/dev/trunk/build.xml (original)
+++ lucene/dev/trunk/build.xml Fri Oct  4 18:14:07 2013
@@ -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">