You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by ku...@apache.org on 2008/02/09 19:41:20 UTC

svn commit: r620172 - in /lucene/nutch/trunk: CHANGES.txt build.xml

Author: kubes
Date: Sat Feb  9 10:41:19 2008
New Revision: 620172

URL: http://svn.apache.org/viewvc?rev=620172&view=rev
Log:
NUTCH-607 - Update build.xml to include tika jar in war when building the war file.

Modified:
    lucene/nutch/trunk/CHANGES.txt
    lucene/nutch/trunk/build.xml

Modified: lucene/nutch/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/CHANGES.txt?rev=620172&r1=620171&r2=620172&view=diff
==============================================================================
--- lucene/nutch/trunk/CHANGES.txt (original)
+++ lucene/nutch/trunk/CHANGES.txt Sat Feb  9 10:41:19 2008
@@ -19,7 +19,7 @@
  
  7. NUTCH-483 - Remove redundant commons-logging jar from ontology plugin
     (siren)
-    
+
  8. NUTCH-161 - Change Plain text parser to
     use parser.character.encoding.default property for fall back encoding
     (KuroSaka TeruHiko, siren)
@@ -199,6 +199,8 @@
 
 70. NUTCH-602 - Allow configurable number of handlers for search servers
     (hartbecke via kubes)
+
+71. NUTCH-607 - Update build.xml to include tika jar when building war (kubes)
 
 Release 0.9 - 2007-04-02
 

Modified: lucene/nutch/trunk/build.xml
URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/build.xml?rev=620172&r1=620171&r2=620172&view=diff
==============================================================================
--- lucene/nutch/trunk/build.xml (original)
+++ lucene/nutch/trunk/build.xml Sat Feb  9 10:41:19 2008
@@ -182,6 +182,7 @@
  	<include name="hadoop-*.jar"/>
 	<include name="dom4j-*.jar"/>
 	<include name="xerces-*.jar"/>
+        <include name="tika-*.jar"/>      	
         <include name="commons-cli-*.jar"/>
         <include name="commons-lang-*.jar"/>
         <include name="commons-logging-*.jar"/>