langtools/make/build.properties
changeset 2982 090c71af18f6
parent 2212 1d3dc0e0ba0c
child 3378 22011d9a9398
equal deleted inserted replaced
2981:76ea6ddc4f72 2982:090c71af18f6
    30 # one of the standard user build.properties files (see build.xml)
    30 # one of the standard user build.properties files (see build.xml)
    31 
    31 
    32 # boot.java.home = /opt/jdk/1.5.0 
    32 # boot.java.home = /opt/jdk/1.5.0 
    33 boot.java = ${boot.java.home}/bin/java
    33 boot.java = ${boot.java.home}/bin/java
    34 boot.javac = ${boot.java.home}/bin/javac
    34 boot.javac = ${boot.java.home}/bin/javac
    35 boot.javac.target = 5
    35 boot.javac.source = 6
       
    36 boot.javac.target = 6
    36 
    37 
    37 # This is the JDK used to run the product version of the tools,
    38 # This is the JDK used to run the product version of the tools,
    38 # for example, for testing. If you're building a complete JDK, specify that.
    39 # for example, for testing. If you're building a complete JDK, specify that.
    39 # Override this path as needed, either on the command line or in 
    40 # Override this path as needed, either on the command line or in 
    40 # one of the standard user build.properties files (see build.xml)
    41 # one of the standard user build.properties files (see build.xml)
    57 bootstrap.release = ${release}_bootstrap
    58 bootstrap.release = ${release}_bootstrap
    58 full.version = ${release}-${build.number}
    59 full.version = ${release}-${build.number}
    59 bootstrap.full.version = ${bootstrap.release}-${build.number}
    60 bootstrap.full.version = ${bootstrap.release}-${build.number}
    60 
    61 
    61 # options for the <javac> tasks used to compile the tools
    62 # options for the <javac> tasks used to compile the tools
    62 javac.target = 6
    63 javac.source = 5
       
    64 javac.target = 5
    63 javac.debug = true
    65 javac.debug = true
    64 javac.debuglevel = source,lines
    66 javac.debuglevel = source,lines
    65 javac.no.jdk.warnings = -XDignore.symbol.file=true
    67 javac.no.jdk.warnings = -XDignore.symbol.file=true
    66 # set the following to -version to verify the versions of javac being used
    68 # set the following to -version to verify the versions of javac being used
    67 javac.version.opt = 
    69 javac.version.opt =