jdk-24/jdk/make/tools
Xueming Shen 721a90bda5 6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
4891024: EUC-KR and JOHAB converters need to be updated to include two new characters
4287467: Character converter generator tool

Migrated some of the doublebyte charsets to the new implementation.

Reviewed-by: okutsu
2009-06-19 14:39:06 -07:00
..
addjsum Initial load 2007-12-01 00:00:00 +00:00
buildmetaindex Initial load 2007-12-01 00:00:00 +00:00
CharsetMapping 6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding 2009-06-19 14:39:06 -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 6719955: Update copyright year 2008-07-02 12:55:45 -07:00
generate_break_iterator Initial load 2007-12-01 00:00:00 +00:00
GenerateCharacter 6404304: RFE: Unicode 5.1 support 2009-04-10 11:51:36 +09: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 6797195: Forward-port enhancements for hw/lw mixing from 6u12 to 7 2009-02-04 11:58:13 +03:00
spp 6681798: (build) CharsetEncoder.java fails to compile in openjdk6 on ubutu 8.04 2008-07-26 20:42:35 -07:00
src/build/tools 6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding 2009-06-19 14:39:06 -07: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
swing-nimbus 6835113: Nimbus Makefile issue 2009-04-28 21:41:04 +04:00
UnicodeData 6404304: RFE: Unicode 5.1 support 2009-04-10 11:51:36 +09:00
Makefile 6841728: Make building the Nimbus L 'n' F optional (100054) 2009-05-21 16:29:58 +01: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.