blob: 4d346105f7093c77ca964de5e4e90bf2a1ed50da (
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
|
# ex:ts=22
#
OPTIONS_DEFINE= \
DOCS \
SAMPLES \
SOURCES \
AUTHENTICATION_FW \
BATIK \
BSF \
CHAPERON \
DATABASES \
FOP \
FORMS \
HSQLDB \
HTML \
ITEXT \
JFOR \
JSP \
LINKREWRITER \
LUCENE \
MIDI \
NAMING \
OJB \
PARANOID \
POI \
PORTAL \
PROFILER \
PYTHON \
SESSION_FW \
VELOCITY \
WEB3 \
XMLDB \
XSP \
PHP \
PORTAL_FW \
SWF \
WOODY \
AJAX \
APPLES \
ASCIIART \
AUTH \
AXIS \
CAPTCHA \
CRON \
DELI \
EVENTCACHE \
FACES \
IMAGEOP \
JAVAFLOW \
JCR \
JMS \
LINOTYPE \
MAIL \
PETSTORE \
PROXY \
QDOX \
QUERYBEAN \
REPOSITORY \
SERIALIZERS \
SLIDE \
SLOP \
STX \
TAGLIB \
TEMPLATE \
TOUR \
VALIDATION \
WEBDAV \
XSLTAL
OPTIONS_DEFAULT= \
DOCS \
SAMPLES \
AUTHENTICATION_FW \
BATIK \
BSF \
CHAPERON \
DATABASES \
FOP \
FORMS \
HSQLDB \
HTML \
ITEXT \
JFOR \
JSP \
LINKREWRITER \
LUCENE \
MIDI \
NAMING \
OJB \
PARANOID \
POI \
PORTAL \
PROFILER \
PYTHON \
SESSION_FW \
VELOCITY \
WEB3 \
XMLDB \
XSP \
AJAX \
APPLES \
ASCIIART \
AUTH \
AXIS \
CAPTCHA \
CRON \
DELI \
EVENTCACHE \
FACES \
IMAGEOP \
JAVAFLOW \
JMS \
LINOTYPE \
MAIL \
PETSTORE \
PROXY \
QDOX \
QUERYBEAN \
REPOSITORY \
SERIALIZERS \
SLIDE \
SLOP \
STX \
TAGLIB \
TEMPLATE \
TOUR \
VALIDATION \
WEBDAV \
XSLTAL
DOCS_DESC= Include the documentationn
SAMPLES_DESC= Include the samples
SOURCES_DESC= Include the sources in jarsff
AUTHENTICATION_FW_DESC= Enable the authentication-fw blockn
BATIK_DESC= Enable the batik blockn
BSF_DESC= Enable the bsf blockn
CHAPERON_DESC= Enable the chaperon blockn
DATABASES_DESC= Enable the databases blockn
FOP_DESC= Enable the fop blockn
FORMS_DESC= Enable the forms blockn
HSQLDB_DESC= Enable the hsqldb blockn
HTML_DESC= Enable the html blockn
ITEXT_DESC= Enable the itext blockn
JFOR_DESC= Enable the jfor blockn
JSP_DESC= Enable the jsp blockn
LINKREWRITER_DESC= Enable the linkrewriter blockn
LUCENE_DESC= Enable the lucene blockn
MIDI_DESC= Enable the midi blockn
NAMING_DESC= Enable the naming blockn
OJB_DESC= Enable the ojb blockn
PARANOID_DESC= Enable the paranoid blockn
POI_DESC= Enable the poi blockn
PORTAL_DESC= Enable the portal blockn
PROFILER_DESC= Enable the profiler blockn
PYTHON_DESC= Enable the python blockn
SESSION_FW_DESC= Enable the session-fw blockn
VELOCITY_DESC= Enable the velocity blockn
WEB3_DESC= Enable the web3 blockn
XMLDB_DESC= Enable the xmldb blockn
XSP_DESC= Enable the xsp blockn
PHP_DESC= Enable the php blockff
PORTAL_FW_DESC= Enable the portal-fw blockff
SWF_DESC= Enable the swf blockff
WOODY_DESC= Enable the woody blockff
AJAX_DESC= Enable the ajax blockn
APPLES_DESC= Enable the apples blockn
ASCIIART_DESC= Enable the asciiart blockn
AUTH_DESC= Enable the auth blockn
AXIS_DESC= Enable the axis blockn
CAPTCHA_DESC= Enable the captcha blockn
CRON_DESC= Enable the cron blockn
DELI_DESC= Enable the deli blockn
EVENTCACHE_DESC= Enable the eventcache blockn
FACES_DESC= Enable the faces blockn
IMAGEOP_DESC= Enable the imageop blockn
JAVAFLOW_DESC= Enable the javaflow blockn
JCR_DESC= Enable the jcr blockff
JMS_DESC= Enable the jms blockn
LINOTYPE_DESC= Enable the linotype blockn
MAIL_DESC= Enable the mail blockn
PETSTORE_DESC= Enable the petstore blockn
PROXY_DESC= Enable the proxy blockn
QDOX_DESC= Enable the qdox blockn
QUERYBEAN_DESC= Enable the querybean blockn
REPOSITORY_DESC= Enable the repository blockn
SERIALIZERS_DESC= Enable the serializers blockn
SLIDE_DESC= Enable the slide blockn
SLOP_DESC= Enable the slop blockn
STX_DESC= Enable the stx blockn
TAGLIB_DESC= Enable the taglib blockn
TEMPLATE_DESC= Enable the template blockn
TOUR_DESC= Enable the tour blockn
VALIDATION_DESC= Enable the validation blockn
WEBDAV_DESC= Enable the webdav blockn
XSLTAL_DESC= Enable the xsltal blockn
|