langtools/make/build.properties

Print this page




 135 
 136 doclets.includes = \
 137         com/sun/tools/doclets/
 138 
 139 doclets.tests = \
 140         com/sun/javadoc/
 141 
 142 #
 143 
 144 javah.includes = \
 145         com/sun/tools/javah/
 146 
 147 javah.tests = \
 148         tools/javah/
 149 
 150 #
 151 
 152 javap.includes = \
 153         com/sun/tools/classfile/ \
 154         com/sun/tools/javap/ \

 155         sun/tools/javap/
 156 
 157 javap.tests = \
 158         tools/javap/
 159 
 160 #
 161 
 162 # The following files require the latest JDK to be available.
 163 # The API can be provided by using a suitable boot.java.home
 164 # or by setting import.jdk
 165 require.latest.jdk.files = \
 166     com/sun/tools/javac/nio/*.java
 167 
 168 # The following files in the import jdk source directory are required
 169 # in order to compile the files defined in ${require.latest.jdk.files}
 170 #
 171 # For NIO, the list of stub files is defined by the contents of the primary
 172 # API packages, together with such types that may be required in order to
 173 # compile the stubs. Some of these dependencies would go away if the stub
 174 # generator were to be improved -- e.g. by removing unnecessary imports.


 135 
 136 doclets.includes = \
 137         com/sun/tools/doclets/
 138 
 139 doclets.tests = \
 140         com/sun/javadoc/
 141 
 142 #
 143 
 144 javah.includes = \
 145         com/sun/tools/javah/
 146 
 147 javah.tests = \
 148         tools/javah/
 149 
 150 #
 151 
 152 javap.includes = \
 153         com/sun/tools/classfile/ \
 154         com/sun/tools/javap/ \
 155         com/sun/tools/jdeps/ \
 156         sun/tools/javap/
 157 
 158 javap.tests = \
 159         tools/javap/
 160 
 161 #
 162 
 163 # The following files require the latest JDK to be available.
 164 # The API can be provided by using a suitable boot.java.home
 165 # or by setting import.jdk
 166 require.latest.jdk.files = \
 167     com/sun/tools/javac/nio/*.java
 168 
 169 # The following files in the import jdk source directory are required
 170 # in order to compile the files defined in ${require.latest.jdk.files}
 171 #
 172 # For NIO, the list of stub files is defined by the contents of the primary
 173 # API packages, together with such types that may be required in order to
 174 # compile the stubs. Some of these dependencies would go away if the stub
 175 # generator were to be improved -- e.g. by removing unnecessary imports.