From 8f57b5102ad94df3da7a59eef624c9faa2b2c888 Mon Sep 17 00:00:00 2001 From: Tsz-wo Sze Date: Sat, 14 May 2011 01:30:36 +0000 Subject: [PATCH] HADOOP-7289. In ivy.xml, test conf should not extend common conf. Contributed by Eric Yang git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1102940 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 3 +++ build.xml | 2 +- ivy.xml | 8 ++++---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 26679922b25..b5009aef077 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -153,6 +153,9 @@ Trunk (unreleased changes) HADOOP-7285. Refactor the test command to conform to new FsCommand class. (Daryn Sharp via todd) + HADOOP-7289. In ivy.xml, test conf should not extend common conf. + (Eric Yang via szetszwo) + OPTIMIZATIONS BUG FIXES diff --git a/build.xml b/build.xml index 5ffffabda1b..26ccfa087ec 100644 --- a/build.xml +++ b/build.xml @@ -212,10 +212,10 @@ + - - + @@ -219,7 +219,7 @@ + conf="test->default"/> + conf="common->default"/> + conf="test->default">