aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorjjg <none@none>2009-07-27 15:19:33 -0700
committerjjg <none@none>2009-07-27 15:19:33 -0700
commitc60af07313cf7b80aae0b79770c02c840615d0e9 (patch)
tree135514356b85a1286caf6553fc6138af784bdeb7 /make
parentcf39c92b059b33320d884f7f1d3dbbe1badf2285 (diff)
downloadjdk8u_jaxp-c60af07313cf7b80aae0b79770c02c840615d0e9.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 ed59810..a7d8d06 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