OpenJDK / loom / loom
changeset 3565:be4461e75d68
6870743: update comments in langtools/make/build.properties
Reviewed-by: darcy
author | jjg |
---|---|
date | Tue, 11 Aug 2009 18:35:05 -0700 |
parents | 2db7ecd6bcd6 |
children | b4c0c49979ff bb3c0eeec3cb |
files | langtools/make/build.properties |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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