scuffed-code/tools/release/java
Steven R. Loomis d787e0d3ad ICU-6866 update to remove parameter names
X-SVN-Rev: 25928
2009-04-27 23:41:28 +00:00
..
src/com/ibm/icu/dev/tools ICU-6866 update to remove parameter names 2009-04-27 23:41:28 +00:00
.classpath ICU-6685 rewrite api gen to not use JDK 1.4 2009-01-17 08:21:00 +00:00
.project ICU-6685 rewrite api gen to not use JDK 1.4 2009-01-17 08:21:00 +00:00
build.xml ICU-6685 rewrite api gen to not use JDK 1.4 2009-01-17 08:17:03 +00:00
icu4c.css ICU-6797 update to icu4c api docs css 2009-03-19 02:58:16 +00:00
Makefile ICU-6797 updates to gen api docs 2009-03-19 02:11:41 +00:00
readme.txt ICU-6685 rewrite api gen to not use JDK 1.4 2009-01-17 08:21:00 +00:00

# Copyright (C) 2009 IBM and Others. All Rights Reserved

A tool to generate a report of API status changes between two ICU releases

        To use the utility
        1. setup ICU
            (put the two ICU releases on your machine ^_^ 
		run 'configure' in both releases (or runConfigureICU)
	2. create a Makefile.local with these two lines:
			OLD_ICU=/xsrl/E/icu-1.0
			NEW_ICU=/xsrl/E/icu-6.8
	   ( where these are the paths to the parent of 'source', etc)
        3. Build the API docs
            make
	4. allow APIChangeReport.html to cool before use.