ICU-7035 Fixed a format module test problem. Included regiondata and currdata classes in the format module jar.
X-SVN-Rev: 27346
This commit is contained in:
parent
cfd92fecdc
commit
6dc888bf9f
@ -1,6 +1,6 @@
|
||||
<!--
|
||||
*******************************************************************************
|
||||
* Copyright (C) 1997-2009, International Business Machines Corporation and *
|
||||
* Copyright (C) 1997-2010, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
-->
|
||||
@ -988,6 +988,18 @@
|
||||
<include name="com/ibm/icu/util/CalendarServiceShim.java"/>
|
||||
</javac>
|
||||
|
||||
<javac srcdir="${icu4j.regiondata.dir}/src"
|
||||
destdir="${module.bin.dir}"
|
||||
source="${javac.source}"
|
||||
target="${javac.target}"
|
||||
debug="on" deprecation="off"/>
|
||||
|
||||
<javac srcdir="${icu4j.currdata.dir}/src"
|
||||
destdir="${module.bin.dir}"
|
||||
source="${javac.source}"
|
||||
target="${javac.target}"
|
||||
debug="on" deprecation="off"/>
|
||||
|
||||
<!-- Format does not require BreakIterator data -->
|
||||
<unjar src="${icu4j.data.jar}" dest="${module.bin.dir}">
|
||||
<patternset>
|
||||
|
Loading…
Reference in New Issue
Block a user