author | sherman |
Fri, 12 Apr 2013 07:57:35 -0700 | |
changeset 16852 | 60207b2b4b42 |
parent 14334 | 43556afc3c04 |
child 19837 | 6f1c611fb72c |
permissions | -rw-r--r-- |
2 | 1 |
# |
16852 | 2 |
# Copyright (c) 1997, 2013, 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. |
|
14334
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
27 |
# This includes resource bundles and data for non-US |
2 | 28 |
# languages in sun.text.resources as well as sun.util.resources. |
29 |
# |
|
14334
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
30 |
# Locale data for US languages is built from |
2 | 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 \ |
14334
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
39 |
sun/text/resources/be/CollationData_be.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
40 |
sun/text/resources/bg/CollationData_bg.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
41 |
sun/text/resources/ca/CollationData_ca.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
42 |
sun/text/resources/cs/CollationData_cs.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
43 |
sun/text/resources/da/CollationData_da.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
44 |
sun/text/resources/el/CollationData_el.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
45 |
sun/text/resources/es/CollationData_es.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
46 |
sun/text/resources/et/CollationData_et.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
47 |
sun/text/resources/fi/CollationData_fi.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
48 |
sun/text/resources/fr/CollationData_fr.java \ |
13583 | 49 |
sun/text/resources/hi/CollationData_hi.java \ |
14334
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
50 |
sun/text/resources/hr/CollationData_hr.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
51 |
sun/text/resources/hu/CollationData_hu.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
52 |
sun/text/resources/is/CollationData_is.java \ |
13583 | 53 |
sun/text/resources/iw/CollationData_iw.java \ |
54 |
sun/text/resources/ja/CollationData_ja.java \ |
|
55 |
sun/text/resources/ko/CollationData_ko.java \ |
|
14334
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
56 |
sun/text/resources/lt/CollationData_lt.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
57 |
sun/text/resources/lv/CollationData_lv.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
58 |
sun/text/resources/mk/CollationData_mk.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
59 |
sun/text/resources/no/CollationData_no.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
60 |
sun/text/resources/pl/CollationData_pl.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
61 |
sun/text/resources/ro/CollationData_ro.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
62 |
sun/text/resources/ru/CollationData_ru.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
63 |
sun/text/resources/sk/CollationData_sk.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
64 |
sun/text/resources/sl/CollationData_sl.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
65 |
sun/text/resources/sq/CollationData_sq.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
66 |
sun/text/resources/sr/CollationData_sr.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
67 |
sun/text/resources/sr/CollationData_sr_Latn.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
68 |
sun/text/resources/sv/CollationData_sv.java \ |
13583 | 69 |
sun/text/resources/th/CollationData_th.java \ |
14334
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
70 |
sun/text/resources/tr/CollationData_tr.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
71 |
sun/text/resources/uk/CollationData_uk.java \ |
13583 | 72 |
sun/text/resources/vi/CollationData_vi.java \ |
73 |
sun/text/resources/zh/CollationData_zh.java \ |
|
74 |
sun/text/resources/zh/CollationData_zh_HK.java \ |
|
75 |
sun/text/resources/zh/CollationData_zh_TW.java \ |
|
2 | 76 |
\ |
13583 | 77 |
sun/text/resources/ar/FormatData_ar.java \ |
78 |
sun/text/resources/ar/FormatData_ar_JO.java \ |
|
79 |
sun/text/resources/ar/FormatData_ar_LB.java \ |
|
80 |
sun/text/resources/ar/FormatData_ar_SY.java \ |
|
14334
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
81 |
sun/text/resources/be/FormatData_be.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
82 |
sun/text/resources/be/FormatData_be_BY.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
83 |
sun/text/resources/bg/FormatData_bg.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
84 |
sun/text/resources/bg/FormatData_bg_BG.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
85 |
sun/text/resources/ca/FormatData_ca.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
86 |
sun/text/resources/ca/FormatData_ca_ES.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
87 |
sun/text/resources/cs/FormatData_cs.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
88 |
sun/text/resources/cs/FormatData_cs_CZ.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
89 |
sun/text/resources/da/FormatData_da.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
90 |
sun/text/resources/da/FormatData_da_DK.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
91 |
sun/text/resources/de/FormatData_de.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
92 |
sun/text/resources/de/FormatData_de_AT.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
93 |
sun/text/resources/de/FormatData_de_CH.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
94 |
sun/text/resources/de/FormatData_de_DE.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
95 |
sun/text/resources/de/FormatData_de_LU.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
96 |
sun/text/resources/el/FormatData_el.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
97 |
sun/text/resources/el/FormatData_el_CY.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
98 |
sun/text/resources/el/FormatData_el_GR.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
99 |
sun/text/resources/en/FormatData_en_AU.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
100 |
sun/text/resources/en/FormatData_en_CA.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
101 |
sun/text/resources/en/FormatData_en_GB.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
102 |
sun/text/resources/en/FormatData_en_IE.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
103 |
sun/text/resources/en/FormatData_en_IN.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
104 |
sun/text/resources/en/FormatData_en_MT.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
105 |
sun/text/resources/en/FormatData_en_NZ.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
106 |
sun/text/resources/en/FormatData_en_PH.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
107 |
sun/text/resources/en/FormatData_en_SG.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
108 |
sun/text/resources/en/FormatData_en_ZA.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
109 |
sun/text/resources/es/FormatData_es.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
110 |
sun/text/resources/es/FormatData_es_BO.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
111 |
sun/text/resources/es/FormatData_es_AR.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
112 |
sun/text/resources/es/FormatData_es_CL.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
113 |
sun/text/resources/es/FormatData_es_CO.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
114 |
sun/text/resources/es/FormatData_es_CR.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
115 |
sun/text/resources/es/FormatData_es_DO.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
116 |
sun/text/resources/es/FormatData_es_EC.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
117 |
sun/text/resources/es/FormatData_es_ES.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
118 |
sun/text/resources/es/FormatData_es_GT.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
119 |
sun/text/resources/es/FormatData_es_HN.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
120 |
sun/text/resources/es/FormatData_es_MX.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
121 |
sun/text/resources/es/FormatData_es_NI.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
122 |
sun/text/resources/es/FormatData_es_PA.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
123 |
sun/text/resources/es/FormatData_es_PE.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
124 |
sun/text/resources/es/FormatData_es_PR.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
125 |
sun/text/resources/es/FormatData_es_PY.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
126 |
sun/text/resources/es/FormatData_es_SV.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
127 |
sun/text/resources/es/FormatData_es_US.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
128 |
sun/text/resources/es/FormatData_es_UY.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
129 |
sun/text/resources/es/FormatData_es_VE.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
130 |
sun/text/resources/et/FormatData_et.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
131 |
sun/text/resources/et/FormatData_et_EE.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
132 |
sun/text/resources/fi/FormatData_fi.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
133 |
sun/text/resources/fi/FormatData_fi_FI.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
134 |
sun/text/resources/fr/FormatData_fr.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
135 |
sun/text/resources/fr/FormatData_fr_BE.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
136 |
sun/text/resources/fr/FormatData_fr_CA.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
137 |
sun/text/resources/fr/FormatData_fr_CH.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
138 |
sun/text/resources/fr/FormatData_fr_FR.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
139 |
sun/text/resources/ga/FormatData_ga.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
140 |
sun/text/resources/ga/FormatData_ga_IE.java \ |
13583 | 141 |
sun/text/resources/hi/FormatData_hi_IN.java \ |
14334
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
142 |
sun/text/resources/hr/FormatData_hr.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
143 |
sun/text/resources/hr/FormatData_hr_HR.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
144 |
sun/text/resources/hu/FormatData_hu.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
145 |
sun/text/resources/hu/FormatData_hu_HU.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
146 |
sun/text/resources/in/FormatData_in.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
147 |
sun/text/resources/in/FormatData_in_ID.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
148 |
sun/text/resources/is/FormatData_is.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
149 |
sun/text/resources/is/FormatData_is_IS.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
150 |
sun/text/resources/it/FormatData_it.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
151 |
sun/text/resources/it/FormatData_it_CH.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
152 |
sun/text/resources/it/FormatData_it_IT.java \ |
13583 | 153 |
sun/text/resources/iw/FormatData_iw.java \ |
154 |
sun/text/resources/iw/FormatData_iw_IL.java \ |
|
155 |
sun/text/resources/ja/FormatData_ja.java \ |
|
156 |
sun/text/resources/ja/FormatData_ja_JP.java \ |
|
157 |
sun/text/resources/ko/FormatData_ko.java \ |
|
158 |
sun/text/resources/ko/FormatData_ko_KR.java \ |
|
14334
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
159 |
sun/text/resources/lt/FormatData_lt.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
160 |
sun/text/resources/lt/FormatData_lt_LT.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
161 |
sun/text/resources/lv/FormatData_lv.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
162 |
sun/text/resources/lv/FormatData_lv_LV.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
163 |
sun/text/resources/mk/FormatData_mk.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
164 |
sun/text/resources/mk/FormatData_mk_MK.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
165 |
sun/text/resources/ms/FormatData_ms.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
166 |
sun/text/resources/ms/FormatData_ms_MY.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
167 |
sun/text/resources/mt/FormatData_mt.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
168 |
sun/text/resources/mt/FormatData_mt_MT.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
169 |
sun/text/resources/nl/FormatData_nl.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
170 |
sun/text/resources/nl/FormatData_nl_BE.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
171 |
sun/text/resources/nl/FormatData_nl_NL.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
172 |
sun/text/resources/no/FormatData_no.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
173 |
sun/text/resources/no/FormatData_no_NO.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
174 |
sun/text/resources/no/FormatData_no_NO_NY.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
175 |
sun/text/resources/pl/FormatData_pl.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
176 |
sun/text/resources/pl/FormatData_pl_PL.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
177 |
sun/text/resources/pt/FormatData_pt.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
178 |
sun/text/resources/pt/FormatData_pt_BR.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
179 |
sun/text/resources/pt/FormatData_pt_PT.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
180 |
sun/text/resources/ro/FormatData_ro.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
181 |
sun/text/resources/ro/FormatData_ro_RO.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
182 |
sun/text/resources/ru/FormatData_ru.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
183 |
sun/text/resources/ru/FormatData_ru_RU.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
184 |
sun/text/resources/sk/FormatData_sk.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
185 |
sun/text/resources/sk/FormatData_sk_SK.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
186 |
sun/text/resources/sl/FormatData_sl.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
187 |
sun/text/resources/sl/FormatData_sl_SI.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
188 |
sun/text/resources/sq/FormatData_sq.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
189 |
sun/text/resources/sq/FormatData_sq_AL.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
190 |
sun/text/resources/sr/FormatData_sr.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
191 |
sun/text/resources/sr/FormatData_sr_BA.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
192 |
sun/text/resources/sr/FormatData_sr_CS.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
193 |
sun/text/resources/sr/FormatData_sr_ME.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
194 |
sun/text/resources/sr/FormatData_sr_RS.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
195 |
sun/text/resources/sr/FormatData_sr_Latn.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
196 |
sun/text/resources/sr/FormatData_sr_Latn_ME.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
197 |
sun/text/resources/sv/FormatData_sv.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
198 |
sun/text/resources/sv/FormatData_sv_SE.java \ |
13583 | 199 |
sun/text/resources/th/FormatData_th.java \ |
200 |
sun/text/resources/th/FormatData_th_TH.java \ |
|
14334
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
201 |
sun/text/resources/tr/FormatData_tr.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
202 |
sun/text/resources/tr/FormatData_tr_TR.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
203 |
sun/text/resources/uk/FormatData_uk.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
204 |
sun/text/resources/uk/FormatData_uk_UA.java \ |
13583 | 205 |
sun/text/resources/vi/FormatData_vi.java \ |
206 |
sun/text/resources/vi/FormatData_vi_VN.java \ |
|
207 |
sun/text/resources/zh/FormatData_zh.java \ |
|
208 |
sun/text/resources/zh/FormatData_zh_CN.java \ |
|
209 |
sun/text/resources/zh/FormatData_zh_HK.java \ |
|
210 |
sun/text/resources/zh/FormatData_zh_SG.java \ |
|
211 |
sun/text/resources/zh/FormatData_zh_TW.java \ |
|
2 | 212 |
\ |
13583 | 213 |
sun/util/resources/zh/CurrencyNames_zh_HK.java \ |
214 |
sun/util/resources/zh/CurrencyNames_zh_SG.java \ |
|
215 |
sun/util/resources/zh/LocaleNames_zh_HK.java \ |
|
14334
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
216 |
sun/util/resources/de/TimeZoneNames_de.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
217 |
sun/util/resources/en/TimeZoneNames_en_CA.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
218 |
sun/util/resources/en/TimeZoneNames_en_GB.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
219 |
sun/util/resources/en/TimeZoneNames_en_IE.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
220 |
sun/util/resources/es/TimeZoneNames_es.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
221 |
sun/util/resources/fr/TimeZoneNames_fr.java \ |
13583 | 222 |
sun/util/resources/hi/TimeZoneNames_hi.java \ |
14334
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
223 |
sun/util/resources/it/TimeZoneNames_it.java \ |
13583 | 224 |
sun/util/resources/ja/TimeZoneNames_ja.java \ |
225 |
sun/util/resources/ko/TimeZoneNames_ko.java \ |
|
14334
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
226 |
sun/util/resources/pt/TimeZoneNames_pt_BR.java \ |
43556afc3c04
8001231: Move locale data out of rt.jar (except the US locale)
naoto
parents:
13583
diff
changeset
|
227 |
sun/util/resources/sv/TimeZoneNames_sv.java \ |
13583 | 228 |
sun/util/resources/zh/TimeZoneNames_zh_CN.java \ |
229 |
sun/util/resources/zh/TimeZoneNames_zh_TW.java \ |
|
16852 | 230 |
sun/util/resources/zh/TimeZoneNames_zh_HK.java \ |
231 |
\ |
|
232 |
sun/text/resources/ar/JavaTimeSupplementary_ar.java \ |
|
233 |
sun/text/resources/be/JavaTimeSupplementary_be.java \ |
|
234 |
sun/text/resources/bg/JavaTimeSupplementary_bg.java \ |
|
235 |
sun/text/resources/ca/JavaTimeSupplementary_ca.java \ |
|
236 |
sun/text/resources/cs/JavaTimeSupplementary_cs.java \ |
|
237 |
sun/text/resources/da/JavaTimeSupplementary_da.java \ |
|
238 |
sun/text/resources/de/JavaTimeSupplementary_de.java \ |
|
239 |
sun/text/resources/el/JavaTimeSupplementary_el.java \ |
|
240 |
sun/text/resources/en/JavaTimeSupplementary_en_GB.java \ |
|
241 |
sun/text/resources/en/JavaTimeSupplementary_en_SG.java \ |
|
242 |
sun/text/resources/es/JavaTimeSupplementary_es.java \ |
|
243 |
sun/text/resources/et/JavaTimeSupplementary_et.java \ |
|
244 |
sun/text/resources/fi/JavaTimeSupplementary_fi.java \ |
|
245 |
sun/text/resources/fr/JavaTimeSupplementary_fr.java \ |
|
246 |
sun/text/resources/ga/JavaTimeSupplementary_ga.java \ |
|
247 |
sun/text/resources/hi/JavaTimeSupplementary_hi_IN.java \ |
|
248 |
sun/text/resources/hr/JavaTimeSupplementary_hr.java \ |
|
249 |
sun/text/resources/hu/JavaTimeSupplementary_hu.java \ |
|
250 |
sun/text/resources/is/JavaTimeSupplementary_is.java \ |
|
251 |
sun/text/resources/it/JavaTimeSupplementary_it.java \ |
|
252 |
sun/text/resources/iw/JavaTimeSupplementary_iw.java \ |
|
253 |
sun/text/resources/iw/JavaTimeSupplementary_iw_IL.java \ |
|
254 |
sun/text/resources/ja/JavaTimeSupplementary_ja.java \ |
|
255 |
sun/text/resources/ko/JavaTimeSupplementary_ko.java \ |
|
256 |
sun/text/resources/lt/JavaTimeSupplementary_lt.java \ |
|
257 |
sun/text/resources/lv/JavaTimeSupplementary_lv.java \ |
|
258 |
sun/text/resources/mk/JavaTimeSupplementary_mk.java \ |
|
259 |
sun/text/resources/ms/JavaTimeSupplementary_ms.java \ |
|
260 |
sun/text/resources/mt/JavaTimeSupplementary_mt.java \ |
|
261 |
sun/text/resources/nl/JavaTimeSupplementary_nl.java \ |
|
262 |
sun/text/resources/no/JavaTimeSupplementary_no.java \ |
|
263 |
sun/text/resources/pl/JavaTimeSupplementary_pl.java \ |
|
264 |
sun/text/resources/pt/JavaTimeSupplementary_pt.java \ |
|
265 |
sun/text/resources/pt/JavaTimeSupplementary_pt_PT.java \ |
|
266 |
sun/text/resources/ro/JavaTimeSupplementary_ro.java \ |
|
267 |
sun/text/resources/ru/JavaTimeSupplementary_ru.java \ |
|
268 |
sun/text/resources/sk/JavaTimeSupplementary_sk.java \ |
|
269 |
sun/text/resources/sl/JavaTimeSupplementary_sl.java \ |
|
270 |
sun/text/resources/sq/JavaTimeSupplementary_sq.java \ |
|
271 |
sun/text/resources/sr/JavaTimeSupplementary_sr.java \ |
|
272 |
sun/text/resources/sr/JavaTimeSupplementary_sr_Latn.java \ |
|
273 |
sun/text/resources/sv/JavaTimeSupplementary_sv.java \ |
|
274 |
sun/text/resources/th/JavaTimeSupplementary_th.java \ |
|
275 |
sun/text/resources/tr/JavaTimeSupplementary_tr.java \ |
|
276 |
sun/text/resources/uk/JavaTimeSupplementary_uk.java \ |
|
277 |
sun/text/resources/vi/JavaTimeSupplementary_vi.java \ |
|
278 |
sun/text/resources/zh/JavaTimeSupplementary_zh.java \ |
|
279 |
sun/text/resources/zh/JavaTimeSupplementary_zh_TW.java |
|
2 | 280 |