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
This commit is contained in:
Todd Lipcon 2011-05-19 18:47:12 +00:00
parent da15b2118c
commit 2a0bbd9979
2 changed files with 4 additions and 0 deletions

View File

@ -708,6 +708,9 @@ Release 0.22.0 - Unreleased
HADOOP-7300. Configuration methods that return collections are inconsistent HADOOP-7300. Configuration methods that return collections are inconsistent
about mutability. (todd) about mutability. (todd)
HADOOP-7305. Eclipse project classpath should include tools.jar from JDK.
(Niels Basjes via todd)
Release 0.21.1 - Unreleased Release 0.21.1 - Unreleased
IMPROVEMENTS IMPROVEMENTS

View File

@ -1571,6 +1571,7 @@
<library pathref="ivy-test.classpath" exported="false" /> <library pathref="ivy-test.classpath" exported="false" />
<variable path="ANT_HOME/lib/ant.jar" exported="false" /> <variable path="ANT_HOME/lib/ant.jar" exported="false" />
<library path="${conf.dir}" exported="false" /> <library path="${conf.dir}" exported="false" />
<library path="${java.home}/../lib/tools.jar" exported="false" />
</classpath> </classpath>
</eclipse> </eclipse>
</target> </target>