langtools/make/build.properties
changeset 3565 be4461e75d68
parent 3379 e37ab7805402
child 3655 f9ee66e780f4
--- 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