git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1035876 13f79535-47bb-0310-9956-ffa450edef68
@@ -179,6 +179,9 @@ Trunk (unreleased changes)
HADOOP-6562. FileContextSymlinkBaseTest should use FileContextTestHelper. (eli)
+ HADOOP-7028. ant eclipse does not include requisite ant.jar in the
+ classpath. (Patrick Angeles via eli)
+
OPTIMIZATIONS
HADOOP-6884. Add LOG.isDebugEnabled() guard for each LOG.debug(..).
@@ -1575,6 +1575,7 @@
<output path="${build.dir.eclipse-main-classes}" />
<library pathref="ivy-common.classpath" exported="true" />
<library pathref="ivy-test.classpath" exported="false" />
+ <variable path="ANT_HOME/lib/ant.jar" exported="false" />
<library path="${conf.dir}" exported="false" />
</classpath>
</eclipse>