You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by om...@apache.org on 2008/08/15 04:45:28 UTC

svn commit: r686116 - in /hadoop/core/trunk: ./ src/contrib/chukwa/ src/contrib/chukwa/lib/

Author: omalley
Date: Thu Aug 14 19:45:27 2008
New Revision: 686116

URL: http://svn.apache.org/viewvc?rev=686116&view=rev
Log:
HADOOP-3949. Remove duplicate jars from Chukwa. (Jerome Boulon via omalley)

Removed:
    hadoop/core/trunk/src/contrib/chukwa/lib/commons-codec-1.3-LICENSE.txt
    hadoop/core/trunk/src/contrib/chukwa/lib/commons-codec-1.3-README.txt
    hadoop/core/trunk/src/contrib/chukwa/lib/commons-codec-1.3.jar
    hadoop/core/trunk/src/contrib/chukwa/lib/commons-logging-LICENSE.txt
    hadoop/core/trunk/src/contrib/chukwa/lib/commons-logging-README.txt
    hadoop/core/trunk/src/contrib/chukwa/lib/commons-logging-adapters-1.1-LICENSE.txt
    hadoop/core/trunk/src/contrib/chukwa/lib/commons-logging-adapters-1.1.jar
    hadoop/core/trunk/src/contrib/chukwa/lib/commons-logging-api-1.1-LICENSE.txt
    hadoop/core/trunk/src/contrib/chukwa/lib/commons-logging-api-1.1.jar
    hadoop/core/trunk/src/contrib/chukwa/lib/commons-logging.jar
Modified:
    hadoop/core/trunk/CHANGES.txt
    hadoop/core/trunk/src/contrib/chukwa/build.xml

Modified: hadoop/core/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=686116&r1=686115&r2=686116&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Thu Aug 14 19:45:27 2008
@@ -319,6 +319,8 @@
 
     HADOOP-3946. Fix TestMapRed after hadoop-3664. (tomwhite via omalley)
 
+    HADOOP-3949. Remove duplicate jars from Chukwa. (Jerome Boulon via omalley)
+
 Release 0.18.0 - 2008-08-19
 
   INCOMPATIBLE CHANGES

Modified: hadoop/core/trunk/src/contrib/chukwa/build.xml
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/build.xml?rev=686116&r1=686115&r2=686116&view=diff
==============================================================================
--- hadoop/core/trunk/src/contrib/chukwa/build.xml (original)
+++ hadoop/core/trunk/src/contrib/chukwa/build.xml Thu Aug 14 19:45:27 2008
@@ -354,6 +354,10 @@
 			<include name="**/*.jar" />
 			<exclude name="**/excluded/" />
 		</fileset>
+		<fileset dir="${hadoop.root}/lib">
+			<include name="**/*.jar" />
+			<exclude name="**/excluded/" />
+		</fileset>
 	</path>
 
 </project>