6854244: change source/target used to compile JDK to 7

Reviewed-by: ohair
This commit is contained in:
Jonathan Gibbons 2009-07-27 15:19:44 -07:00
parent 432d405985
commit 33e236c766

@ -30,8 +30,8 @@
# one of the standard user build.properties files (see build.xml)
# options for the <javac> tasks used to compile the tools
javac.source = 5
javac.target = 5
javac.source = 7
javac.target = 7
javac.debug = true
javac.no.jdk.warnings = -XDignore.symbol.file=true
# set the following to -version to verify the versions of javac being used