make/build.properties

changeset 63
605e1cdeba48
parent 1
0961a4a21176
child 64
2ec98e99e4ea
equal deleted inserted replaced
53:4fa7398559d0 63:605e1cdeba48
28 # other tools, and product versions of all the tools. 28 # other tools, and product versions of all the tools.
29 # Override this path as needed, either on the command line or in 29 # Override this path as needed, either on the command line or in
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 # options for the <javac> tasks used to compile the tools 32 # options for the <javac> tasks used to compile the tools
33 javac.source = 5
33 javac.target = 5 34 javac.target = 5
34 javac.debug = true 35 javac.debug = true
35 javac.debuglevel = source,lines 36 javac.debuglevel = source,lines
36 javac.no.jdk.warnings = -XDignore.symbol.file=true 37 javac.no.jdk.warnings = -XDignore.symbol.file=true
37 # set the following to -version to verify the versions of javac being used 38 # set the following to -version to verify the versions of javac being used

mercurial