diff -r 2db7ecd6bcd6 -r be4461e75d68 langtools/make/build.properties --- a/langtools/make/build.properties Tue Aug 11 14:05:32 2009 -0700 +++ b/langtools/make/build.properties Tue Aug 11 18:35:05 2009 -0700 @@ -29,7 +29,7 @@ # Override this path as needed, either on the command line or in # one of the standard user build.properties files (see build.xml) -# boot.java.home = /opt/jdk/1.5.0 +# boot.java.home = /opt/jdk/1.6.0 boot.java = ${boot.java.home}/bin/java boot.javac = ${boot.java.home}/bin/javac boot.javac.source = 6 @@ -40,7 +40,7 @@ # Override this path as needed, either on the command line or in # one of the standard user build.properties files (see build.xml) -# target.java.home = /opt/jdk/1.6.0 +# target.java.home = /opt/jdk/1.7.0 target.java = ${target.java.home}/bin/java # Version info -- override as needed