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

Mon, 27 Jul 2009 15:20:03 -0700

author
jjg
date
Mon, 27 Jul 2009 15:20:03 -0700
changeset 332
cf08b64e87da
parent 331
d043adadc8b6
child 333
7c2d6da61646

6854244: change source/target used to compile JDK to 7
Reviewed-by: ohair

make/build.properties file | annotate | diff | comparison | revisions
     1.1 --- a/make/build.properties	Sun Jul 26 21:27:11 2009 -0700
     1.2 +++ b/make/build.properties	Mon Jul 27 15:20:03 2009 -0700
     1.3 @@ -60,8 +60,8 @@
     1.4  bootstrap.full.version = ${bootstrap.release}-${build.number}
     1.5  
     1.6  # options for the <javac> tasks used to compile the tools
     1.7 -javac.source = 5
     1.8 -javac.target = 5
     1.9 +javac.source = 7
    1.10 +javac.target = 7
    1.11  javac.debug = true
    1.12  javac.debuglevel = source,lines
    1.13  javac.no.jdk.warnings = -XDignore.symbol.file=true

mercurial