diff --git a/icu4j/readme.html b/icu4j/readme.html index 5b9de6e4f48..85d72eb1aa2 100644 --- a/icu4j/readme.html +++ b/icu4j/readme.html @@ -10,7 +10,7 @@

ReadMe: International Components for Unicode for Java

-

Version: April 13, 2000

+

Version: September 21, 2000


@@ -92,15 +92,22 @@ Contains your own machine so that you can do batch operations without going through the WebCVS interface. On Windows, we suggest the WinCVS client. The following is the example instruction on how to download ICU4J via WinCVS:
    -
  1. Install the WinCVS client, which you can download from the WinCVS home page.
  2. -
  3. In the WinCVS preferences, specify your CVSRoot to be - ":pserver:anoncvs@oss.software.ibm.com:/usr/cvs/icu4j"
    - with the password "anoncvs". To enter the CVSRoot value, select - "Preferences" from the "Cvs Admin" pull-down menu.    - Authentication should be set to "'passwd' file on the cvs server".
  4. -
  5. To "extract" the most recent version of ICU4J, select "Checkout - module" from the "Cvs Admin" menu. Specify "icu4j" for the module - name.
    +
  6. Install the WinCVS client, which you can download from the http://www.wincvs.org.
  7. +
  8. Select Preferences from the Admin menu.
      +
    1. On the General tab panel: Set your CVSROOT to ":pserver:anoncvs@oss.software.ibm.com:/usr/cvs/icu4j". + Set Authentication to "'passwd' file on the cvs server". + Leave other options on this page at their default.
    2. +
    3. On the Ports tab panel: Check the pserver checkbox and + enter port 2401.
    4. +
    +
  9. +
  10. Login (Admin menu) with the password "anoncvs".
  11. +
  12. To extract the most recent version of ICU4J, select Checkout module + from the Create menu. Specify "icu4j" for the + module name. This will create a new copy of the workspace on your local hard drive.
  13. +
  14. In the future, you can download updated files from the repository to your hard drive + using the Update selection item in the Modify menu.
@@ -156,7 +163,7 @@ directories contain source code and data files:

tests, see $Root/docs/com/ibm/test/topleveltest/TestAll.html. - $Roo/src/com/ibm/tools + $Root/src/com/ibm/tools Various tools used to generate ICU4J classes.  $Root/src/com/ibm/tools @@ -196,7 +203,23 @@ directories contain source code and data files:

-

API Overview

+

Data organization:

+ +

Data is stored in various locations in ICU4J: + +

+ +

API Overview

The complete API documentation is available on the ICU4J web site: @@ -232,7 +255,7 @@ untested and you use the components on a 1.1.x system at your own risk.

To install ICU4J, simply place the prebuilt jar file icu4j.jar on your Java CLASSPATH.  No other files are needed.

-

The prerequisites for building ICU4J are a working JDK and the Ant build system: +

The prerequisites for building ICU4J are a working JDK and the Ant build system: