make/common/NON_CORE_PKGS.gmk
author dtitov
Thu, 21 Jul 2016 12:26:07 -0700
changeset 39932 a0794ee00a5b
parent 39381 e323aa93ee46
child 41458 f285e333e8db
permissions -rw-r--r--
8156960: Deprecate JSObject.getWindow(Applet) method Reviewed-by: mchung, kcr, smarks, erikj, alexsch
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 \
39113
6fd54814d221 8154399: Need replacement for jdk.javadoc/com.sun.tools.doclets.standard.Standard
jjg
parents: 36792
diff changeset
    72
    jdk.javadoc.doclet.taglet \
6fd54814d221 8154399: Need replacement for jdk.javadoc/com.sun.tools.doclets.standard.Standard
jjg
parents: 36792
diff changeset
    73
    jdk.javadoc.doclets
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    74
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    75
TAGLETAPI_FILE = com/sun/tools/doclets/Taglet.java
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    76
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    77
TAGLETAPI_PKGS = com.sun.tools.doclets
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    78
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    79
ATTACH_PKGS = com.sun.tools.attach \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    80
    com.sun.tools.attach.spi
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    81
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    82
JCONSOLE_PKGS = com.sun.tools.jconsole
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    83
39381
e323aa93ee46 8160009: JShell: Add SPI and execution to generated JShell javadoc (root ws)
rfield
parents: 39113
diff changeset
    84
JSHELLAPI_PKGS = jdk.jshell \
e323aa93ee46 8160009: JShell: Add SPI and execution to generated JShell javadoc (root ws)
rfield
parents: 39113
diff changeset
    85
    jdk.jshell.spi \
e323aa93ee46 8160009: JShell: Add SPI and execution to generated JShell javadoc (root ws)
rfield
parents: 39113
diff changeset
    86
    jdk.jshell.execution
36792
09d2e1165981 8153243: make docs should generate JShell API docs
jlahoda
parents: 36284
diff changeset
    87
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    88
TREEAPI_PKGS = com.sun.source.doctree \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    89
    com.sun.source.tree \
34866
25b5e804164d 8049422: Remove @jdk.Exported
alanb
parents: 30416
diff changeset
    90
    com.sun.source.util
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    91
30416
6216eb71e929 8079900: javadoc is missing for jdk.nashorn.api.tree package
sundar
parents: 29851
diff changeset
    92
NASHORNAPI_PKGS = jdk.nashorn.api.scripting \
6216eb71e929 8079900: javadoc is missing for jdk.nashorn.api.tree package
sundar
parents: 29851
diff changeset
    93
    jdk.nashorn.api.tree
35369
a68e46d94261 8148617: top level make docs target does not generate javadocs for dynalink API
sundar
parents: 35367
diff changeset
    94
   
a68e46d94261 8148617: top level make docs target does not generate javadocs for dynalink API
sundar
parents: 35367
diff changeset
    95
DYNALINKAPI_PKGS = jdk.dynalink \
a68e46d94261 8148617: top level make docs target does not generate javadocs for dynalink API
sundar
parents: 35367
diff changeset
    96
    jdk.dynalink.beans \
a68e46d94261 8148617: top level make docs target does not generate javadocs for dynalink API
sundar
parents: 35367
diff changeset
    97
    jdk.dynalink.linker \
a68e46d94261 8148617: top level make docs target does not generate javadocs for dynalink API
sundar
parents: 35367
diff changeset
    98
    jdk.dynalink.linker.support \
a68e46d94261 8148617: top level make docs target does not generate javadocs for dynalink API
sundar
parents: 35367
diff changeset
    99
    jdk.dynalink.support
27596
da40665398a4 8066146: jdk.nashorn.api.scripting package javadoc should be included in jdk docs
sundar
parents: 27140
diff changeset
   100
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   101
SMARTCARDIO_PKGS = javax.smartcardio
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   102
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   103
SCTPAPI_PKGS = com.sun.nio.sctp
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   104
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   105
ifeq ($(PLATFORM), macosx)
36284
c59cc3dd4690 8148187: Remove OS X-specific com.apple.concurrent package
bchristi
parents: 35369
diff changeset
   106
  APPLE_EXT_PKGS = com.apple.eawt \
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   107
      com.apple.eawt.event \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   108
      com.apple.eio
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   109
endif
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   110
23836
a199f7dbfbc6 8036979: Support java.net.SocketOption<> in java.net socket types
michaelm
parents: 21759
diff changeset
   111
JDK_PKGS = jdk \
27140
afcbbfccf839 8044473: Allow for extended set of platform MXBeans
bchristi
parents: 25045
diff changeset
   112
      jdk.net \
afcbbfccf839 8044473: Allow for extended set of platform MXBeans
bchristi
parents: 25045
diff changeset
   113
      jdk.management.cmm
15899
015024b0e0e7 8008435: Fix new build to include jdk.Supported in ct.sym
darcy
parents: 14877
diff changeset
   114
29851
81a61a04e2fe 8076182: Open Source Java Access Bridge - Create Patch for JEP C127 8055831
ptbrunet
parents: 27596
diff changeset
   115
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
   116
39932
a0794ee00a5b 8156960: Deprecate JSObject.getWindow(Applet) method
dtitov
parents: 39381
diff changeset
   117
JSOBJECT_PKGS = netscape.javascript
a0794ee00a5b 8156960: Deprecate JSObject.getWindow(Applet) method
dtitov
parents: 39381
diff changeset
   118
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   119
# non-core packages in rt.jar
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   120
NON_CORE_PKGS = $(DOMAPI_PKGS) \
39932
a0794ee00a5b 8156960: Deprecate JSObject.getWindow(Applet) method
dtitov
parents: 39381
diff changeset
   121
    $(JSOBJECT_PKGS) \
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   122
    $(MGMT_PKGS) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   123
    $(JAAS_PKGS) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   124
    $(JGSS_PKGS) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   125
    $(NIO_PKGS) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   126
    $(OLD_JSSE_PKGS) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   127
    $(HTTPSERVER_PKGS) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   128
    $(SMARTCARDIO_PKGS) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   129
    $(SCTPAPI_PKGS) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   130
    $(APPLE_EXT_PKGS) \
29851
81a61a04e2fe 8076182: Open Source Java Access Bridge - Create Patch for JEP C127 8055831
ptbrunet
parents: 27596
diff changeset
   131
    $(JDK_PKGS) \
81a61a04e2fe 8076182: Open Source Java Access Bridge - Create Patch for JEP C127 8055831
ptbrunet
parents: 27596
diff changeset
   132
    $(JACCESSAPI_PKGS)