make/build.properties

changeset 579
d33b91f360fc
parent 578
b7fc560217d3
child 609
13354e1abba7
     1.1 --- a/make/build.properties	Fri Jun 04 14:54:54 2010 -0700
     1.2 +++ b/make/build.properties	Fri Jun 04 17:33:25 2010 -0700
     1.3 @@ -158,12 +158,14 @@
     1.4  
     1.5  #
     1.6  
     1.7 -# The following files require the import JDK to be available
     1.8 -require.import.jdk.files = \
     1.9 +# The following files require the latest JDK to be available.
    1.10 +# The API can be provided by using a suitable boot.java.home
    1.11 +# or by setting import.jdk
    1.12 +require.latest.jdk.files = \
    1.13      com/sun/tools/javac/nio/*.java
    1.14  
    1.15  # The following files in the import jdk source directory are required
    1.16 -# in order to compile the files defined in ${require.import.jdk.files}
    1.17 +# in order to compile the files defined in ${require.latest.jdk.files}
    1.18  #
    1.19  # For NIO, the list of stub files is defined by the contents of the primary
    1.20  # API packages, together with such types that may be required in order to

mercurial