make/common/NON_CORE_PKGS.gmk
author ksrini
Thu, 12 Nov 2015 13:26:07 -0800
changeset 35367 48968f91bab4
parent 34866 25b5e804164d
child 35369 a68e46d94261
permissions -rw-r--r--
8035473: [javadoc] Revamp the existing Doclet APIs 8146529: Update the new Doclet API 8146427: "-nohelp" option issue 8146475: "-helpfile" option issue Reviewed-by: alanb, bpatel, ihse, jjg, jlahoda, mchung, ogb, vromero
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
     1
#
29851
81a61a04e2fe 8076182: Open Source Java Access Bridge - Create Patch for JEP C127 8055831
ptbrunet
parents: 27596
diff changeset
     2
# Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved.
13697
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
#
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    27
# This file contains the package names of all the "non-core"
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    28
# API published in the Java 2 SDK documentation. "Non-core" means
13697
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
#
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    31
# These environment variables are used by javadoc in
13697
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
25045
7b8a6a85baa4 8044063: Remove com.sun.java.browser.* from jdk repo
mchung
parents: 23836
diff changeset
    36
DOMAPI_PKGS = org.w3c.dom \
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    37
    org.w3c.dom.bootstrap \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    38
    org.w3c.dom.ls \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    39
    org.w3c.dom.ranges \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    40
    org.w3c.dom.traversal \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    41
    org.w3c.dom.html \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    42
    org.w3c.dom.stylesheets \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    43
    org.w3c.dom.css \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    44
    org.w3c.dom.events \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    45
    org.w3c.dom.views
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    46
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    47
JDI_PKGS = com.sun.jdi \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    48
    com.sun.jdi.event \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    49
    com.sun.jdi.request \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    50
    com.sun.jdi.connect \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    51
    com.sun.jdi.connect.spi
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    52
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    53
MGMT_PKGS = com.sun.management
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    54
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    55
JAAS_PKGS = com.sun.security.auth \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    56
    com.sun.security.auth.callback \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    57
    com.sun.security.auth.login \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    58
    com.sun.security.auth.module
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    59
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    60
JGSS_PKGS = com.sun.security.jgss
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    61
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    62
OLD_JSSE_PKGS = com.sun.net.ssl
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    63
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    64
HTTPSERVER_PKGS = com.sun.net.httpserver \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    65
    com.sun.net.httpserver.spi
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    66
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    67
NIO_PKGS = com.sun.nio.file
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    68
35367
48968f91bab4 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 34866
diff changeset
    69
OLD_DOCLETAPI_PKGS = com.sun.javadoc
48968f91bab4 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 34866
diff changeset
    70
48968f91bab4 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 34866
diff changeset
    71
DOCLETAPI_PKGS = jdk.javadoc.doclet \
48968f91bab4 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 34866
diff changeset
    72
    jdk.javadoc.doclet.taglet
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    73
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    74
TAGLETAPI_FILE = com/sun/tools/doclets/Taglet.java
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    75
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    76
TAGLETAPI_PKGS = com.sun.tools.doclets
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    77
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    78
ATTACH_PKGS = com.sun.tools.attach \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    79
    com.sun.tools.attach.spi
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    80
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    81
JCONSOLE_PKGS = com.sun.tools.jconsole
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    82
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    83
TREEAPI_PKGS = com.sun.source.doctree \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    84
    com.sun.source.tree \
34866
25b5e804164d 8049422: Remove @jdk.Exported
alanb
parents: 30416
diff changeset
    85
    com.sun.source.util
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    86
30416
6216eb71e929 8079900: javadoc is missing for jdk.nashorn.api.tree package
sundar
parents: 29851
diff changeset
    87
NASHORNAPI_PKGS = jdk.nashorn.api.scripting \
6216eb71e929 8079900: javadoc is missing for jdk.nashorn.api.tree package
sundar
parents: 29851
diff changeset
    88
    jdk.nashorn.api.tree
27596
da40665398a4 8066146: jdk.nashorn.api.scripting package javadoc should be included in jdk docs
sundar
parents: 27140
diff changeset
    89
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    90
SMARTCARDIO_PKGS = javax.smartcardio
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    91
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    92
SCTPAPI_PKGS = com.sun.nio.sctp
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    93
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    94
ifeq ($(PLATFORM), macosx)
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    95
  APPLE_EXT_PKGS = com.apple.concurrent \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    96
      com.apple.eawt \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    97
      com.apple.eawt.event \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    98
      com.apple.eio
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    99
endif
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   100
23836
a199f7dbfbc6 8036979: Support java.net.SocketOption<> in java.net socket types
michaelm
parents: 21759
diff changeset
   101
JDK_PKGS = jdk \
27140
afcbbfccf839 8044473: Allow for extended set of platform MXBeans
bchristi
parents: 25045
diff changeset
   102
      jdk.net \
afcbbfccf839 8044473: Allow for extended set of platform MXBeans
bchristi
parents: 25045
diff changeset
   103
      jdk.management.cmm
15899
015024b0e0e7 8008435: Fix new build to include jdk.Supported in ct.sym
darcy
parents: 14877
diff changeset
   104
29851
81a61a04e2fe 8076182: Open Source Java Access Bridge - Create Patch for JEP C127 8055831
ptbrunet
parents: 27596
diff changeset
   105
JACCESSAPI_PKGS = com.sun.java.accessibility.util
81a61a04e2fe 8076182: Open Source Java Access Bridge - Create Patch for JEP C127 8055831
ptbrunet
parents: 27596
diff changeset
   106
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   107
# non-core packages in rt.jar
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   108
NON_CORE_PKGS = $(DOMAPI_PKGS) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   109
    $(MGMT_PKGS) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   110
    $(JAAS_PKGS) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   111
    $(JGSS_PKGS) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   112
    $(NIO_PKGS) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   113
    $(OLD_JSSE_PKGS) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   114
    $(HTTPSERVER_PKGS) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   115
    $(SMARTCARDIO_PKGS) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   116
    $(SCTPAPI_PKGS) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   117
    $(APPLE_EXT_PKGS) \
29851
81a61a04e2fe 8076182: Open Source Java Access Bridge - Create Patch for JEP C127 8055831
ptbrunet
parents: 27596
diff changeset
   118
    $(JDK_PKGS) \
81a61a04e2fe 8076182: Open Source Java Access Bridge - Create Patch for JEP C127 8055831
ptbrunet
parents: 27596
diff changeset
   119
    $(JACCESSAPI_PKGS)