jdk-24/jdk/make/tools
Stephen Colebourne df4d235c1f 8003680: JSR 310 Date/Time API
Integration of JSR310 Date/Time API for M6

Co-authored-by: Roger Riggs <roger.riggs@oracle.com>
Co-authored-by: Richard Warburton <richard.warburton@gmail.com>
Co-authored-by: Michael Nascimento <misterm@gmail.com>
Reviewed-by: alanb, naoto, dholmes
2013-01-22 20:59:21 -08:00
..
add_gnu_debuglink 7170449: Management is completely broken at least on Solaris 11 X86 2012-05-25 08:20:12 -07:00
addjsum 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
buildmetaindex 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
CharsetMapping 7197491: update copyright year to match last edit in jdk8 jdk repository 2012-11-02 15:50:11 +00:00
cldrconverter 6336885: RFE: Locale Data Deployment Enhancements 2012-08-21 11:00:30 -07:00
commentchecker 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
compile_font_config 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
compile_properties 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
dir_diff 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
dtdbuilder 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
fix_empty_sec_hdr_flags 7170449: Management is completely broken at least on Solaris 11 X86 2012-05-25 08:20:12 -07:00
freetypecheck 7197491: update copyright year to match last edit in jdk8 jdk repository 2012-11-02 15:50:11 +00:00
generate_break_iterator 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
generate_nimbus 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
GenerateCharacter 7198195: Support Unicode 6.2.0 2012-11-07 09:58:39 +09:00
generatecurrencydata 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
hasher_classes 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
jarreorder 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
jarsplit 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
javazic 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
jdwpgen 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
makeclasslist 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
msys_build_scripts 7152336: Enable builds on Windows with MinGW/MSYS 2012-10-23 10:10:23 -07:00
reorder 7197491: update copyright year to match last edit in jdk8 jdk repository 2012-11-02 15:50:11 +00:00
sharing 7113349: Initial changeset for Macosx port to jdk 2012-03-06 20:34:38 +00:00
spp 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
src/build/tools 8003680: JSR 310 Date/Time API 2013-01-22 20:59:21 -08:00
strip_properties 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
swing-beans 8005096: Move a few source files in swing/beaninfo and in a demo 2013-01-09 13:33:52 +01:00
tzdb 8003680: JSR 310 Date/Time API 2013-01-22 20:59:21 -08:00
UnicodeData 7198195: Support Unicode 6.2.0 2012-11-07 09:58:39 +09:00
Makefile 8003680: JSR 310 Date/Time API 2013-01-22 20:59:21 -08:00
manifest.mf 6595663: Manifest on jars contain JavaBeans entries 2011-04-22 10:21:37 -07: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.