mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-9138 Fixed 'format' module test failure - now format module needs BreakIterator stuff.
X-SVN-Rev: 31569
This commit is contained in:
parent
4f9f1f602c
commit
81fbc610de
1 changed files with 2 additions and 1 deletions
|
@ -1394,6 +1394,7 @@
|
|||
debug="on" deprecation="off">
|
||||
<include name="com/ibm/icu/impl/TimeZoneNames*.java"/>
|
||||
<include name="com/ibm/icu/lang/UCharacter.java"/>
|
||||
<include name="com/ibm/icu/text/BreakIteratorFactory.java"/>
|
||||
<include name="com/ibm/icu/text/*Collator*.java"/>
|
||||
<include name="com/ibm/icu/text/*Format*.java"/>
|
||||
<include name="com/ibm/icu/text/UnicodeSetIterator.java"/>
|
||||
|
@ -1414,10 +1415,10 @@
|
|||
encoding="${java.src.encoding}"
|
||||
debug="on" deprecation="off"/>
|
||||
|
||||
<!-- Format does not require BreakIterator data -->
|
||||
<unjar src="${icu4j.data.jar}" dest="${module.bin.dir}">
|
||||
<patternset>
|
||||
<include name="**/*.icu"/>
|
||||
<include name="**/*.brk"/>
|
||||
<include name="**/*.res"/>
|
||||
<exclude name="**/translit/*.res"/>
|
||||
</patternset>
|
||||
|
|
Loading…
Add table
Reference in a new issue