jdk/make/sun/net/FILES_java.gmk
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 2 90ce3da70b43
child 2446 07047237e4d4
permissions -rw-r--r--
Initial load
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
# Copyright 1996-2007 Sun Microsystems, Inc.  All Rights Reserved.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
# published by the Free Software Foundation.  Sun designates this
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
# by Sun in the LICENSE file that accompanied this code.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
# accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
# CA 95054 USA or visit www.sun.com if you need additional information or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
# have any questions.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
FILES_java = \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
	sun/net/InetAddressCachePolicy.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
	sun/net/URLCanonicalizer.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
	sun/net/NetworkClient.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
	sun/net/NetworkServer.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
	sun/net/ProgressMonitor.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
	sun/net/ProgressSource.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
	sun/net/ProgressEvent.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
	sun/net/ProgressListener.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
	sun/net/ProgressMeteringPolicy.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
	sun/net/TelnetInputStream.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
	sun/net/TelnetOutputStream.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
	sun/net/TelnetProtocolException.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
	sun/net/TransferProtocolClient.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
	sun/net/ConnectionResetException.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
	sun/net/NetProperties.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
	sun/net/util/IPAddressUtil.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
	sun/net/dns/ResolverConfiguration.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
	sun/net/dns/ResolverConfigurationImpl.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
	sun/net/ftp/FtpClient.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
	sun/net/ftp/FtpLoginException.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
	sun/net/ftp/FtpProtocolException.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
	sun/net/spi/DefaultProxySelector.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
	sun/net/spi/nameservice/NameServiceDescriptor.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
	sun/net/spi/nameservice/NameService.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
	sun/net/smtp/SmtpClient.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
	sun/net/smtp/SmtpProtocolException.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
	sun/net/www/content/text/Generic.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
	sun/net/www/content/text/plain.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
	sun/net/www/content/text/PlainTextInputStream.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
	sun/net/www/MessageHeader.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
	sun/net/www/HeaderParser.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
	sun/net/www/MeteredStream.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
	sun/net/www/MimeEntry.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
	sun/net/www/MimeLauncher.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
	sun/net/www/ApplicationLaunchException.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
	sun/net/www/MimeTable.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
	sun/net/www/URLConnection.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
	sun/net/www/ParseUtil.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
	sun/net/www/protocol/file/Handler.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
	sun/net/www/protocol/file/FileURLConnection.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
	sun/net/www/http/HttpClient.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
	sun/net/www/http/PosterOutputStream.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
	sun/net/www/http/ChunkedInputStream.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
	sun/net/www/http/ChunkedOutputStream.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
	sun/net/www/http/KeepAliveCache.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
	sun/net/www/http/KeepAliveStream.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
	sun/net/www/http/KeepAliveStreamCleaner.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
	sun/net/www/http/Hurryable.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
	sun/net/www/protocol/http/Handler.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
	sun/net/www/protocol/http/HttpURLConnection.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
	sun/net/www/protocol/http/HttpAuthenticator.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
	sun/net/www/protocol/http/AuthenticationHeader.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
	sun/net/www/protocol/http/AuthenticationInfo.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
	sun/net/www/protocol/http/AuthCache.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
	sun/net/www/protocol/http/AuthCacheImpl.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
	sun/net/www/protocol/http/AuthCacheValue.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
	sun/net/www/protocol/http/BasicAuthentication.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
	sun/net/www/protocol/http/DigestAuthentication.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
	sun/net/www/protocol/http/NTLMAuthentication.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
	sun/net/www/protocol/http/NegotiateAuthentication.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
	sun/net/www/protocol/http/NegotiatorImpl.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
	sun/net/www/protocol/http/NegotiateCallbackHandler.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
	sun/net/www/protocol/https/AbstractDelegateHttpsURLConnection.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
	sun/net/www/protocol/https/HttpsClient.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
	sun/net/www/protocol/https/DefaultHostnameVerifier.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
	sun/net/www/protocol/https/HttpsURLConnectionImpl.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
	sun/net/www/protocol/https/DelegateHttpsURLConnection.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
	sun/net/www/protocol/https/Handler.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
	sun/net/www/protocol/jar/Handler.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
	sun/net/www/protocol/jar/URLJarFile.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
	sun/net/www/protocol/jar/JarFileFactory.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
	sun/net/www/protocol/jar/JarURLConnection.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
	sun/net/www/protocol/netdoc/Handler.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
	sun/net/www/content/image/gif.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
	sun/net/www/content/image/jpeg.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
	sun/net/www/content/image/x_xbitmap.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
	sun/net/www/content/image/x_xpixmap.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
	sun/net/www/content/image/png.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
	sun/net/www/content/audio/aiff.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
	sun/net/www/content/audio/basic.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
	sun/net/www/content/audio/wav.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
	sun/net/www/content/audio/x_aiff.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
	sun/net/www/content/audio/x_wav.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
	sun/net/www/protocol/ftp/Handler.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
	sun/net/www/protocol/ftp/FtpURLConnection.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
	sun/net/www/protocol/gopher/GopherClient.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
	sun/net/www/protocol/gopher/Handler.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
	sun/net/www/protocol/mailto/Handler.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
	sun/net/www/protocol/mailto/MailToURLConnection.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
	sun/net/idn/Punycode.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
	sun/net/idn/UCharacterEnums.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
	sun/net/idn/UCharacterDirection.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
	sun/net/idn/StringPrepDataReader.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
	sun/net/idn/StringPrep.java \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
	sun/net/www/protocol/http/InMemoryCookieStore.java
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
ifeq ($(PLATFORM), windows)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
    FILES_java += sun/net/www/protocol/http/NTLMAuthSequence.java 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
endif