langtools/make/build.properties
changeset 5845 6b8e5689445a
parent 5844 76650bf67a5c
child 6148 3a8158299c51
--- a/langtools/make/build.properties	Fri Jun 04 14:54:54 2010 -0700
+++ b/langtools/make/build.properties	Fri Jun 04 17:33:25 2010 -0700
@@ -158,12 +158,14 @@
 
 #
 
-# The following files require the import JDK to be available
-require.import.jdk.files = \
+# The following files require the latest JDK to be available.
+# The API can be provided by using a suitable boot.java.home
+# or by setting import.jdk
+require.latest.jdk.files = \
     com/sun/tools/javac/nio/*.java
 
 # The following files in the import jdk source directory are required
-# in order to compile the files defined in ${require.import.jdk.files}
+# in order to compile the files defined in ${require.latest.jdk.files}
 #
 # For NIO, the list of stub files is defined by the contents of the primary
 # API packages, together with such types that may be required in order to