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">