2
|
1 |
#
|
|
2 |
# Copyright 1996-2007 Sun Microsystems, Inc. All Rights Reserved.
|
|
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
|
|
7 |
# published by the Free Software Foundation. Sun designates this
|
|
8 |
# particular file as subject to the "Classpath" exception as provided
|
|
9 |
# by Sun in the LICENSE file that accompanied this code.
|
|
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 |
#
|
|
21 |
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
|
22 |
# CA 95054 USA or visit www.sun.com if you need additional information or
|
|
23 |
# have any questions.
|
|
24 |
#
|
|
25 |
|
|
26 |
FILES_java = \
|
|
27 |
sun/net/InetAddressCachePolicy.java \
|
|
28 |
sun/net/URLCanonicalizer.java \
|
|
29 |
sun/net/NetworkClient.java \
|
|
30 |
sun/net/NetworkServer.java \
|
|
31 |
sun/net/ProgressMonitor.java \
|
|
32 |
sun/net/ProgressSource.java \
|
|
33 |
sun/net/ProgressEvent.java \
|
|
34 |
sun/net/ProgressListener.java \
|
|
35 |
sun/net/ProgressMeteringPolicy.java \
|
|
36 |
sun/net/TelnetInputStream.java \
|
|
37 |
sun/net/TelnetOutputStream.java \
|
|
38 |
sun/net/TelnetProtocolException.java \
|
|
39 |
sun/net/TransferProtocolClient.java \
|
|
40 |
sun/net/ConnectionResetException.java \
|
|
41 |
sun/net/NetProperties.java \
|
2446
|
42 |
sun/net/NetHooks.java \
|
2
|
43 |
sun/net/util/IPAddressUtil.java \
|
|
44 |
sun/net/dns/ResolverConfiguration.java \
|
|
45 |
sun/net/dns/ResolverConfigurationImpl.java \
|
|
46 |
sun/net/ftp/FtpClient.java \
|
|
47 |
sun/net/ftp/FtpLoginException.java \
|
|
48 |
sun/net/ftp/FtpProtocolException.java \
|
|
49 |
sun/net/spi/DefaultProxySelector.java \
|
|
50 |
sun/net/spi/nameservice/NameServiceDescriptor.java \
|
|
51 |
sun/net/spi/nameservice/NameService.java \
|
|
52 |
sun/net/smtp/SmtpClient.java \
|
|
53 |
sun/net/smtp/SmtpProtocolException.java \
|
|
54 |
sun/net/www/content/text/Generic.java \
|
|
55 |
sun/net/www/content/text/plain.java \
|
|
56 |
sun/net/www/content/text/PlainTextInputStream.java \
|
|
57 |
sun/net/www/MessageHeader.java \
|
|
58 |
sun/net/www/HeaderParser.java \
|
|
59 |
sun/net/www/MeteredStream.java \
|
|
60 |
sun/net/www/MimeEntry.java \
|
|
61 |
sun/net/www/MimeLauncher.java \
|
|
62 |
sun/net/www/ApplicationLaunchException.java \
|
|
63 |
sun/net/www/MimeTable.java \
|
|
64 |
sun/net/www/URLConnection.java \
|
|
65 |
sun/net/www/ParseUtil.java \
|
|
66 |
sun/net/www/protocol/file/Handler.java \
|
|
67 |
sun/net/www/protocol/file/FileURLConnection.java \
|
|
68 |
sun/net/www/http/HttpClient.java \
|
|
69 |
sun/net/www/http/PosterOutputStream.java \
|
|
70 |
sun/net/www/http/ChunkedInputStream.java \
|
|
71 |
sun/net/www/http/ChunkedOutputStream.java \
|
|
72 |
sun/net/www/http/KeepAliveCache.java \
|
|
73 |
sun/net/www/http/KeepAliveStream.java \
|
|
74 |
sun/net/www/http/KeepAliveStreamCleaner.java \
|
|
75 |
sun/net/www/http/Hurryable.java \
|
|
76 |
sun/net/www/protocol/http/Handler.java \
|
|
77 |
sun/net/www/protocol/http/HttpURLConnection.java \
|
|
78 |
sun/net/www/protocol/http/HttpAuthenticator.java \
|
|
79 |
sun/net/www/protocol/http/AuthenticationHeader.java \
|
|
80 |
sun/net/www/protocol/http/AuthenticationInfo.java \
|
|
81 |
sun/net/www/protocol/http/AuthCache.java \
|
|
82 |
sun/net/www/protocol/http/AuthCacheImpl.java \
|
|
83 |
sun/net/www/protocol/http/AuthCacheValue.java \
|
|
84 |
sun/net/www/protocol/http/BasicAuthentication.java \
|
|
85 |
sun/net/www/protocol/http/DigestAuthentication.java \
|
|
86 |
sun/net/www/protocol/http/NTLMAuthentication.java \
|
|
87 |
sun/net/www/protocol/http/NegotiateAuthentication.java \
|
|
88 |
sun/net/www/protocol/http/NegotiatorImpl.java \
|
|
89 |
sun/net/www/protocol/http/NegotiateCallbackHandler.java \
|
|
90 |
sun/net/www/protocol/https/AbstractDelegateHttpsURLConnection.java \
|
|
91 |
sun/net/www/protocol/https/HttpsClient.java \
|
|
92 |
sun/net/www/protocol/https/DefaultHostnameVerifier.java \
|
|
93 |
sun/net/www/protocol/https/HttpsURLConnectionImpl.java \
|
|
94 |
sun/net/www/protocol/https/DelegateHttpsURLConnection.java \
|
|
95 |
sun/net/www/protocol/https/Handler.java \
|
|
96 |
sun/net/www/protocol/jar/Handler.java \
|
|
97 |
sun/net/www/protocol/jar/URLJarFile.java \
|
|
98 |
sun/net/www/protocol/jar/JarFileFactory.java \
|
|
99 |
sun/net/www/protocol/jar/JarURLConnection.java \
|
|
100 |
sun/net/www/protocol/netdoc/Handler.java \
|
|
101 |
sun/net/www/content/image/gif.java \
|
|
102 |
sun/net/www/content/image/jpeg.java \
|
|
103 |
sun/net/www/content/image/x_xbitmap.java \
|
|
104 |
sun/net/www/content/image/x_xpixmap.java \
|
|
105 |
sun/net/www/content/image/png.java \
|
|
106 |
sun/net/www/content/audio/aiff.java \
|
|
107 |
sun/net/www/content/audio/basic.java \
|
|
108 |
sun/net/www/content/audio/wav.java \
|
|
109 |
sun/net/www/content/audio/x_aiff.java \
|
|
110 |
sun/net/www/content/audio/x_wav.java \
|
|
111 |
sun/net/www/protocol/ftp/Handler.java \
|
|
112 |
sun/net/www/protocol/ftp/FtpURLConnection.java \
|
|
113 |
sun/net/www/protocol/gopher/GopherClient.java \
|
|
114 |
sun/net/www/protocol/gopher/Handler.java \
|
|
115 |
sun/net/www/protocol/mailto/Handler.java \
|
|
116 |
sun/net/www/protocol/mailto/MailToURLConnection.java \
|
|
117 |
sun/net/idn/Punycode.java \
|
|
118 |
sun/net/idn/UCharacterEnums.java \
|
|
119 |
sun/net/idn/UCharacterDirection.java \
|
|
120 |
sun/net/idn/StringPrepDataReader.java \
|
|
121 |
sun/net/idn/StringPrep.java \
|
|
122 |
sun/net/www/protocol/http/InMemoryCookieStore.java
|
|
123 |
|
|
124 |
ifeq ($(PLATFORM), windows)
|
|
125 |
FILES_java += sun/net/www/protocol/http/NTLMAuthSequence.java
|
|
126 |
endif
|
2446
|
127 |
|
|
128 |
ifeq ($(PLATFORM), solaris)
|
|
129 |
FILES_java += sun/net/spi/SdpProvider.java
|
|
130 |
endif
|