ICU-13489 Updated ICU4J readme for 60.2.

X-SVN-Rev: 40710
This commit is contained in:
Yoshito Umaoka 2017-12-07 21:28:52 +00:00
parent b71d984f7a
commit e6d1cc2430

View file

@ -14,13 +14,15 @@ h3.doc { text-decoration: underline }
<body style="background-color: rgb(255, 255, 255);" lang="EN-US"
link="#0000ff" vlink="#800080">
<h1>International Components for Unicode for Java (ICU4J)</h1>
<h2>Read Me for ICU4J 60.1</h2>
(Last Update: 2017-Oct-30)
<h2>Read Me for ICU4J 60.2</h2>
(Last Update: 2017-Dec-7)
<hr size="2" width="100%">
<p>
<b>Note:</b> This is major release of ICU4J. It contains bug fixes and adds implementations
of inherited API and introduces new API or functionality.
<b>Note:</b> This is an updated release of ICU4J 60. This release contains
bug fixes and updated data, but does not introduce any new APIs for functionalities.
<!-- <b>Note:</b> This is major release of ICU4J. It contains bug fixes and adds implementations
of inherited API and introduces new API or functionality. -->
<!-- <b>Note:</b> This is a development milestone of ICU4J 60.
The contents of this document may not reflect the recent changes done
for ICU 60 development. It is not recommended for production use. -->
@ -139,9 +141,13 @@ found in ICU4J.</p>
</blockquote>
<h2 class="doc"><a name="changes"></a>Changes In This Release</h2>
<h3>ICU4J 60.2</h3>
<p>See the <a href="https://sites.google.com/site/icusite/download/60">ICU 60 download page</a>
about new features in this release.</p>
about updates in this maintenance release.</p>
<h3>ICU4J 60.1</h3>
<p>See the <a href="https://sites.google.com/site/icusite/download/60">ICU 60 download page</a>
about new features in this major release.</p>
<p>The list of API changes since the previous ICU4J release is available
<a href="http://source.icu-project.org/repos/icu/tags/release-60-rc/icu4j/APIChangeReport.html">here</a>.</p>
@ -180,19 +186,19 @@ builds, and they are packaged in jar files for convenient download.
&lt;dependency&gt;
&lt;groupId&gt;com.ibm.icu&lt;/groupId&gt;
&lt;artifactId&gt;icu4j&lt;/artifactId&gt;
&lt;version&gt;60.1&lt;/version&gt;
&lt;version&gt;60.2&lt;/version&gt;
&lt;/dependency&gt;
&lt;dependency&gt;
&lt;groupId&gt;com.ibm.icu&lt;/groupId&gt;
&lt;artifactId&gt;icu4j-charset&lt;/artifactId&gt;
&lt;version&gt;60.1&lt;/version&gt;
&lt;version&gt;60.2&lt;/version&gt;
&lt;/dependency&gt;
&lt;dependency&gt;
&lt;groupId&gt;com.ibm.icu&lt;/groupId&gt;
&lt;artifactId&gt;icu4j-localespi&lt;/artifactId&gt;
&lt;version&gt;60.1&lt;/version&gt;
&lt;version&gt;60.2&lt;/version&gt;
&lt;/dependency&gt;
</pre>
</ul>
@ -876,8 +882,8 @@ ICU4J data is built by ICU4C tools. Please see "icu4j-readme.txt" in icu4c/sourc
<h5> Generating Data from CLDR </h5>
<I> Note: This procedure assumes that all 3 sources are present</I>
<ol>
<li>Checkout or download CLDR version 'release-32'</li>
<li>Checkout ICU with tag 'release-60-1'</li>
<li>Checkout or download CLDR version 'release-32-0-1'</li>
<li>Checkout ICU with tag 'release-60-2'</li>
<li>cd to icu4c/source/data directory</li>
<li>Follow the instructions in icu4c/source/data/cldr-icu-readme.txt</li>
<li>Rebuild ICU4C with the newly generated data.</li>