ICU-4450 add generation of supplementalData.txt

X-SVN-Rev: 18887
This commit is contained in:
Ram Viswanadha 2005-12-10 00:42:00 +00:00
parent 14e34a35f0
commit 13177b137e

View File

@ -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>