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:
parent
da15b2118c
commit
2a0bbd9979
|
@ -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
|
||||
|
|
|
@ -1571,6 +1571,7 @@
|
|||
<library pathref="ivy-test.classpath" exported="false" />
|
||||
<variable path="ANT_HOME/lib/ant.jar" exported="false" />
|
||||
<library path="${conf.dir}" exported="false" />
|
||||
<library path="${java.home}/../lib/tools.jar" exported="false" />
|
||||
</classpath>
|
||||
</eclipse>
|
||||
</target>
|
||||
|
|
Loading…
Reference in New Issue