From 780efea7aee190e114924980f868e6eeb87839fd Mon Sep 17 00:00:00 2001 From: Konstantin Boudnik Date: Thu, 8 Oct 2009 23:08:59 +0000 Subject: [PATCH] Eclipse .classpath template has outdated jar files and is missing some new ones. Contributed by Konstantin Boudnik git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@823355 13f79535-47bb-0310-9956-ffa450edef68 --- .eclipse.templates/.classpath | 6 ++++-- CHANGES.txt | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.eclipse.templates/.classpath b/.eclipse.templates/.classpath index 911dfc4ce1..6d0decc1b0 100644 --- a/.eclipse.templates/.classpath +++ b/.eclipse.templates/.classpath @@ -4,7 +4,7 @@ - + @@ -13,6 +13,8 @@ + + @@ -26,7 +28,7 @@ - + diff --git a/CHANGES.txt b/CHANGES.txt index cac18f5474..a065bda9b7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -107,6 +107,9 @@ Release 0.21.0 - Unreleased and suggests using -skpTrash, when moving to trash fails. (Boris Shkolnik via suresh) + HADOOP-6303. Eclipse .classpath template has outdated jar files and is + missing some new ones. (cos) + NEW FEATURES HADOOP-4268. Change fsck to use ClientProtocol methods so that the