scuffed-code/tools/release/java
2010-02-04 21:51:58 +00:00
..
src/com/ibm/icu/dev/tools ICU-7339 sync CSS. more updates to reduce false positives. 2010-02-04 21:51:58 +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-7339 sync CSS. more updates to reduce false positives. 2010-02-04 21:51:58 +00:00
Makefile ICU-7351 remind operator to check for non ascii files 2010-01-15 21:45:35 +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.