common/makefiles/javadoc/NON_CORE_PKGS.gmk
author ihse
Thu, 10 Oct 2013 14:58:19 +0200
changeset 20363 fa7663fc5d50
parent 15899 015024b0e0e7
permissions -rw-r--r--
8001931: The new build system whitespace cleanup Reviewed-by: tbell, simonis, erikj
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
#
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
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    36
DOMAPI_PKGS = com.sun.java.browser.dom \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    37
    org.w3c.dom \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    38
    org.w3c.dom.bootstrap \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    39
    org.w3c.dom.ls \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    40
    org.w3c.dom.ranges \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    41
    org.w3c.dom.traversal \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    42
    org.w3c.dom.html \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    43
    org.w3c.dom.stylesheets \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    44
    org.w3c.dom.css \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    45
    org.w3c.dom.events \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    46
    org.w3c.dom.views
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    47
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    48
JDI_PKGS = com.sun.jdi \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    49
    com.sun.jdi.event \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    50
    com.sun.jdi.request \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    51
    com.sun.jdi.connect \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    52
    com.sun.jdi.connect.spi
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    53
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    54
MGMT_PKGS = com.sun.management
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    55
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    56
JAAS_PKGS = com.sun.security.auth \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    57
    com.sun.security.auth.callback \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    58
    com.sun.security.auth.login \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    59
    com.sun.security.auth.module
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    60
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    61
JGSS_PKGS = com.sun.security.jgss
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    62
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    63
OLD_JSSE_PKGS = com.sun.net.ssl
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    64
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    65
HTTPSERVER_PKGS = com.sun.net.httpserver \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    66
    com.sun.net.httpserver.spi
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    67
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    68
NIO_PKGS = com.sun.nio.file
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    69
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    70
DOCLETAPI_PKGS = com.sun.javadoc
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    71
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    72
TAGLETAPI_FILE = com/sun/tools/doclets/Taglet.java
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_PKGS = com.sun.tools.doclets
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
ATTACH_PKGS = com.sun.tools.attach \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    77
    com.sun.tools.attach.spi
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
JCONSOLE_PKGS = com.sun.tools.jconsole
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
TREEAPI_PKGS = com.sun.source.doctree \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    82
    com.sun.source.tree \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    83
    com.sun.source.util \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    84
    jdk
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    85
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    86
SMARTCARDIO_PKGS = javax.smartcardio
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    87
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    88
SCTPAPI_PKGS = com.sun.nio.sctp
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    89
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    90
ifeq ($(PLATFORM), macosx)
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    91
  APPLE_EXT_PKGS = com.apple.concurrent \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    92
      com.apple.eawt \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    93
      com.apple.eawt.event \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    94
      com.apple.eio
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    95
endif
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    96
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
    97
JDK_PKGS = jdk
15899
015024b0e0e7 8008435: Fix new build to include jdk.Supported in ct.sym
darcy
parents: 14877
diff changeset
    98
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    99
# non-core packages in rt.jar
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   100
NON_CORE_PKGS = $(DOMAPI_PKGS) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   101
    $(MGMT_PKGS) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   102
    $(JAAS_PKGS) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   103
    $(JGSS_PKGS) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   104
    $(NIO_PKGS) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   105
    $(OLD_JSSE_PKGS) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   106
    $(HTTPSERVER_PKGS) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   107
    $(SMARTCARDIO_PKGS) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   108
    $(SCTPAPI_PKGS) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   109
    $(APPLE_EXT_PKGS) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 15899
diff changeset
   110
    $(JDK_PKGS)