# HG changeset patch # User tbell # Date 1258482230 28800 # Node ID 5b4968c110476085225d3a71c4210fad2c1116c1 # Parent 701ccbf55ae574ca54e54c1583cf91f0d0ea21e5# Parent 4023edcd8433c06eac502cf871aa63ef9c4fed30 Merge diff -r 701ccbf55ae5 -r 5b4968c11047 build.properties --- a/build.properties Thu Nov 12 15:35:47 2009 -0800 +++ b/build.properties Tue Nov 17 10:23:50 2009 -0800 @@ -34,6 +34,10 @@ # one of the standard user build.properties files (see build.xml) javac.jar=${bootstrap.dir}/lib/javac.jar +# The tools.jar is needed in the classpath to compile these sources +jdk.home=${java.home}/.. +tools.jar=${jdk.home}/lib/tools.jar + # options for the tasks used to compile the tools javac.source = 7 javac.target = 7 diff -r 701ccbf55ae5 -r 5b4968c11047 build.xml --- a/build.xml Thu Nov 12 15:35:47 2009 -0800 +++ b/build.xml Tue Nov 17 10:23:50 2009 -0800 @@ -113,7 +113,10 @@ -