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 2005/09/06 18:02:32 UTC

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

Author: jerome
Date: Tue Sep  6 09:02:26 2005
New Revision: 279027

URL: http://svn.apache.org/viewcvs?rev=279027&view=rev
Log:
lib-jakarta-poi added to the list of plugin de deploy/clean

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=279027&r1=279026&r2=279027&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/build.xml (original)
+++ lucene/nutch/trunk/src/plugin/build.xml Tue Sep  6 09:02:26 2005
@@ -6,6 +6,7 @@
   <!-- Build & deploy all the plugin jars.                    -->
   <!-- ====================================================== -->
   <target name="deploy">
+     <ant dir="lib-jakarta-poi" target="deploy"/>
      <ant dir="nutch-extensionpoints" target="deploy"/>
      <ant dir="protocol-file" target="deploy"/>
      <ant dir="protocol-ftp" target="deploy"/>
@@ -59,6 +60,7 @@
   <!-- Clean all of the plugins.                              -->
   <!-- ====================================================== -->
   <target name="clean">
+    <ant dir="lib-jakarta-poi" target="clean"/>
     <ant dir="nutch-extensionpoints" target="clean"/>
     <ant dir="protocol-file" target="clean"/>
     <ant dir="protocol-ftp" target="clean"/>