changeset 3379 | e37ab7805402 |
parent 3378 | 22011d9a9398 |
child 3565 | be4461e75d68 |
--- 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