6854244: change source/target used to compile JDK to 7
authorjjg
Mon, 27 Jul 2009 15:20:03 -0700
changeset 3379 e37ab7805402
parent 3378 22011d9a9398
child 3380 a6c2bcab0fec
6854244: change source/target used to compile JDK to 7 Reviewed-by: ohair
langtools/make/build.properties
--- a/langtools/make/build.properties	Sun Jul 26 21:27:11 2009 -0700
+++ b/langtools/make/build.properties	Mon Jul 27 15:20:03 2009 -0700
@@ -60,8 +60,8 @@
 bootstrap.full.version = ${bootstrap.release}-${build.number}
 
 # 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.debuglevel = source,lines
 javac.no.jdk.warnings = -XDignore.symbol.file=true