You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2014/11/27 20:05:56 UTC

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

Author: rmuir
Date: Thu Nov 27 19:05:55 2014
New Revision: 1642210

URL: http://svn.apache.org/r1642210
Log:
remove unnecessary build dependency

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

Modified: lucene/dev/trunk/lucene/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/build.xml?rev=1642210&r1=1642209&r2=1642210&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/build.xml (original)
+++ lucene/dev/trunk/lucene/build.xml Thu Nov 27 19:05:55 2014
@@ -448,7 +448,7 @@
     </sequential>
   </target>
   
-  <target name="test-modules" depends="compile-test">
+  <target name="test-modules">
     <modules-crawl target="test" failonerror="true"/>
   </target>