From 614fad51d5ac7b1b609335d896fcedac42894bb4 Mon Sep 17 00:00:00 2001 From: Doug Felt Date: Fri, 30 Jan 2004 19:17:51 +0000 Subject: [PATCH] ICU-0 update for release X-SVN-Rev: 14433 --- icu4j/build.xml | 6 +++--- icu4j/readme.html | 21 +++++++++------------ 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/icu4j/build.xml b/icu4j/build.xml index ac69f6b76c1..505f5eadcce 100644 --- a/icu4j/build.xml +++ b/icu4j/build.xml @@ -6,8 +6,8 @@ ******************************************************************************* * * $Source: /xsrl/Nsvn/icu/icu4j/build.xml,v $ -* $Date: 2004/01/12 23:54:16 $ -* $Revision: 1.86 $ +* $Date: 2004/01/30 19:17:51 $ +* $Revision: 1.87 $ * ******************************************************************************* * This is the ant build file for ICU4J. See readme.html for more information. @@ -248,7 +248,7 @@ @@ -25,7 +25,7 @@

Release Date
- November 3rd, 2003

+ January 29th, 2004

For the most recent release, see the @@ -366,7 +366,7 @@ We strongly recommend using the Ant build system to build ICU4J:

  • It's recommended to install both the JDK and Ant somewhere outside the ICU4J directory. For example, on Linux you might install these in /usr/local.
  • -
  • Install a recent JDK, version 1.3.x or 1.4.x will work.
  • +
  • Install a recent JDK, version 1.3.x or 1.4.x will work. Use 1.4.x to build docs.
  • Next install the Ant build system. Ant is a portable, Java-based build system similar to make. ICU4J uses Ant because it introduces no other dependencies, it's portable, and it's easier to manage than @@ -376,7 +376,7 @@ We strongly recommend using the Ant build system to build ICU4J:

    href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi), extract it onto your system, set some environment variables, and add its bin directory to your path. For example: -
        set JAVA_HOME=C:\jdk1.3.1
    +
        set JAVA_HOME=C:\jdk1.4.1
         set ANT_HOME=C:\ant
         set PATH=%PATH%;%ANT_HOME%\bin

    See the current Ant documentation for details.

    @@ -438,15 +438,12 @@ targets, see the build.xml file:

    the main class files. - zip - Create a zip archive of the source, docs, and jar file for distribution. The zip file icu4jYYYYMMDD.zip - will be created in the directory above the root ICU4J directory, where YYYYMMDD - is today's date. Any existing file of that name will be overwritten. + jarSrc + Like the jar target, but containing only the source files. - zipsrc - Like the zip target, without the docs and the jar file. The zip file icu4jsrcYYYYMMDD.zip - will be created in the directory above the root ICU4J directory. + jarDocs + Like the jar target, but containing only the docs. richedit