ICU-4450 add generation of supplementalData.txt
X-SVN-Rev: 18887
This commit is contained in:
parent
14e34a35f0
commit
13177b137e
@ -70,7 +70,7 @@
|
||||
</taskdef>
|
||||
</target>
|
||||
<!-- target for generating ICU data -->
|
||||
<target name="all" depends="locales, resfiles, collation, colfiles" />
|
||||
<target name="all" depends="locales, resfiles, collation, colfiles, supplementalData" />
|
||||
|
||||
<target name="locales" depends="init,setup" description="builds locale files in ICU text format">
|
||||
<cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" srcFile=".*xml" destFile=".*txt">
|
||||
@ -176,7 +176,7 @@
|
||||
</cldr-build>
|
||||
</target>
|
||||
<target name="supplementalData" depends="init,setup" description="builds supplementalData.txt from supplementalData.xml">
|
||||
<cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="CurrencyData.txt" srcFile="supplementalData.xml" noArgs="true">
|
||||
<cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="supplementalData.txt" srcFile="supplementalData.xml" noArgs="true">
|
||||
<!-- launch the tool and generate the data after reading the config file -->
|
||||
<run>
|
||||
<args>
|
||||
@ -184,6 +184,7 @@
|
||||
<arg name="-d" value="${env.ICU4C_DIR}/source/data/misc"/>
|
||||
<arg name="-l"/>
|
||||
<arg name="-f"/>
|
||||
<arg name="-m" value="${env.CLDR_DIR}/common/supplemental" />
|
||||
</args>
|
||||
</run>
|
||||
</cldr-build>
|
||||
|
Loading…
Reference in New Issue
Block a user