mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-4450 update
X-SVN-Rev: 18882
This commit is contained in:
parent
ef4d466273
commit
04d9d2a9f3
3 changed files with 10 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
|||
*******************************************************************************
|
||||
*/
|
||||
-->
|
||||
<project name="icu-build" default="util" basedir=".">
|
||||
<project name="icu-build" default="all" basedir=".">
|
||||
<target name="init">
|
||||
<tstamp/>
|
||||
|
||||
|
@ -175,7 +175,7 @@
|
|||
</run>
|
||||
</cldr-build>
|
||||
</target>
|
||||
<target name="currencydata" depends="init,setup" description="builds CurrencyData.txt from supplementalData.xml">
|
||||
<target name="supplementalData" depends="init,setup" description="builds CurrencyData.txt from supplementalData.xml">
|
||||
<cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="CurrencyData.txt" srcFile="supplementalData.xml" noArgs="true">
|
||||
<!-- launch the tool and generate the data after reading the config file -->
|
||||
<run>
|
||||
|
|
|
@ -32,7 +32,7 @@ Developers of CLDR:
|
|||
export ANT_OPTS="-DCLDR_DTD_CACHE=<path>/temp/cldrdtd"
|
||||
export CLDR_DIR=<path>/cldr
|
||||
export CLDR_CLASSES=<path>/cldr/tools/java/classes
|
||||
export ICU4C_DIR=/work/icu
|
||||
export ICU4C_DIR=<path>/icu
|
||||
export ICU4J_CLASSES=<path>/icu4j/classes
|
||||
5. Change directory to <path>/icu/source/data/
|
||||
6. Enter command
|
||||
|
|
|
@ -279,7 +279,13 @@
|
|||
</locales>
|
||||
<paths>
|
||||
<include xpath="//ldml/.*" draft="false"/>
|
||||
<exclude xpath="//ldml/.*/weekendData/.*" draft=".*"/>
|
||||
<include xpath="//ldml/.*/weekendData/.*" draft=".*"/>
|
||||
<include xpath="//ldml/.*/dateTimeElements/.*" draft=".*"/>
|
||||
<!--
|
||||
<include xpath="//ldml/.*/language.*" preferAlt="proposed" draft=".*"/>
|
||||
<exclude xpath="//ldml/.*/language\[@type='[a-z]{3}'\]" draft=".*"/>
|
||||
<include xpath="//ldml/.*/language\[@type='haw'\]" draft=".*"/>
|
||||
-->
|
||||
</paths>
|
||||
<overrideFallback fallback="se_NO no_NO">
|
||||
<locales>
|
||||
|
|
Loading…
Add table
Reference in a new issue