6870743: update comments in langtools/make/build.properties

Tue, 11 Aug 2009 18:35:05 -0700

author
jjg
date
Tue, 11 Aug 2009 18:35:05 -0700
changeset 367
5a26c8fd0830
parent 366
beefdeb352e6
child 368
97d06f3e8787
child 370
8a03f3c7d160

6870743: update comments in langtools/make/build.properties
Reviewed-by: darcy

make/build.properties file | annotate | diff | comparison | revisions
     1.1 --- a/make/build.properties	Tue Aug 11 14:05:32 2009 -0700
     1.2 +++ b/make/build.properties	Tue Aug 11 18:35:05 2009 -0700
     1.3 @@ -29,7 +29,7 @@
     1.4  # Override this path as needed, either on the command line or in 
     1.5  # one of the standard user build.properties files (see build.xml)
     1.6  
     1.7 -# boot.java.home = /opt/jdk/1.5.0 
     1.8 +# boot.java.home = /opt/jdk/1.6.0 
     1.9  boot.java = ${boot.java.home}/bin/java
    1.10  boot.javac = ${boot.java.home}/bin/javac
    1.11  boot.javac.source = 6
    1.12 @@ -40,7 +40,7 @@
    1.13  # Override this path as needed, either on the command line or in 
    1.14  # one of the standard user build.properties files (see build.xml)
    1.15  
    1.16 -# target.java.home = /opt/jdk/1.6.0
    1.17 +# target.java.home = /opt/jdk/1.7.0
    1.18  target.java = ${target.java.home}/bin/java
    1.19  
    1.20  # Version info -- override as needed

mercurial