From ef643fd06b74045e76613cbcefb4413d06274fb8 Mon Sep 17 00:00:00 2001 From: Konstantin Boudnik Date: Thu, 3 Dec 2009 00:44:00 +0000 Subject: [PATCH] HADOOP-6405. Update Eclipse configuration to match changes to Ivy configuration. Contributed by Edwin Chan. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@886348 13f79535-47bb-0310-9956-ffa450edef68 --- .eclipse.templates/.classpath | 4 ++-- CHANGES.txt | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.eclipse.templates/.classpath b/.eclipse.templates/.classpath index a9736244ec..7529353d65 100644 --- a/.eclipse.templates/.classpath +++ b/.eclipse.templates/.classpath @@ -10,8 +10,8 @@ - - + + diff --git a/CHANGES.txt b/CHANGES.txt index cf5f4d6528..c95493386a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -52,6 +52,9 @@ Trunk (unreleased changes) HADOOP-6398. Build is broken after HADOOP-6395 patch has been applied (cos) + HADOOP-6405. Update Eclipse configuration to match changes to Ivy + configuration (Edwin Chan via cos) + Release 0.21.0 - Unreleased INCOMPATIBLE CHANGES