aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorjjg <none@none>2009-07-27 15:19:44 -0700
committerjjg <none@none>2009-07-27 15:19:44 -0700
commit7d429e5e661e6fed0c9f46503c4330fb2ee97252 (patch)
treea98d750c8c2145dda203ee5ec388c303743217bb /make
parent6c21a4f814b19adda803607c3735abadd5e78068 (diff)
downloadjdk8u_jaxws-7d429e5e661e6fed0c9f46503c4330fb2ee97252.tar.gz
6854244: change source/target used to compile JDK to 7
Reviewed-by: ohair
Diffstat (limited to 'make')
-rw-r--r--make/build.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build.properties b/make/build.properties
index ed598102..a7d8d067 100644
--- a/make/build.properties
+++ b/make/build.properties
@@ -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