Author: jerome
Date: Fri Jun 9 07:30:18 2006
New Revision: 413053
URL: http://svn.apache.org/viewvc?rev=413053&view=rev
Log:
Add commons logging and log4j in nutch war : they are now required by hadoop
Modified:
lucene/nutch/trunk/build.xml
Modified: lucene/nutch/trunk/build.xml
URL:
http://svn.apache.org/viewvc/lucene/nutch/trunk/build.xml?rev=413053&r1=413052&r2=413053&view=diff
==============================================================================
--- lucene/nutch/trunk/build.xml (original)
+++ lucene/nutch/trunk/build.xml Fri Jun 9 07:30:18 2006
@@ -165,6 +165,8 @@
<include name="dom4j-*.jar"/>
<include name="xerces-*.jar"/>
<include name="commons-lang-*.jar"/>
+ <include name="commons-logging-*.jar"/>
+ <include name="log4j-*.jar"/>
</lib>
<lib dir="${build.dir}">
<include name="${final.name}.jar"/>