diff -r 765d2077d1e6 -r 4023edcd8433 build.properties --- a/build.properties Fri Nov 06 17:26:24 2009 -0800 +++ b/build.properties Wed Nov 11 11:19:10 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