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 2012/10/06 22:26:02 UTC

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

Author: sarowe
Date: Sat Oct  6 20:26:01 2012
New Revision: 1395167

URL: http://svn.apache.org/viewvc?rev=1395167&view=rev
Log:
fix typo: boo -> boot

Modified:
    lucene/dev/trunk/build.xml

Modified: lucene/dev/trunk/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/build.xml?rev=1395167&r1=1395166&r2=1395167&view=diff
==============================================================================
--- lucene/dev/trunk/build.xml (original)
+++ lucene/dev/trunk/build.xml Sat Oct  6 20:26:01 2012
@@ -238,7 +238,7 @@
   </target>
 
   <target name="ivy-bootstrap" description="Download and install Ivy in the users ant lib dir">
-    <subant buildpath="lucene" target="ivy-boostrap" inheritall="false" failonerror="true"/>
+    <subant buildpath="lucene" target="ivy-bootstrap" inheritall="false" failonerror="true"/>
   </target>
 
   <target name="jar-checksums" description="Recompute SHA1 checksums for all JAR files.">