# HG changeset patch # User asaha # Date 1248758713 25200 # Node ID 3eb31e85c04ed7dd9187f71879d61e937ec3356f # Parent 89ade57c2e875e315d5bde4f5fb3680998e58f67# Parent a2c23b6ed04b20158c966a083f1f95351a898b62 Merge diff -r 89ade57c2e87 -r 3eb31e85c04e jaxp/make/build.properties --- a/jaxp/make/build.properties Tue Jul 21 11:32:00 2009 -0700 +++ b/jaxp/make/build.properties Mon Jul 27 22:25:13 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