# HG changeset patch # User tbell # Date 1248761136 25200 # Node ID a98e413510067d33037254d1c663eaab06784637 # Parent 58f51e3cc0fac73a46bdd9d3f6521d7414a93221# Parent c5dfd37d18a08a8690d7812f5edc49311e306113 Merge diff -r 58f51e3cc0fa -r a98e41351006 make/build.properties --- a/make/build.properties Fri Jul 24 13:39:58 2009 -0700 +++ b/make/build.properties Mon Jul 27 23:05:36 2009 -0700 @@ -30,8 +30,8 @@ # one of the standard user build.properties files (see build.xml) # options for the 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