jdk/make/docs/NON_CORE_PKGS.gmk
author ohair
Wed, 06 Apr 2011 22:06:11 -0700
changeset 9035 1255eb81cc2f
parent 8551 0806d3de30ab
child 9530 4831002b22e0
permissions -rw-r--r--
7033660: Update copyright year to 2011 on any files changed in 2011 Reviewed-by: dholmes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
9035
1255eb81cc2f 7033660: Update copyright year to 2011 on any files changed in 2011
ohair
parents: 8551
diff changeset
     2
# Copyright (c) 2002, 2011, Oracle and/or its affiliates. All rights reserved.
2
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
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2542
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2542
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
2
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
#
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2542
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2542
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2542
diff changeset
    23
# questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
# This file contains the package names of all the "non-core" 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
# API published in the Java 2 SDK documentation.  "Non-core" means
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
# it includes all published API outside of the JDK API specification.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
# These environment variables are used by javadoc in 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
# make/docs/Makefile and are referenced by the localization
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
# team when determining which APIs to extract javadoc
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
# comments from.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
DOMAPI_PKGS      = com.sun.java.browser.dom   \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
                   org.w3c.dom                \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
                   org.w3c.dom.bootstrap      \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
                   org.w3c.dom.ls             \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
                   org.w3c.dom.ranges         \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
                   org.w3c.dom.traversal      \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
                   org.w3c.dom.html           \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
                   org.w3c.dom.stylesheets    \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
                   org.w3c.dom.css            \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
                   org.w3c.dom.events         \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
                   org.w3c.dom.views
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
JDI_PKGS         = com.sun.jdi                \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
                   com.sun.jdi.event          \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
                   com.sun.jdi.request        \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
                   com.sun.jdi.connect        \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
                   com.sun.jdi.connect.spi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
MGMT_PKGS        = com.sun.management
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
JAAS_PKGS        = com.sun.security.auth          \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
                   com.sun.security.auth.callback \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
                   com.sun.security.auth.login    \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
                   com.sun.security.auth.module
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
JGSS_PKGS        = com.sun.security.jgss
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
OLD_JSSE_PKGS    = com.sun.net.ssl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
HTTPSERVER_PKGS  = com.sun.net.httpserver       \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
                   com.sun.net.httpserver.spi 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
2057
3acf8e5e2ca0 6781363: New I/O: Update socket-channel API to jsr203/nio2-b99
alanb
parents: 715
diff changeset
    68
NIO_PKGS         = com.sun.nio.file
3acf8e5e2ca0 6781363: New I/O: Update socket-channel API to jsr203/nio2-b99
alanb
parents: 715
diff changeset
    69
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
DOCLETAPI_PKGS   = com.sun.javadoc
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
TAGLETAPI_FILE   = com/sun/tools/doclets/Taglet.java
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
MIRROR_PKGS      = com.sun.mirror.apt           \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
                   com.sun.mirror.declaration   \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
                   com.sun.mirror.type          \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
                   com.sun.mirror.util
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
ATTACH_PKGS      = com.sun.tools.attach         \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
                   com.sun.tools.attach.spi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
JCONSOLE_PKGS    = com.sun.tools.jconsole
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
TREEAPI_PKGS 	 = com.sun.source.tree \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
		   com.sun.source.util
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
SMARTCARDIO_PKGS = javax.smartcardio
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
2542
d859108aea12 4927640: Implementation of the sctp protocol
chegar
parents: 2057
diff changeset
    89
SCTPAPI_PKGS     = com.sun.nio.sctp
d859108aea12 4927640: Implementation of the sctp protocol
chegar
parents: 2057
diff changeset
    90
406
bde3a21bcab0 6690122: Provide a mechanism for specifying Java-level USDT-like dtrace probes
kamg
parents: 2
diff changeset
    91
TRACING_PKGS     = com.sun.tracing         \
bde3a21bcab0 6690122: Provide a mechanism for specifying Java-level USDT-like dtrace probes
kamg
parents: 2
diff changeset
    92
                   com.sun.tracing.dtrace
bde3a21bcab0 6690122: Provide a mechanism for specifying Java-level USDT-like dtrace probes
kamg
parents: 2
diff changeset
    93
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
# non-core packages in rt.jar
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
NON_CORE_PKGS    = $(DOMAPI_PKGS) \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
                   $(MGMT_PKGS) \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
                   $(JAAS_PKGS) \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
                   $(JGSS_PKGS) \
2057
3acf8e5e2ca0 6781363: New I/O: Update socket-channel API to jsr203/nio2-b99
alanb
parents: 715
diff changeset
    99
                   $(NIO_PKGS) \
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
                   $(OLD_JSSE_PKGS) \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
                   $(HTTPSERVER_PKGS) \
406
bde3a21bcab0 6690122: Provide a mechanism for specifying Java-level USDT-like dtrace probes
kamg
parents: 2
diff changeset
   102
                   $(SMARTCARDIO_PKGS) \
2542
d859108aea12 4927640: Implementation of the sctp protocol
chegar
parents: 2057
diff changeset
   103
                   $(TRACING_PKGS) \
8551
0806d3de30ab 7021939: com.oracle.net is not a NON_CORE_PKGS
mchung
parents: 7668
diff changeset
   104
                   $(SCTPAPI_PKGS)
2542
d859108aea12 4927640: Implementation of the sctp protocol
chegar
parents: 2057
diff changeset
   105