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 el...@apache.org on 2012/10/19 00:43:36 UTC

svn commit: r1399901 - in /hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common: CHANGES.txt src/main/packages/

Author: eli
Date: Thu Oct 18 22:43:35 2012
New Revision: 1399901

URL: http://svn.apache.org/viewvc?rev=1399901&view=rev
Log:
HADOOP-8925. Remove the packaging. Contributed by Eli Collins

Removed:
    hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/packages/
Modified:
    hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt

Modified: hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1399901&r1=1399900&r2=1399901&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt (original)
+++ hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt Thu Oct 18 22:43:35 2012
@@ -56,6 +56,8 @@ Release 2.0.3-alpha - Unreleased 
 
     HADOOP-8931. Add Java version to startup message. (eli)
 
+    HADOOP-8925. Remove the packaging. (eli)
+
   OPTIMIZATIONS
 
     HADOOP-8866. SampleQuantiles#query is O(N^2) instead of O(N). (Andrew Wang