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/02/16 11:51:16 UTC

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

Author: jerome
Date: Thu Feb 16 02:51:14 2006
New Revision: 378222

URL: http://svn.apache.org/viewcvs?rev=378222&view=rev
Log:
add lib-nekohtml to deploy and clean and force the lib plugins to be builded first

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=378222&r1=378221&r2=378222&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/build.xml (original)
+++ lucene/nutch/trunk/src/plugin/build.xml Thu Feb 16 02:51:14 2006
@@ -6,17 +6,18 @@
   <!-- Build & deploy all the plugin jars.                    -->
   <!-- ====================================================== -->
   <target name="deploy">
-     <ant dir="clustering-carrot2" target="deploy"/>
-     <ant dir="creativecommons" target="deploy"/>
-     <ant dir="index-basic" target="deploy"/>
-     <ant dir="index-more" target="deploy"/>
-     <ant dir="languageidentifier" target="deploy"/>
      <ant dir="lib-commons-httpclient" target="deploy"/>
      <ant dir="lib-http" target="deploy"/>
      <ant dir="lib-jakarta-poi" target="deploy"/>
      <ant dir="lib-log4j" target="deploy"/>
      <ant dir="lib-lucene-analyzers" target="deploy"/>
+     <ant dir="lib-nekohtml" target="deploy"/>
      <ant dir="lib-parsems" target="deploy"/>
+     <ant dir="clustering-carrot2" target="deploy"/>
+     <ant dir="creativecommons" target="deploy"/>
+     <ant dir="index-basic" target="deploy"/>
+     <ant dir="index-more" target="deploy"/>
+     <ant dir="languageidentifier" target="deploy"/>
      <ant dir="nutch-extensionpoints" target="deploy"/>
      <ant dir="ontology" target="deploy"/>
      <ant dir="protocol-file" target="deploy"/>
@@ -83,6 +84,7 @@
     <ant dir="lib-jakarta-poi" target="clean"/>
     <ant dir="lib-log4j" target="clean"/>
     <ant dir="lib-lucene-analyzers" target="clean"/>
+    <ant dir="lib-nekohtml" target="clean"/>
     <ant dir="lib-parsems" target="clean"/>
     <ant dir="nutch-extensionpoints" target="clean"/>
     <ant dir="ontology" target="clean"/>