2
|
1 |
#
|
13583
|
2 |
# Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
|
2
|
3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
4 |
#
|
|
5 |
# This code is free software; you can redistribute it and/or modify it
|
|
6 |
# under the terms of the GNU General Public License version 2 only, as
|
5506
|
7 |
# published by the Free Software Foundation. Oracle designates this
|
2
|
8 |
# particular file as subject to the "Classpath" exception as provided
|
5506
|
9 |
# by Oracle in the LICENSE file that accompanied this code.
|
2
|
10 |
#
|
|
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT
|
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that
|
|
15 |
# accompanied this code).
|
|
16 |
#
|
|
17 |
# You should have received a copy of the GNU General Public License version
|
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation,
|
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
20 |
#
|
5506
|
21 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
22 |
# or visit www.oracle.com if you need additional information or have any
|
|
23 |
# questions.
|
2
|
24 |
#
|
|
25 |
|
|
26 |
# Locale data files for lib/ext/localedata.jar.
|
|
27 |
# This includes resource bundles and data for non-European
|
|
28 |
# languages in sun.text.resources as well as sun.util.resources.
|
|
29 |
#
|
|
30 |
# Locale data for European languages is built from
|
|
31 |
# - make/java/text for classes in sun.text.resources
|
|
32 |
# - make/java/util for classes in sun.util.resources
|
|
33 |
#
|
|
34 |
|
|
35 |
FILES_java = \
|
13583
|
36 |
sun/text/resources/th/BreakIteratorInfo_th.java \
|
2
|
37 |
\
|
13583
|
38 |
sun/text/resources/ar/CollationData_ar.java \
|
|
39 |
sun/text/resources/hi/CollationData_hi.java \
|
|
40 |
sun/text/resources/iw/CollationData_iw.java \
|
|
41 |
sun/text/resources/ja/CollationData_ja.java \
|
|
42 |
sun/text/resources/ko/CollationData_ko.java \
|
|
43 |
sun/text/resources/th/CollationData_th.java \
|
|
44 |
sun/text/resources/vi/CollationData_vi.java \
|
|
45 |
sun/text/resources/zh/CollationData_zh.java \
|
|
46 |
sun/text/resources/zh/CollationData_zh_HK.java \
|
|
47 |
sun/text/resources/zh/CollationData_zh_TW.java \
|
2
|
48 |
\
|
13583
|
49 |
sun/text/resources/ar/FormatData_ar.java \
|
|
50 |
sun/text/resources/ar/FormatData_ar_JO.java \
|
|
51 |
sun/text/resources/ar/FormatData_ar_LB.java \
|
|
52 |
sun/text/resources/ar/FormatData_ar_SY.java \
|
|
53 |
sun/text/resources/hi/FormatData_hi_IN.java \
|
|
54 |
sun/text/resources/iw/FormatData_iw.java \
|
|
55 |
sun/text/resources/iw/FormatData_iw_IL.java \
|
|
56 |
sun/text/resources/ja/FormatData_ja.java \
|
|
57 |
sun/text/resources/ja/FormatData_ja_JP.java \
|
|
58 |
sun/text/resources/ko/FormatData_ko.java \
|
|
59 |
sun/text/resources/ko/FormatData_ko_KR.java \
|
|
60 |
sun/text/resources/th/FormatData_th.java \
|
|
61 |
sun/text/resources/th/FormatData_th_TH.java \
|
|
62 |
sun/text/resources/vi/FormatData_vi.java \
|
|
63 |
sun/text/resources/vi/FormatData_vi_VN.java \
|
|
64 |
sun/text/resources/zh/FormatData_zh.java \
|
|
65 |
sun/text/resources/zh/FormatData_zh_CN.java \
|
|
66 |
sun/text/resources/zh/FormatData_zh_HK.java \
|
|
67 |
sun/text/resources/zh/FormatData_zh_SG.java \
|
|
68 |
sun/text/resources/zh/FormatData_zh_TW.java \
|
2
|
69 |
\
|
13583
|
70 |
sun/util/resources/zh/CurrencyNames_zh_HK.java \
|
|
71 |
sun/util/resources/zh/CurrencyNames_zh_SG.java \
|
|
72 |
sun/util/resources/zh/LocaleNames_zh_HK.java \
|
|
73 |
sun/util/resources/hi/TimeZoneNames_hi.java \
|
|
74 |
sun/util/resources/ja/TimeZoneNames_ja.java \
|
|
75 |
sun/util/resources/ko/TimeZoneNames_ko.java \
|
|
76 |
sun/util/resources/zh/TimeZoneNames_zh_CN.java \
|
|
77 |
sun/util/resources/zh/TimeZoneNames_zh_TW.java \
|
|
78 |
sun/util/resources/zh/TimeZoneNames_zh_HK.java
|
2
|
79 |
|