From aebb5d361d6415b64515c3723c5d09811db672ab Mon Sep 17 00:00:00 2001 From: Christopher Douglas Date: Wed, 4 Mar 2009 06:02:57 +0000 Subject: [PATCH] HADOOP-5066. Building binary tarball should not build docs/javadocs, copy src, or run jdiff. Contributed by Giridharan Kesavan. git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@749919 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 3 +++ build.xml | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 75 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index c5f9ceccb1..200a8c489d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -263,6 +263,9 @@ Trunk (unreleased changes) HADOOP-5229. Remove duplicate version variables in build files (Stefan Groschupf via johan) + HADOOP-5066. Building binary tarball should not build docs/javadocs, copy + src, or run jdiff. (Giridharan Kesavan via cdouglas) + Release 0.20.0 - Unreleased INCOMPATIBLE CHANGES diff --git a/build.xml b/build.xml index cd5a9e4e64..d84f917008 100644 --- a/build.xml +++ b/build.xml @@ -1196,7 +1196,78 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +