OpenJDK / amber / amber
changeset 3367:a017b829d8f4
6854244: change source/target used to compile JDK to 7
Reviewed-by: ohair
author | jjg |
---|---|
date | Mon, 27 Jul 2009 15:19:44 -0700 |
parents | 62109d1b9e73 |
children | 9a812d043cd8 |
files | jaxws/make/build.properties |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/jaxws/make/build.properties Wed Jul 05 16:57:01 2017 +0200 +++ b/jaxws/make/build.properties Mon Jul 27 15:19:44 2009 -0700 @@ -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