You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by jn...@apache.org on 2014/07/15 11:03:24 UTC

svn commit: r1610627 - /nutch/trunk/build.xml

Author: jnioche
Date: Tue Jul 15 09:03:24 2014
New Revision: 1610627

URL: http://svn.apache.org/r1610627
Log:
Eclipse task gets test dependencies after NUTCH-1803

Modified:
    nutch/trunk/build.xml

Modified: nutch/trunk/build.xml
URL: http://svn.apache.org/viewvc/nutch/trunk/build.xml?rev=1610627&r1=1610626&r2=1610627&view=diff
==============================================================================
--- nutch/trunk/build.xml (original)
+++ nutch/trunk/build.xml Tue Jul 15 09:03:24 2014
@@ -903,6 +903,9 @@
     <fileset dir="${build.plugins}">
       <include name="**/*.jar" />
     </fileset>
+    <fileset dir="${test.build.lib.dir}">
+      <include name="*.jar" />
+    </fileset>
   </path>
   
   <!-- target: ant-eclipse-download   =================================== -->
@@ -922,7 +925,7 @@
   
   <!-- target: eclipse   ================================================ -->
   <target name="eclipse" 
-          depends="clean,init,job,ant-eclipse-download"
+          depends="clean,init,resolve-test,job,ant-eclipse-download"
           description="Create eclipse project files">
 
 	     <pathconvert property="eclipse.project">