jdk-24/jdk/make/tools
2008-07-08 11:36:19 +04:00
..
addjsum Initial load 2007-12-01 00:00:00 +00:00
buildmetaindex Initial load 2007-12-01 00:00:00 +00:00
CharsetMapping 6529796: Support JIS X 0213:2004 in existing JDK versions, especially for Windows Vista 2008-04-10 14:45:58 -07:00
commentchecker Initial load 2007-12-01 00:00:00 +00:00
compile_font_config Initial load 2007-12-01 00:00:00 +00:00
compile_properties Initial load 2007-12-01 00:00:00 +00:00
dir_diff Initial load 2007-12-01 00:00:00 +00:00
dtdbuilder Initial load 2007-12-01 00:00:00 +00:00
fontchecker Initial load 2007-12-01 00:00:00 +00:00
freetypecheck 6672405: OPENJDK build: jdk7/jdk/make/tools/freetypecheck leaves dirt behind 2008-03-31 17:17:18 -07:00
generate_break_iterator Initial load 2007-12-01 00:00:00 +00:00
GenerateCharacter Initial load 2007-12-01 00:00:00 +00:00
generatecurrencydata Initial load 2007-12-01 00:00:00 +00:00
hasher_classes Initial load 2007-12-01 00:00:00 +00:00
jarreorder Initial load 2007-12-01 00:00:00 +00:00
jarsplit Initial load 2007-12-01 00:00:00 +00:00
javazic Initial load 2007-12-01 00:00:00 +00:00
jdwpgen Initial load 2007-12-01 00:00:00 +00:00
makeclasslist Initial load 2007-12-01 00:00:00 +00:00
reorder Initial load 2007-12-01 00:00:00 +00:00
sharing Initial load 2007-12-01 00:00:00 +00:00
src/build/tools 6635663: make/tools/AutoMulti/{AutoMulti,TestALFGenerator}.java still generate files with wrong legal notices 2008-07-08 11:36:19 +04:00
strip_properties Initial load 2007-12-01 00:00:00 +00:00
swing-beans Initial load 2007-12-01 00:00:00 +00:00
UnicodeData Initial load 2007-12-01 00:00:00 +00:00
winver 6611788: chmod a+x bin/winver.exe in make/tools/winver/Makefile fails on a read only file system 2008-03-18 11:04:42 -07:00
Makefile 6635663: make/tools/AutoMulti/{AutoMulti,TestALFGenerator}.java still generate files with wrong legal notices 2008-07-08 11:36:19 +04:00
manifest.mf Initial load 2007-12-01 00:00:00 +00:00
README.txt Initial load 2007-12-01 00:00:00 +00:00

The build tools are generally tools written in java that are used to build
the jdk or provide help in working with the jdk.

They are all built with the BOOTDIR javac and run with the BOOTDIR java.

They need only be built once.