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"/>




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Nutch-cvs mailing list
Nutch-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to