aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/java/text/class-dependencies.conf
blob: 011b146ce10a74fa7ca9f65febabbe4d7c7ecbdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
# This property file contains dependencies of classes, methods, and
# field on other methods or classes.
#
# Syntax: 
#
#   <used>: <needed 1> [... <needed N>]
#
# means that when <used> is included, <needed 1> (... <needed N>) must
# be included as well.
#
# <needed X> and <used> are of the form
#
#   <class.methodOrField(signature)>
#
# or just
#
#   <class>
#
# Within dependencies, variables can be used. A variable is defined as 
# follows: 
#
#   {variable}: value1 value2 ... value<n>
#
# variables can be used on the right side of dependencies as follows: 
#
#    <used>: com.bla.blu.{variable}.Class.m()V
#
# The use of the variable will expand to <n> dependencies of the form
#
#    <used>: com.bla.blu.value1.Class.m()V
#    <used>: com.bla.blu.value2.Class.m()V
#    ...
#    <used>: com.bla.blu.value<n>.Class.m()V
#
# Variables can be redefined when building a system to select the 
# required support for features like encodings, protocols, etc. 
#
# Hints:
#
#  - For methods and fields, the signature is mandatory. For
#    specification, please see the Java Virtual Machine Specification by
#    SUN. Unlike in the spec, field signatures (types) are in brackets.
#
#  - Package names must be separated by '/' (and not '.'). E.g.,
#    java/lang/Class (this is necessary, because the '.' is used to
#    separate method or field names from classes)
#
#  - In case <needed> refers to a class, only the class itself will be
#    included in the resulting binary, NOT necessarily all its methods
#    and fields. If you want to refer to all methods and fields, you can
#    write class.* as an abbreviation.
#
# -  Abbreviations for packages are also possible: my/package/* means all
#    methods and fields of all classes in my/package.
#
# -  A line with a trailing '\' continues in the next line.

# end of file

# All locales supported are loaded via classes from java.text (see below)
# from class gnu/java/locale/LocaleInformation_<locale_id>
#
# This introduces a dependency for all locales. To allow an easy selection
# and addition of locales, the library variable {text_locales} can be set to 
# the set of supported locales.
#

{text_locales}: \
	af_ZA \
	ar_AE \
	ar_BH \
	ar_DZ \
	ar_EG \
	ar_IN \
	ar_IQ \
	ar_JO \
	ar_KW \
	ar_LB \
	ar_LY \
	ar_MA \
	ar_OM \
	ar_QA \
	ar_SD \
	ar_SY \
	ar_TN \
	ar_YE \
	be_BY \
	bn_IN \
	br_FR \
	bs_BA \
	ca_ES \
	cs_CZ \
	cy_GB \
	da_DK \
	de \
	de_AT \
	de_BE \
	de_CH \
	de_DE \
	de_LU \
	el_GR \
	en \
	en_AU \
	en_BW \
	en_CA \
	en_DK \
	en_GB \
	en_HK \
	en_IE \
	en_IN \
	en_NZ \
	en_PH \
	en_SG \
	en_US \
	en_ZA \
	en_ZW \
	es_AR \
	es_BO \
	es_CL \
	es_CO \
	es_CR \
	es_DO \
	es_EC \
	es_ES \
	es_GT \
	es_HN \
	es_MX \
	es_NI \
	es_PA \
	es_PE \
	es_PR \
	es_PY \
	es_SV \
	es_US \
	es_UY \
	es_VE \
	et_EE \
	eu_ES \
	fa_IR \
	fi_FI \
	fo_FO \
	fr_BE \
	fr_CA \
	fr_CH \
	fr_FR \
	fr_LU \
	ga_IE \
	gd_GB \
	gl_ES \
	gv_GB \
	he_IL \
	hi_IN \
	hr_HR \
	hu_HU \
	id_ID \
	it_CH \
	it_IT \
	iw_IL \
	ja_JP \
	ka_GE \
	kl_GL \
	ko_KR \
	kw_GB \
	lt_LT \
	lv_LV \
	mi_NZ \
	mk_MK \
	mr_IN \
	mt_MT \
	nl \
	nl_BE \
	nl_NL \
	nn_NO \
	no_NO \
	oc_FR \
	pl_PL \
	pt_BR \
	pt_PT \
	ro_RO \
	ru_RU \
	ru_UA \
	se_NO \
	sk_SK \
	sl_SI \
	sq_AL \
	sr_YU \
	sv_FI \
	sv_SE \
	ta_IN \
	te_IN \
	tg_TJ \
	tl_PH \
	tr_TR \
	uk_UA \
	ur_PK \
	uz_UZ \
	vi_VN \
	yi_US \
	zh_CN \
	zh_HK \
	zh_SG \
	zh_TW 

java/text/Collator.getInstance(Ljava/util/Locale;)Ljava/text/Collator;: \
	gnu/java/locale/LocaleInformation_{text_locales}.*

java/text/DateFormatSymbols.<init>(Ljava/util/Locale;)V: \
	gnu/java/locale/LocaleInformation_{text_locales}.*

java/text/DecimalFormatSymbols.<init>(Ljava/util/Locale;)V: \
	gnu/java/locale/LocaleInformation_{text_locales}.*

java/text/BreakIterator.getInstance(Ljava/lang/String;Ljava/util/Locale;)Ljava/text/BreakIterator;: \
	gnu/java/locale/LocaleInformation_{text_locales}.*

java/text/NumberFormat.computeInstance(Ljava/util/Locale;Ljava/lang/String;Ljava/lang/String;)Ljava/text/NumberFormat;: \
	gnu/java/locale/LocaleInformation_{text_locales}.*

java/text/DateFormat.computeInstance(IILjava/util/Locale;ZZ)Ljava/text/DateFormat;: \
	gnu/java/locale/LocaleInformation_{text_locales}.*