From 84541f6f91ba21b551db7c0c340737d0bd893104 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 23 Jun 2009 15:29:09 +0000 Subject: [PATCH] HADOOP-6096. Fix Eclipse project and classpath files following project split. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@787709 13f79535-47bb-0310-9956-ffa450edef68 --- .eclipse.templates/.classpath | 76 +++++++++++++++-------------------- CHANGES.txt | 3 ++ 2 files changed, 36 insertions(+), 43 deletions(-) diff --git a/.eclipse.templates/.classpath b/.eclipse.templates/.classpath index d8f2d03eef..41d1f4ecb8 100644 --- a/.eclipse.templates/.classpath +++ b/.eclipse.templates/.classpath @@ -1,49 +1,39 @@ - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/CHANGES.txt b/CHANGES.txt index 0ddde984bb..cea18f691c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -844,6 +844,9 @@ Trunk (unreleased changes) HADOOP-6079. Serialize proxySource as DatanodeInfo in DataTransferProtocol. (szetszwo) + HADOOP-6096. Fix Eclipse project and classpath files following project + split. (tomwhite) + Release 0.20.1 - Unreleased INCOMPATIBLE CHANGES