From da8cf6702a722aec98c893dbce667d13f4d2e39c Mon Sep 17 00:00:00 2001 From: Mahadev Konar Date: Wed, 8 Jul 2009 20:35:26 +0000 Subject: [PATCH] HADOOP-6131. A sysproperty should not be set unless the property is set on the ant command line in build.xml (hong tang via mahadev) git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@792302 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 3 +++ build.xml | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index bfc25ce9609..8dcbcb97f7e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -868,6 +868,9 @@ Trunk (unreleased changes) HADOOP-6114. Fix javadoc documentation for FileStatus.getLen. (Dmitry Rzhevskiy via dhruba) + HADOOP-6131. A sysproperty should not be set unless the property + is set on the ant command line in build.xml (hong tang via mahadev) + Release 0.20.1 - Unreleased INCOMPATIBLE CHANGES diff --git a/build.xml b/build.xml index 8d97576603b..9aec9f62f27 100644 --- a/build.xml +++ b/build.xml @@ -507,8 +507,10 @@ - + + + +