langtools/make/build.properties
changeset 4548 bc0d5b3c3b2d
parent 4415 7d4f73717fba
child 5002 12a9e8562200
equal deleted inserted replaced
4547:5c18795ef8e4 4548:bc0d5b3c3b2d
   147         tools/apt/
   147         tools/apt/
   148 
   148 
   149 #
   149 #
   150 
   150 
   151 # The following files require the import JDK to be available
   151 # The following files require the import JDK to be available
   152 require.import.jdk.files =
   152 require.import.jdk.files = \
       
   153     com/sun/tools/javac/nio/*.java
   153 
   154 
   154 # The following files in the import jdk source directory are required
   155 # The following files in the import jdk source directory are required
   155 # in order to compile the files defined in ${require.import.jdk.files}
   156 # in order to compile the files defined in ${require.import.jdk.files}
   156 import.jdk.stub.files =
   157 #
       
   158 # For NIO, the list of stub files is defined by the contents of the primary
       
   159 # API packages, together with such types that may be required in order to
       
   160 # compile the stubs. Some of these dependencies would go away if the stub
       
   161 # generator were to be improved -- e.g. by removing unnecessary imports.
       
   162 #
       
   163 import.jdk.stub.files = \
       
   164     java/io/File.java \
       
   165     java/nio/file/**.java \
       
   166     java/nio/file/attribute/**.java \
       
   167     java/nio/file/spi/**.java \
       
   168     java/nio/channels/AsynchronousChannel.java \
       
   169     java/nio/channels/AsynchronousFileChannel.java \
       
   170     java/nio/channels/CompletionHandler.java \
       
   171     java/nio/channels/SeekableByteChannel.java
   157 
   172 
   158 # The following value is used by the main jtreg target.
   173 # The following value is used by the main jtreg target.
   159 # An empty value means all tests
   174 # An empty value means all tests
   160 # Override as desired to run a specific set of tests
   175 # Override as desired to run a specific set of tests
   161 jtreg.tests =
   176 jtreg.tests =