From 71ce4a9c6a5735966bc5009d6637fba2927862d6 Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Wed, 14 Dec 2011 03:57:21 +0000 Subject: [PATCH] HDFS-2649. svn merge -c 1214046 from trunk git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1214049 13f79535-47bb-0310-9956-ffa450edef68 --- hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml | 7 +++++++ hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 5 ++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml index ea0222e557e..bbc2f95e2b5 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml @@ -269,6 +269,13 @@ + + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.6 + org.apache.maven.plugins maven-surefire-plugin diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index ae0486fd954..e91543fd1fa 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -95,7 +95,10 @@ Release 0.23.1 - UNRELEASED HDFS-2653. DFSClient should cache whether addrs are non-local when short-circuiting is enabled. (eli) - + + HDFS-2649. eclipse:eclipse build fails for hadoop-hdfs-httpfs. + (Jason Lowe via eli) + Release 0.23.0 - 2011-11-01 INCOMPATIBLE CHANGES