langtools/make/build.properties

Print this page




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

 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.


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