changeset 72:ef9c2dee8a40

Merge
author tbell
date Mon, 27 Jul 2009 23:05:09 -0700
parents f8f9c0186d87 (current diff) 59cdcbf2c10d (diff)
children 83b2a9331383
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/make/build.properties	Fri Jul 24 13:39:56 2009 -0700
+++ b/make/build.properties	Mon Jul 27 23:05:09 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