/[Apache-SVN]/lucene/nutch/trunk/src/plugin/build.xml
ViewVC logotype

Diff of /lucene/nutch/trunk/src/plugin/build.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- lucene/nutch/trunk/src/plugin/build.xml	2005/09/06 15:57:17	279026
+++ lucene/nutch/trunk/src/plugin/build.xml	2005/09/06 16:02:26	279027
@@ -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"/>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26