Author: szetszwo
Date: Thu Oct 18 19:02:19 2012
New Revision: 1399786
URL: http://svn.apache.org/viewvc?rev=1399786&view=rev
Log:
HADOOP-8823. ant package target should not depend on cn-docs.
Modified:
hadoop/common/branches/branch-1/CHANGES.txt
hadoop/common/branches/branch-1/build.xml
Modified: hadoop/common/branches/branch-1/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/CHANGES.txt?rev=1399786&r1=1399785&r2=1399786&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/CHANGES.txt (original)
+++ hadoop/common/branches/branch-1/CHANGES.txt Thu Oct 18 19:02:19 2012
@@ -653,6 +653,8 @@ Release 1.0.4 - Unreleased
IMPROVEMENTS
+ 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
Modified: hadoop/common/branches/branch-1/build.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/build.xml?rev=1399786&r1=1399785&r2=1399786&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/build.xml (original)
+++ hadoop/common/branches/branch-1/build.xml Thu Oct 18 19:02:19 2012
@@ -1500,7 +1500,7 @@
<!-- ================================================================== -->
<!-- -->
<!-- ================================================================== -->
- <target name="package" depends="compile, jar, javadoc, docs, cn-docs,
api-report, examples, tools-jar, jar-test, ant-tasks, package-librecordio"
+ <target name="package" depends="compile, jar, javadoc, 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}"/>