common/makefiles/javadoc/NON_CORE_PKGS.gmk
author ohair
Tue, 18 Sep 2012 11:29:16 -0700
changeset 13697 5262b00bc10c
child 14877 b5efd4d8bebf
permissions -rw-r--r--
7197849: Update new build-infra makefiles Reviewed-by: ihse, erikj, ohrstrom, tbell
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
     1
#
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
     2
# Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reserved.
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
     4
#
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    10
#
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    15
# accompanied this code).
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    16
#
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    20
#
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    23
# questions.
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    24
#
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    25
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    26
#
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    27
# This file contains the package names of all the "non-core" 
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    28
# API published in the Java 2 SDK documentation.  "Non-core" means
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    29
# it includes all published API outside of the JDK API specification.
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    30
#
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    31
# These environment variables are used by javadoc in 
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    32
# make/docs/Makefile and are referenced by the localization
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    33
# team when determining which APIs to extract javadoc
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    34
# comments from.
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    35
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    36
DOMAPI_PKGS      = com.sun.java.browser.dom   \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    37
                   org.w3c.dom                \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    38
                   org.w3c.dom.bootstrap      \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    39
                   org.w3c.dom.ls             \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    40
                   org.w3c.dom.ranges         \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    41
                   org.w3c.dom.traversal      \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    42
                   org.w3c.dom.html           \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    43
                   org.w3c.dom.stylesheets    \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    44
                   org.w3c.dom.css            \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    45
                   org.w3c.dom.events         \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    46
                   org.w3c.dom.views
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    47
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    48
JDI_PKGS         = com.sun.jdi                \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    49
                   com.sun.jdi.event          \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    50
                   com.sun.jdi.request        \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    51
                   com.sun.jdi.connect        \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    52
                   com.sun.jdi.connect.spi
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    53
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    54
MGMT_PKGS        = com.sun.management
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    55
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    56
JAAS_PKGS        = com.sun.security.auth          \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    57
                   com.sun.security.auth.callback \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    58
                   com.sun.security.auth.login    \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    59
                   com.sun.security.auth.module
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    60
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    61
JGSS_PKGS        = com.sun.security.jgss
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    62
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    63
OLD_JSSE_PKGS    = com.sun.net.ssl
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    64
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    65
HTTPSERVER_PKGS  = com.sun.net.httpserver       \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    66
                   com.sun.net.httpserver.spi 
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    67
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    68
NIO_PKGS         = com.sun.nio.file
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    69
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    70
DOCLETAPI_PKGS   = com.sun.javadoc
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    71
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    72
TAGLETAPI_FILE   = com/sun/tools/doclets/Taglet.java
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    73
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    74
TAGLETAPI_PKGS   = com.sun.tools.doclets
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    75
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    76
ATTACH_PKGS      = com.sun.tools.attach         \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    77
                   com.sun.tools.attach.spi
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    78
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    79
JCONSOLE_PKGS    = com.sun.tools.jconsole
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    80
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    81
TREEAPI_PKGS 	 = com.sun.source.tree \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    82
		   com.sun.source.util
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    83
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    84
SMARTCARDIO_PKGS = javax.smartcardio
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    85
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    86
SCTPAPI_PKGS     = com.sun.nio.sctp
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    87
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    88
ifeq ($(PLATFORM), macosx)
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    89
APPLE_EXT_PKGS   = com.apple.concurrent   \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    90
                   com.apple.eawt         \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    91
                   com.apple.eawt.event   \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    92
                   com.apple.eio
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    93
endif
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    94
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    95
# non-core packages in rt.jar
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    96
NON_CORE_PKGS    = $(DOMAPI_PKGS) \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    97
                   $(MGMT_PKGS) \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    98
                   $(JAAS_PKGS) \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    99
                   $(JGSS_PKGS) \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   100
                   $(NIO_PKGS) \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   101
                   $(OLD_JSSE_PKGS) \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   102
                   $(HTTPSERVER_PKGS) \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   103
                   $(SMARTCARDIO_PKGS) \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   104
                   $(SCTPAPI_PKGS) \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   105
                   $(APPLE_EXT_PKGS)
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   106