FILES_java.gmk revision 1313
0N/A#
0N/A# Copyright 1996-2007 Sun Microsystems, Inc. All Rights Reserved.
0N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A#
0N/A# This code is free software; you can redistribute it and/or modify it
0N/A# under the terms of the GNU General Public License version 2 only, as
0N/A# published by the Free Software Foundation. Sun designates this
0N/A# particular file as subject to the "Classpath" exception as provided
0N/A# by Sun in the LICENSE file that accompanied this code.
0N/A#
0N/A# This code is distributed in the hope that it will be useful, but WITHOUT
0N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/A# version 2 for more details (a copy is included in the LICENSE file that
0N/A# accompanied this code).
0N/A#
0N/A# You should have received a copy of the GNU General Public License version
0N/A# 2 along with this work; if not, write to the Free Software Foundation,
0N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A#
0N/A# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
0N/A# CA 95054 USA or visit www.sun.com if you need additional information or
0N/A# have any questions.
0N/A#
0N/A
0N/AFILES_java = \
0N/A sun/net/InetAddressCachePolicy.java \
0N/A sun/net/URLCanonicalizer.java \
0N/A sun/net/NetworkClient.java \
0N/A sun/net/NetworkServer.java \
0N/A sun/net/ProgressMonitor.java \
0N/A sun/net/ProgressSource.java \
0N/A sun/net/ProgressEvent.java \
0N/A sun/net/ProgressListener.java \
0N/A sun/net/ProgressMeteringPolicy.java \
0N/A sun/net/TelnetInputStream.java \
0N/A sun/net/TelnetOutputStream.java \
0N/A sun/net/TelnetProtocolException.java \
0N/A sun/net/TransferProtocolClient.java \
0N/A sun/net/ConnectionResetException.java \
0N/A sun/net/NetProperties.java \
1040N/A sun/net/NetHooks.java \
0N/A sun/net/util/IPAddressUtil.java \
0N/A sun/net/dns/ResolverConfiguration.java \
0N/A sun/net/dns/ResolverConfigurationImpl.java \
0N/A sun/net/ftp/FtpClient.java \
0N/A sun/net/ftp/FtpLoginException.java \
0N/A sun/net/ftp/FtpProtocolException.java \
0N/A sun/net/spi/DefaultProxySelector.java \
0N/A sun/net/spi/nameservice/NameServiceDescriptor.java \
0N/A sun/net/spi/nameservice/NameService.java \
0N/A sun/net/smtp/SmtpClient.java \
0N/A sun/net/smtp/SmtpProtocolException.java \
0N/A sun/net/www/content/text/Generic.java \
0N/A sun/net/www/content/text/plain.java \
0N/A sun/net/www/content/text/PlainTextInputStream.java \
0N/A sun/net/www/MessageHeader.java \
0N/A sun/net/www/HeaderParser.java \
0N/A sun/net/www/MeteredStream.java \
0N/A sun/net/www/MimeEntry.java \
0N/A sun/net/www/MimeLauncher.java \
0N/A sun/net/www/ApplicationLaunchException.java \
0N/A sun/net/www/MimeTable.java \
0N/A sun/net/www/URLConnection.java \
0N/A sun/net/www/ParseUtil.java \
0N/A sun/net/www/protocol/file/Handler.java \
0N/A sun/net/www/protocol/file/FileURLConnection.java \
0N/A sun/net/www/http/HttpClient.java \
1313N/A sun/net/www/http/HttpCapture.java \
1313N/A sun/net/www/http/HttpCaptureInputStream.java \
1313N/A sun/net/www/http/HttpCaptureOutputStream.java \
0N/A sun/net/www/http/PosterOutputStream.java \
0N/A sun/net/www/http/ChunkedInputStream.java \
0N/A sun/net/www/http/ChunkedOutputStream.java \
0N/A sun/net/www/http/KeepAliveCache.java \
0N/A sun/net/www/http/KeepAliveStream.java \
0N/A sun/net/www/http/KeepAliveStreamCleaner.java \
0N/A sun/net/www/http/Hurryable.java \
0N/A sun/net/www/protocol/http/Handler.java \
0N/A sun/net/www/protocol/http/HttpURLConnection.java \
1313N/A sun/net/www/protocol/http/HttpLogFormatter.java \
0N/A sun/net/www/protocol/http/HttpAuthenticator.java \
0N/A sun/net/www/protocol/http/AuthenticationHeader.java \
0N/A sun/net/www/protocol/http/AuthenticationInfo.java \
0N/A sun/net/www/protocol/http/AuthCache.java \
0N/A sun/net/www/protocol/http/AuthCacheImpl.java \
0N/A sun/net/www/protocol/http/AuthCacheValue.java \
0N/A sun/net/www/protocol/http/BasicAuthentication.java \
0N/A sun/net/www/protocol/http/DigestAuthentication.java \
0N/A sun/net/www/protocol/http/NTLMAuthentication.java \
0N/A sun/net/www/protocol/http/NegotiateAuthentication.java \
0N/A sun/net/www/protocol/http/NegotiatorImpl.java \
0N/A sun/net/www/protocol/http/NegotiateCallbackHandler.java \
0N/A sun/net/www/protocol/https/AbstractDelegateHttpsURLConnection.java \
0N/A sun/net/www/protocol/https/HttpsClient.java \
0N/A sun/net/www/protocol/https/DefaultHostnameVerifier.java \
0N/A sun/net/www/protocol/https/HttpsURLConnectionImpl.java \
0N/A sun/net/www/protocol/https/DelegateHttpsURLConnection.java \
0N/A sun/net/www/protocol/https/Handler.java \
0N/A sun/net/www/protocol/jar/Handler.java \
0N/A sun/net/www/protocol/jar/URLJarFile.java \
0N/A sun/net/www/protocol/jar/JarFileFactory.java \
0N/A sun/net/www/protocol/jar/JarURLConnection.java \
0N/A sun/net/www/protocol/netdoc/Handler.java \
0N/A sun/net/www/content/image/gif.java \
0N/A sun/net/www/content/image/jpeg.java \
0N/A sun/net/www/content/image/x_xbitmap.java \
0N/A sun/net/www/content/image/x_xpixmap.java \
0N/A sun/net/www/content/image/png.java \
0N/A sun/net/www/content/audio/aiff.java \
0N/A sun/net/www/content/audio/basic.java \
0N/A sun/net/www/content/audio/wav.java \
0N/A sun/net/www/content/audio/x_aiff.java \
0N/A sun/net/www/content/audio/x_wav.java \
0N/A sun/net/www/protocol/ftp/Handler.java \
0N/A sun/net/www/protocol/ftp/FtpURLConnection.java \
0N/A sun/net/www/protocol/gopher/GopherClient.java \
0N/A sun/net/www/protocol/gopher/Handler.java \
0N/A sun/net/www/protocol/mailto/Handler.java \
0N/A sun/net/www/protocol/mailto/MailToURLConnection.java \
0N/A sun/net/idn/Punycode.java \
0N/A sun/net/idn/UCharacterEnums.java \
0N/A sun/net/idn/UCharacterDirection.java \
0N/A sun/net/idn/StringPrepDataReader.java \
0N/A sun/net/idn/StringPrep.java \
0N/A sun/net/www/protocol/http/InMemoryCookieStore.java
0N/A
0N/Aifeq ($(PLATFORM), windows)
0N/A FILES_java += sun/net/www/protocol/http/NTLMAuthSequence.java
0N/Aendif
1040N/A
1040N/Aifeq ($(PLATFORM), solaris)
1040N/A FILES_java += sun/net/spi/SdpProvider.java
1040N/Aendif