jaxp/build.properties
changeset 4294 4b507ae0d54b
parent 4133 c1b87ddcc40a
child 5512 74bb36df3a83
equal deleted inserted replaced
4144:09e0b33177af 4294:4b507ae0d54b
    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