mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-11 08:01:32 +00:00
ICU-11276 Additional build.xml lines for pluralRanges.
This commit is contained in:
parent
dd7235624c
commit
e8d2ec8531
1 changed files with 4 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
</taskdef>
|
||||
</target>
|
||||
<!-- target for generating ICU data -->
|
||||
<target name="all" depends="locales, collation, rbnf, supplementalData, metadata, metaZones, windowsZones, likelySubtags, plurals, numberingSystems, translit, brkitr, keyTypeData, genderList, dayPeriods" />
|
||||
<target name="all" depends="locales, collation, rbnf, supplementalData, metadata, metaZones, windowsZones, likelySubtags, plurals, pluralRanges, numberingSystems, translit, brkitr, keyTypeData, genderList, dayPeriods" />
|
||||
<!-- parallel target -->
|
||||
<target name="pall" depends="init">
|
||||
<parallel threadsPerProcessor ="1">
|
||||
|
@ -426,6 +426,9 @@
|
|||
<fileset id="plurals" dir="${env.ICU4C_DIR}/source/data/misc">
|
||||
<include name="plurals.txt" />
|
||||
</fileset>
|
||||
<fileset id="pluralRanges" dir="${env.ICU4C_DIR}/source/data/misc">
|
||||
<include name="pluralRanges.txt" />
|
||||
</fileset>
|
||||
<fileset id="numberingSystems" dir="${env.ICU4C_DIR}/source/data/misc">
|
||||
<include name="numberingSystems.txt" />
|
||||
</fileset>
|
||||
|
|
Loading…
Add table
Reference in a new issue