From 6d4e86aae19ed5bb0a0cdde691e6f2fbbf229384 Mon Sep 17 00:00:00 2001 From: Syn Wee Quek Date: Wed, 31 Oct 2001 01:48:58 +0000 Subject: [PATCH] ICU-1345 Using the task jar in Ant 1.4.1, compression of the individual file is on by default. Set compression to false. X-SVN-Rev: 6510 --- icu4j/build.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/icu4j/build.xml b/icu4j/build.xml index 78ecc5804c6..54415cf36df 100644 --- a/icu4j/build.xml +++ b/icu4j/build.xml @@ -6,8 +6,8 @@ ******************************************************************************* * * $Source: /xsrl/Nsvn/icu/icu4j/build.xml,v $ -* $Date: 2001/10/23 20:56:32 $ -* $Revision: 1.38 $ +* $Date: 2001/10/31 01:48:58 $ +* $Revision: 1.39 $ * ******************************************************************************* * This is the ant build file for ICU4J. See readme.html for more information. @@ -105,12 +105,14 @@