You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2015/08/19 17:15:15 UTC

svn commit: r1696611 - /lucene/dev/trunk/lucene/common-build.xml

Author: jpountz
Date: Wed Aug 19 15:15:14 2015
New Revision: 1696611

URL: http://svn.apache.org/r1696611
Log:
Remove tab in common-build.xml.

Modified:
    lucene/dev/trunk/lucene/common-build.xml

Modified: lucene/dev/trunk/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/common-build.xml?rev=1696611&r1=1696610&r2=1696611&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/common-build.xml (original)
+++ lucene/dev/trunk/lucene/common-build.xml Wed Aug 19 15:15:14 2015
@@ -81,7 +81,7 @@
 
   <property name="ivy.bootstrap.version" value="2.3.0" />
   <property name="ivy.default.configuration" value="*"/>
-	
+
   <!-- Running ant targets in parralel may require this set to false because ivy:retrieve tasks may race with resolve -->
   <property name="ivy.sync" value="true"/>
   <property name="ivy.resolution-cache.dir" location="${common.build.dir}/ivy-resolution-cache"/>