From 2a0bbd997927f8196c51ca56fd556f5ec408a82d Mon Sep 17 00:00:00 2001 From: Todd Lipcon Date: Thu, 19 May 2011 18:47:12 +0000 Subject: [PATCH] HADOOP-7305. Eclipse project classpath should include tools.jar from JDK. Contributed by Niels Basjes. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1125051 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 3 +++ build.xml | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 417b1b4cf7..877d2507c2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -708,6 +708,9 @@ Release 0.22.0 - Unreleased HADOOP-7300. Configuration methods that return collections are inconsistent about mutability. (todd) + HADOOP-7305. Eclipse project classpath should include tools.jar from JDK. + (Niels Basjes via todd) + Release 0.21.1 - Unreleased IMPROVEMENTS diff --git a/build.xml b/build.xml index 26ccfa087e..168b34f952 100644 --- a/build.xml +++ b/build.xml @@ -1571,6 +1571,7 @@ +