build.properties

changeset 95
4023edcd8433
parent 92
600bc3d048be
child 116
4ac192952d75
     1.1 --- a/build.properties	Fri Nov 06 17:26:24 2009 -0800
     1.2 +++ b/build.properties	Wed Nov 11 11:19:10 2009 -0800
     1.3 @@ -34,6 +34,10 @@
     1.4  # one of the standard user build.properties files (see build.xml)
     1.5  javac.jar=${bootstrap.dir}/lib/javac.jar
     1.6  
     1.7 +# The tools.jar is needed in the classpath to compile these sources
     1.8 +jdk.home=${java.home}/..
     1.9 +tools.jar=${jdk.home}/lib/tools.jar
    1.10 +
    1.11  # options for the <javac> tasks used to compile the tools
    1.12  javac.source = 7
    1.13  javac.target = 7

mercurial