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

Mon, 27 Jul 2009 15:19:44 -0700

author
jjg
date
Mon, 27 Jul 2009 15:19:44 -0700
changeset 73
c5dfd37d18a0
parent 69
fa8712c099ed
child 74
a98e41351006

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	Thu Jul 16 10:53:15 2009 -0700
     1.2 +++ b/make/build.properties	Mon Jul 27 15:19:44 2009 -0700
     1.3 @@ -30,8 +30,8 @@
     1.4  # one of the standard user build.properties files (see build.xml)
     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.no.jdk.warnings = -XDignore.symbol.file=true
    1.13  # set the following to -version to verify the versions of javac being used

mercurial