You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by je...@apache.org on 2006/05/13 10:50:43 UTC

svn commit: r406047 - /lucene/nutch/trunk/src/plugin/build.xml

Author: jerome
Date: Sat May 13 01:50:42 2006
New Revision: 406047

URL: http://svn.apache.org/viewcvs?rev=406047&view=rev
Log:
NUTCH-240 : Remove duplicated deploy and clean targets for scoring-opic plugin

Modified:
    lucene/nutch/trunk/src/plugin/build.xml

Modified: lucene/nutch/trunk/src/plugin/build.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/build.xml?rev=406047&r1=406046&r2=406047&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/build.xml (original)
+++ lucene/nutch/trunk/src/plugin/build.xml Sat May 13 01:50:42 2006
@@ -46,7 +46,6 @@
      <ant dir="parse-swf" target="deploy"/>
      <ant dir="parse-text" target="deploy"/>
      <ant dir="parse-zip" target="deploy"/>
-     <ant dir="scoring-opic" target="deploy"/>
      <ant dir="query-basic" target="deploy"/>
      <ant dir="query-more" target="deploy"/>
      <ant dir="query-site" target="deploy"/>
@@ -126,7 +125,6 @@
     <ant dir="parse-swf" target="clean"/>
     <ant dir="parse-text" target="clean"/>
     <ant dir="parse-zip" target="clean"/>
-    <ant dir="scoring-opic" target="clean"/>
     <ant dir="query-basic" target="clean"/>
     <ant dir="query-more" target="clean"/>
     <ant dir="query-site" target="clean"/>