langtools/make/build.properties
changeset 41519 612f31a9b42b
parent 38507 d48ba9db4b7d
child 44461 8e5061e5b34b
equal deleted inserted replaced
41518:8fd0057d88f3 41519:612f31a9b42b
    22 # or visit www.oracle.com if you need additional information or have any
    22 # or visit www.oracle.com if you need additional information or have any
    23 # questions.
    23 # questions.
    24 #
    24 #
    25 
    25 
    26 #javac configuration for "normal build" (these will be passed to the bootstrap compiler):
    26 #javac configuration for "normal build" (these will be passed to the bootstrap compiler):
    27 javac.opts = -XDignore.symbol.file=true -Xlint:all,-deprecation,-options -Werror -g:source,lines,vars
    27 javac.opts = -XDignore.symbol.file=true -Xlint:all,-deprecation,-options,-exports -Werror -g:source,lines,vars
    28 javac.source = 9
    28 javac.source = 9
    29 javac.target = 9
    29 javac.target = 9
    30 
    30 
    31 #version used to compile build tools
    31 #version used to compile build tools
       
    32 javac.build.opts = -XDignore.symbol.file=true -Xlint:all,-deprecation,-options -Werror -g:source,lines,vars
    32 javac.build.source = 8
    33 javac.build.source = 8
    33 javac.build.target = 8
    34 javac.build.target = 8
    34 
    35 
    35 langtools.resource.includes = \
    36 langtools.resource.includes = \
    36         com/sun/tools/javac/resources/compiler.properties
    37         com/sun/tools/javac/resources/compiler.properties