You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by pk...@apache.org on 2005/08/18 21:55:30 UTC

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

Author: pkosiorowski
Date: Thu Aug 18 12:55:24 2005
New Revision: 233368

URL: http://svn.apache.org/viewcvs?rev=233368&view=rev
Log:
Bad target name used. Reported by Fuad Efendi.

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=233368&r1=233367&r2=233368&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/build.xml (original)
+++ lucene/nutch/trunk/src/plugin/build.xml Thu Aug 18 12:55:24 2005
@@ -77,8 +77,8 @@
     <ant dir="urlfilter-prefix" target="clean"/>
     <ant dir="creativecommons" target="clean"/>
     <ant dir="languageidentifier" target="clean"/>
-    <ant dir="clustering-carrot2" target="deploy"/>
-    <ant dir="ontology" target="deploy"/>
+    <ant dir="clustering-carrot2" target="clean"/>
+    <ant dir="ontology" target="clean"/>
   </target>
 
 </project>