FILES_java.gmk 5.9 KB
Newer Older
D
duke 已提交
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
#
# Copyright 1996-2007 Sun Microsystems, Inc.  All Rights Reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation.  Sun designates this
# particular file as subject to the "Classpath" exception as provided
# by Sun in the LICENSE file that accompanied this code.
#
# This code is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# version 2 for more details (a copy is included in the LICENSE file that
# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
# CA 95054 USA or visit www.sun.com if you need additional information or
# have any questions.
#

FILES_java = \
	sun/net/InetAddressCachePolicy.java \
	sun/net/URLCanonicalizer.java \
	sun/net/NetworkClient.java \
	sun/net/NetworkServer.java \
	sun/net/ProgressMonitor.java \
	sun/net/ProgressSource.java \
	sun/net/ProgressEvent.java \
	sun/net/ProgressListener.java \
	sun/net/ProgressMeteringPolicy.java \
	sun/net/TelnetInputStream.java \
	sun/net/TelnetOutputStream.java \
	sun/net/TelnetProtocolException.java \
	sun/net/TransferProtocolClient.java \
	sun/net/ConnectionResetException.java \
	sun/net/NetProperties.java \
A
alanb 已提交
42
	sun/net/NetHooks.java \
D
duke 已提交
43
	sun/net/util/IPAddressUtil.java \
44
	sun/net/util/URLUtil.java \
D
duke 已提交
45 46 47
	sun/net/dns/ResolverConfiguration.java \
	sun/net/dns/ResolverConfigurationImpl.java \
	sun/net/ftp/FtpClient.java \
48 49 50 51
	sun/net/ftp/FtpClientProvider.java \
	sun/net/ftp/FtpDirEntry.java \
	sun/net/ftp/FtpReplyCode.java \
	sun/net/ftp/FtpDirParser.java \
D
duke 已提交
52 53
	sun/net/ftp/FtpLoginException.java \
	sun/net/ftp/FtpProtocolException.java \
54 55
	sun/net/ftp/impl/FtpClient.java \
	sun/net/ftp/impl/DefaultFtpClientProvider.java \
D
duke 已提交
56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
	sun/net/spi/DefaultProxySelector.java \
	sun/net/spi/nameservice/NameServiceDescriptor.java \
	sun/net/spi/nameservice/NameService.java \
	sun/net/smtp/SmtpClient.java \
	sun/net/smtp/SmtpProtocolException.java \
	sun/net/www/content/text/Generic.java \
	sun/net/www/content/text/plain.java \
	sun/net/www/content/text/PlainTextInputStream.java \
	sun/net/www/MessageHeader.java \
	sun/net/www/HeaderParser.java \
	sun/net/www/MeteredStream.java \
	sun/net/www/MimeEntry.java \
	sun/net/www/MimeLauncher.java \
	sun/net/www/ApplicationLaunchException.java \
	sun/net/www/MimeTable.java \
	sun/net/www/URLConnection.java \
	sun/net/www/ParseUtil.java \
	sun/net/www/protocol/file/Handler.java \
	sun/net/www/protocol/file/FileURLConnection.java \
	sun/net/www/http/HttpClient.java \
76 77 78
	sun/net/www/http/HttpCapture.java \
	sun/net/www/http/HttpCaptureInputStream.java \
	sun/net/www/http/HttpCaptureOutputStream.java \
D
duke 已提交
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
	sun/net/www/http/PosterOutputStream.java \
	sun/net/www/http/ChunkedInputStream.java \
	sun/net/www/http/ChunkedOutputStream.java \
	sun/net/www/http/KeepAliveCache.java \
	sun/net/www/http/KeepAliveStream.java \
	sun/net/www/http/KeepAliveStreamCleaner.java \
	sun/net/www/http/Hurryable.java \
	sun/net/www/protocol/http/Handler.java \
	sun/net/www/protocol/http/HttpURLConnection.java \
	sun/net/www/protocol/http/HttpAuthenticator.java \
	sun/net/www/protocol/http/AuthenticationHeader.java \
	sun/net/www/protocol/http/AuthenticationInfo.java \
	sun/net/www/protocol/http/AuthCache.java \
	sun/net/www/protocol/http/AuthCacheImpl.java \
	sun/net/www/protocol/http/AuthCacheValue.java \
94
	sun/net/www/protocol/http/AuthScheme.java \
D
duke 已提交
95 96
	sun/net/www/protocol/http/BasicAuthentication.java \
	sun/net/www/protocol/http/DigestAuthentication.java \
97
	sun/net/www/protocol/http/NTLMAuthenticationProxy.java \
D
duke 已提交
98
	sun/net/www/protocol/http/NegotiateAuthentication.java \
99 100 101 102
	sun/net/www/protocol/http/Negotiator.java \
	sun/net/www/protocol/http/ntlm/NTLMAuthentication.java \
	sun/net/www/protocol/http/spnego/NegotiatorImpl.java \
	sun/net/www/protocol/http/spnego/NegotiateCallbackHandler.java \
103
	sun/net/www/protocol/http/logging/HttpLogFormatter.java \
D
duke 已提交
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
	sun/net/www/protocol/https/AbstractDelegateHttpsURLConnection.java \
	sun/net/www/protocol/https/HttpsClient.java \
	sun/net/www/protocol/https/DefaultHostnameVerifier.java \
	sun/net/www/protocol/https/HttpsURLConnectionImpl.java \
	sun/net/www/protocol/https/DelegateHttpsURLConnection.java \
	sun/net/www/protocol/https/Handler.java \
	sun/net/www/protocol/jar/Handler.java \
	sun/net/www/protocol/jar/URLJarFile.java \
	sun/net/www/protocol/jar/JarFileFactory.java \
	sun/net/www/protocol/jar/JarURLConnection.java \
	sun/net/www/protocol/netdoc/Handler.java \
	sun/net/www/content/image/gif.java \
	sun/net/www/content/image/jpeg.java \
	sun/net/www/content/image/x_xbitmap.java \
	sun/net/www/content/image/x_xpixmap.java \
	sun/net/www/content/image/png.java \
	sun/net/www/content/audio/aiff.java \
	sun/net/www/content/audio/basic.java \
	sun/net/www/content/audio/wav.java \
	sun/net/www/content/audio/x_aiff.java \
	sun/net/www/content/audio/x_wav.java \
	sun/net/www/protocol/ftp/Handler.java \
	sun/net/www/protocol/ftp/FtpURLConnection.java \
	sun/net/www/protocol/gopher/GopherClient.java \
	sun/net/www/protocol/gopher/Handler.java \
	sun/net/www/protocol/mailto/Handler.java \
	sun/net/www/protocol/mailto/MailToURLConnection.java \
	sun/net/idn/Punycode.java \
	sun/net/idn/UCharacterEnums.java \
	sun/net/idn/UCharacterDirection.java \
	sun/net/idn/StringPrepDataReader.java \
135
	sun/net/idn/StringPrep.java
D
duke 已提交
136 137

ifeq ($(PLATFORM), windows)
138
    FILES_java += sun/net/www/protocol/http/ntlm/NTLMAuthSequence.java 
D
duke 已提交
139
endif
A
alanb 已提交
140 141 142 143

ifeq ($(PLATFORM), solaris)
    FILES_java += sun/net/spi/SdpProvider.java
endif