scuffed-code/tools/release/java
Steven R. Loomis 4812a80950 ICU-6438 fix copyright generation
X-SVN-Rev: 24400
2008-07-21 20:03:09 +00:00
..
src/com/ibm/icu/dev/tools ICU-6438 fix copyright generation 2008-07-21 20:03:09 +00:00
api-report.properties ICU-6438 warn one time each 2008-07-21 19:11:22 +00:00
build.xml ICU-6438 APIChangeReport should complain about things that break API change policy. 2008-07-21 19:04:48 +00:00
icu4c.css ICU-6438 APIChangeReport should complain about things that break API change policy. 2008-07-21 19:04:48 +00:00
readme.txt ICU-6438 APIChangeReport should complain about things that break API change policy. 2008-07-21 19:04:48 +00:00

# Copyright (C) 2008 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. Generate the XML files
            (put the two ICU releases on your machine ^_^ )
            (generate 'Doxygen' file on Windows platform with Cygwin's help)
            Edit the generated 'Doxygen' file under ICU4C source directory
            a) GENERATE_XML           = YES
            b) Sync the ALIASES definiation
               (For example, copy the ALIASES defination from ICU 3.6
               Doxygen file to ICU 3.4 Doxygen file.)
            c) gerenate the XML files
        2. Build the tool
            ant doctools
        3. Edit the api-report.properties and change the values of olddir,   newdir ( don't need to set oldver or newver)
        4. Run the tool to generate the report
            ant apireport