You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by jn...@apache.org on 2014/06/25 13:04:36 UTC

svn commit: r1605332 - in /nutch/branches/2.x: CHANGES.txt build.xml

Author: jnioche
Date: Wed Jun 25 11:04:36 2014
New Revision: 1605332

URL: http://svn.apache.org/r1605332
Log:
NUTCH-1633 slf4j is provided by hadoop and should not be included in the job file (kaveh minooie via jnioche)

Modified:
    nutch/branches/2.x/CHANGES.txt
    nutch/branches/2.x/build.xml

Modified: nutch/branches/2.x/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/branches/2.x/CHANGES.txt?rev=1605332&r1=1605331&r2=1605332&view=diff
==============================================================================
--- nutch/branches/2.x/CHANGES.txt (original)
+++ nutch/branches/2.x/CHANGES.txt Wed Jun 25 11:04:36 2014
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Current Development
 
+* NUTCH-1633 slf4j is provided by hadoop and should not be included in the job file (kaveh minooie via jnioche)
+
 * NUTCH-1787 update and complete API doc overview page (snagel)
 
 * NUTCH-1767 remove special treatment of "params" in relative links (snagel)

Modified: nutch/branches/2.x/build.xml
URL: http://svn.apache.org/viewvc/nutch/branches/2.x/build.xml?rev=1605332&r1=1605331&r2=1605332&view=diff
==============================================================================
--- nutch/branches/2.x/build.xml (original)
+++ nutch/branches/2.x/build.xml Wed Jun 25 11:04:36 2014
@@ -297,7 +297,7 @@
    in Hadoop/lib. 
    -->
    <zipfileset dir="${build.lib.dir}" prefix="lib" includes="**/*.jar"
-    excludes="jasper*.jar,jsp-*.jar,hadoop-*.jar,hbase*test*.jar,ant*jar,hsqldb*.jar" />
+    excludes="jasper*.jar,jsp-*.jar,hadoop-*.jar,hbase*test*.jar,ant*jar,hsqldb*.jar,slf4j*.jar,log4j*.jar" />
    <zipfileset dir="${build.plugins}" prefix="classes/plugins" />
   </jar>
  </target>