You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by to...@apache.org on 2011/05/19 20:46:18 UTC

svn commit: r1125050 - in /hadoop/common/branches/branch-0.22: CHANGES.txt build.xml

Author: todd
Date: Thu May 19 18:46:18 2011
New Revision: 1125050

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

Modified:
    hadoop/common/branches/branch-0.22/CHANGES.txt
    hadoop/common/branches/branch-0.22/build.xml

Modified: hadoop/common/branches/branch-0.22/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.22/CHANGES.txt?rev=1125050&r1=1125049&r2=1125050&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.22/CHANGES.txt (original)
+++ hadoop/common/branches/branch-0.22/CHANGES.txt Thu May 19 18:46:18 2011
@@ -477,6 +477,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/branches/branch-0.22/build.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.22/build.xml?rev=1125050&r1=1125049&r2=1125050&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.22/build.xml (original)
+++ hadoop/common/branches/branch-0.22/build.xml Thu May 19 18:46:18 2011
@@ -1548,6 +1548,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>