From 56117c2125a70d09cd025488091cce204f3fb818 Mon Sep 17 00:00:00 2001 From: jjg Date: Tue, 11 Aug 2009 18:35:05 -0700 Subject: [PATCH] 6870743: update comments in langtools/make/build.properties Reviewed-by: darcy --- make/build.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make/build.properties b/make/build.properties index 0782dda6..dad12295 100644 --- a/make/build.properties +++ b/make/build.properties @@ -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 @@ boot.javac.target = 6 # 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 -- GitLab