Author: jnioche
Date: Thu Jul 17 09:17:38 2014
New Revision: 1611303

URL: http://svn.apache.org/r1611303
Log:
Wrong task called in deps-jar for urlfilter-* plugins prevents ant runtime from 
working

Modified:
    nutch/trunk/src/plugin/urlfilter-automaton/build.xml
    nutch/trunk/src/plugin/urlfilter-regex/build.xml

Modified: nutch/trunk/src/plugin/urlfilter-automaton/build.xml
URL: 
http://svn.apache.org/viewvc/nutch/trunk/src/plugin/urlfilter-automaton/build.xml?rev=1611303&r1=1611302&r2=1611303&view=diff
==============================================================================
--- nutch/trunk/src/plugin/urlfilter-automaton/build.xml (original)
+++ nutch/trunk/src/plugin/urlfilter-automaton/build.xml Thu Jul 17 09:17:38 
2014
@@ -22,7 +22,6 @@
   <!-- Build compilation dependencies -->
   <target name="deps-jar">
     <ant target="jar" inheritall="false" dir="../lib-regex-filter"/>
-    <ant target="compile-test" inheritall="false" dir="../lib-regex-filter"/>
   </target>
 
   <!-- Add compilation dependencies to classpath -->

Modified: nutch/trunk/src/plugin/urlfilter-regex/build.xml
URL: 
http://svn.apache.org/viewvc/nutch/trunk/src/plugin/urlfilter-regex/build.xml?rev=1611303&r1=1611302&r2=1611303&view=diff
==============================================================================
--- nutch/trunk/src/plugin/urlfilter-regex/build.xml (original)
+++ nutch/trunk/src/plugin/urlfilter-regex/build.xml Thu Jul 17 09:17:38 2014
@@ -22,7 +22,6 @@
   <!-- Build compilation dependencies -->
   <target name="deps-jar">
     <ant target="jar" inheritall="false" dir="../lib-regex-filter"/>
-    <ant target="compile-test" inheritall="false" dir="../lib-regex-filter"/>
   </target>
 
   <!-- Add compilation dependencies to classpath -->


Reply via email to