Author: todd
Date: Thu May 19 18:47:12 2011
New Revision: 1125051

URL: http://svn.apache.org/viewvc?rev=1125051&view=rev
Log:
HADOOP-7305. Eclipse project classpath should include tools.jar from JDK. 
Contributed by Niels Basjes.

Modified:
    hadoop/common/trunk/CHANGES.txt
    hadoop/common/trunk/build.xml

Modified: hadoop/common/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/CHANGES.txt?rev=1125051&r1=1125050&r2=1125051&view=diff
==============================================================================
--- hadoop/common/trunk/CHANGES.txt (original)
+++ hadoop/common/trunk/CHANGES.txt Thu May 19 18:47:12 2011
@@ -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

Modified: hadoop/common/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/build.xml?rev=1125051&r1=1125050&r2=1125051&view=diff
==============================================================================
--- hadoop/common/trunk/build.xml (original)
+++ hadoop/common/trunk/build.xml Thu May 19 18:47:12 2011
@@ -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>


Reply via email to