jaxws/build.properties
changeset 4298 05940e71b36b
parent 4138 6f57118cd450
child 5516 d5307370d017
equal deleted inserted replaced
4144:09e0b33177af 4298:05940e71b36b
    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