ICU-10669 reinstate parallel CLDR-to-ICU build

X-SVN-Rev: 35031
This commit is contained in:
Steven R. Loomis 2014-01-30 01:42:28 +00:00
parent b50eda3341
commit a4074397ec

View file

@ -5,7 +5,7 @@
<!--
/*
*******************************************************************************
* Copyright (C) 2005-2013, International Business Machines Corporation and *
* Copyright (C) 2005-2014, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
@ -82,6 +82,18 @@
<!--<ant target='trnsfiles'></ant> Not ANT-built - see
note below. -->
</sequential>
<sequential>
<ant target='keyTypeData'/>
</sequential>
<sequential>
<ant target='genderList'/>
</sequential>
<sequential>
<ant target='postalCodeData'/>
</sequential>
<sequential>
<ant target='dayPeriods'/>
</sequential>
</parallel>
</target>