| Index: icu52/source/data/coll/collocal.mk
|
| ===================================================================
|
| --- icu52/source/data/coll/collocal.mk (revision 259715)
|
| +++ icu52/source/data/coll/collocal.mk (working copy)
|
| @@ -1,16 +1,8 @@
|
| -# * Copyright (C) 1998-2010, International Business Machines
|
| +# * Copyright (C) 1998-2013, International Business Machines
|
| # * Corporation and others. All Rights Reserved.
|
| -COLLATION_CLDR_VERSION = 1.9
|
| +COLLATION_CLDR_VERSION = 24
|
| # A list of txt's to build
|
| -# Note:
|
| #
|
| -# If you are thinking of modifying this file, READ THIS.
|
| -#
|
| -# Instead of changing this file [unless you want to check it back in],
|
| -# you should consider creating a 'collocal.mk' file in this same directory.
|
| -# Then, you can have your local changes remain even if you upgrade or
|
| -# reconfigure ICU.
|
| -#
|
| # Example 'collocal.mk' files:
|
| #
|
| # * To add an additional locale to the list:
|
| @@ -27,11 +19,10 @@
|
|
|
| # Aliases which do not have a corresponding xx.xml file (see icu-config.xml & build.xml)
|
| COLLATION_SYNTHETIC_ALIAS = de_.txt de__PHONEBOOK.txt es_.txt es__TRADITIONAL.txt\
|
| - hi_.txt hi__DIRECT.txt in.txt in_ID.txt iw.txt\
|
| - iw_IL.txt no.txt no_NO.txt\
|
| - sr_BA.txt sr_ME.txt sr_RS.txt zh_.txt\
|
| - zh_CN.txt zh_HK.txt zh_MO.txt zh_SG.txt zh_TW.txt\
|
| - zh_TW_STROKE.txt zh__PINYIN.txt
|
| + in.txt in_ID.txt iw.txt iw_IL.txt mo.txt\
|
| + no.txt no_NO.txt\
|
| + sr_BA.txt sr_ME.txt sr_RS.txt \
|
| + zh.txt zh_CN.txt zh_HK.txt zh_MO.txt zh_SG.txt zh_TW.txt
|
|
|
|
|
| # All aliases (to not be included under 'installed'), but not including root.
|
|
|