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