mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
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
This commit is contained in:
parent
836ea4b7e3
commit
6d4e86aae1
1 changed files with 4 additions and 2 deletions
|
@ -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 @@
|
|||
|
||||
<target name="jar" depends="core">
|
||||
<jar jarfile="${jar.file}"
|
||||
compress="false"
|
||||
includes="com/ibm/util/**/*,com/ibm/text/**/*,com/ibm/math/**/*,com/ibm/richtext/**/*"
|
||||
basedir="${build.dir}"/>
|
||||
</target>
|
||||
|
||||
<target name="richeditJar" depends="core">
|
||||
<jar jarfile="${richedit.jar.file}"
|
||||
compress="false"
|
||||
includes="com/ibm/richtext/**/*,com/ibm/textlayout/**/*"
|
||||
basedir="${build.dir}"
|
||||
manifest="${richedit.manifest}"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue