build.properties

changeset 96
5b4968c11047
parent 95
4023edcd8433
child 116
4ac192952d75
equal deleted inserted replaced
94:701ccbf55ae5 96:5b4968c11047
31 # The bootstrap javac is used to compile both boostrap versions of the 31 # The bootstrap javac is used to compile both boostrap versions of the
32 # other tools, and product versions of all the tools. 32 # other tools, and product versions of all the tools.
33 # Override this path as needed, either on the command line or in 33 # Override this path as needed, either on the command line or in
34 # one of the standard user build.properties files (see build.xml) 34 # one of the standard user build.properties files (see build.xml)
35 javac.jar=${bootstrap.dir}/lib/javac.jar 35 javac.jar=${bootstrap.dir}/lib/javac.jar
36
37 # The tools.jar is needed in the classpath to compile these sources
38 jdk.home=${java.home}/..
39 tools.jar=${jdk.home}/lib/tools.jar
36 40
37 # options for the <javac> tasks used to compile the tools 41 # options for the <javac> tasks used to compile the tools
38 javac.source = 7 42 javac.source = 7
39 javac.target = 7 43 javac.target = 7
40 javac.debug = true 44 javac.debug = true

mercurial