You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by cu...@apache.org on 2006/07/18 12:42:07 UTC

svn commit: r423043 - /lucene/hadoop/trunk/build.xml

Author: cutting
Date: Tue Jul 18 03:42:06 2006
New Revision: 423043

URL: http://svn.apache.org/viewvc?rev=423043&view=rev
Log:
Add missing dependency.

Modified:
    lucene/hadoop/trunk/build.xml

Modified: lucene/hadoop/trunk/build.xml
URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/build.xml?rev=423043&r1=423042&r2=423043&view=diff
==============================================================================
--- lucene/hadoop/trunk/build.xml (original)
+++ lucene/hadoop/trunk/build.xml Tue Jul 18 03:42:06 2006
@@ -297,7 +297,7 @@
 
   </target>   
 
-  <target name="test-contrib">
+  <target name="test-contrib" depends="compile-core">
     <subant target="test">
         <fileset file="${basedir}/src/contrib/build.xml"/>
     </subant>