diff --git a/icu4j/readme.html b/icu4j/readme.html index 282d33b505..34ce2107fb 100644 --- a/icu4j/readme.html +++ b/icu4j/readme.html @@ -12,15 +12,19 @@ h3.doc { background: #CCCCFF }

International Components for Unicode for Java (ICU4J)

-

Read Me for ICU4J 4.0 d01

+

Read Me for ICU4J 4.0 d02


Release Date
-May 21, 2008
+May 28, 2008

-

Note: This is major release of ICU4J. It contains bug fixes + + +

Note: This is a draft release of ICU4J 4.0. All new APIs planned +for ICU4J 4.0 release are available for evaluation.

+

For the most recent release, see the ICU4J download site.

@@ -479,9 +483,9 @@ packages com.ibm.icu.impl.data Holds data used by the -ICU4J core packages (com.ibm.icu.lang, com.ibm.icu.text, - com.ibm.icu.util, com.ibm.icu.math and - com.ibm.icu.text). In particular, all resource +ICU4J core and charset packages (com.ibm.icu.lang, com.ibm.icu.text, + com.ibm.icu.util, com.ibm.icu.math, + com.ibm.icu.text and com.ibm.icu.charset). In particular, all resource information is stored here. @@ -1745,10 +1749,10 @@ downloading and building ICU4C, please click
  • Checkout CLDR. $cldr_root in the following steps is the root directory where the CLDR source files checked out.
  • -
  • Update $cldr_root/common to 'release-1-5-0-1' tag
  • -
  • Update $cldr_root/tools to 'release-1-5-0-1' tag
  • -
  • Checkout ICU with tag 'release-3-8'
  • -
  • Checkout ICU4J with tag 'release-3-8'
  • +
  • Update $cldr_root/common to 'release-1-6-0' tag
  • +
  • Update $cldr_root/tools to 'release-1-6-0' tag
  • +
  • Checkout ICU with tag 'release-4-0'
  • +
  • Checkout ICU4J with tag 'release-4-0'
  • Build ICU4J
  • Build ICU4C
  • Change to $cldr_root/tools/java directory