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 sz...@apache.org on 2012/10/18 22:54:56 UTC

svn commit: r1399853 - in /hadoop/common/branches/branch-1.0: ./ CHANGES.txt build.xml

Author: szetszwo
Date: Thu Oct 18 20:54:55 2012
New Revision: 1399853

URL: http://svn.apache.org/viewvc?rev=1399853&view=rev
Log:
svn merge -c -1399791 for reverting HADOOP-8823 since 1.0.4 is already released.

Modified:
    hadoop/common/branches/branch-1.0/   (props changed)
    hadoop/common/branches/branch-1.0/CHANGES.txt   (contents, props changed)
    hadoop/common/branches/branch-1.0/build.xml

Propchange: hadoop/common/branches/branch-1.0/
------------------------------------------------------------------------------
  Reverse-merged /hadoop/common/branches/branch-1:r1399786

Modified: hadoop/common/branches/branch-1.0/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1.0/CHANGES.txt?rev=1399853&r1=1399852&r2=1399853&view=diff
==============================================================================
--- hadoop/common/branches/branch-1.0/CHANGES.txt (original)
+++ hadoop/common/branches/branch-1.0/CHANGES.txt Thu Oct 18 20:54:55 2012
@@ -12,8 +12,6 @@ Release 1.0.4 - 2012.10.02
     MAPREDUCE-4399. Change the Jetty response buffer size to improve 
     shuffle performance. (Luke Lu via suresh)
 
-    HADOOP-8823. ant package target should not depend on cn-docs. (szetszwo)
-
   BUG FIXES
 
     HDFS-3652. FSEditLog failure removes the wrong edit stream when storage

Propchange: hadoop/common/branches/branch-1.0/CHANGES.txt
------------------------------------------------------------------------------
  Reverse-merged /hadoop/common/branches/branch-1/CHANGES.txt:r1399786

Modified: hadoop/common/branches/branch-1.0/build.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1.0/build.xml?rev=1399853&r1=1399852&r2=1399853&view=diff
==============================================================================
--- hadoop/common/branches/branch-1.0/build.xml (original)
+++ hadoop/common/branches/branch-1.0/build.xml Thu Oct 18 20:54:55 2012
@@ -1494,7 +1494,7 @@
   <!-- ================================================================== -->
   <!--                                                                    -->
   <!-- ================================================================== -->
-  <target name="package" depends="compile, jar, javadoc, docs, api-report, examples, tools-jar, jar-test, ant-tasks, package-librecordio"
+  <target name="package" depends="compile, jar, javadoc, docs, cn-docs, api-report, examples, tools-jar, jar-test, ant-tasks, package-librecordio"
 	  description="assembles multi-platform artifacts for distribution">
     <delete dir="${dist.dir}"/>
     <mkdir dir="${dist.dir}"/>