common/makefiles/javadoc/NON_CORE_PKGS.gmk
changeset 20363 fa7663fc5d50
parent 15899 015024b0e0e7
equal deleted inserted replaced
20362:5f8289bfda3e 20363:fa7663fc5d50
    22 # or visit www.oracle.com if you need additional information or have any
    22 # or visit www.oracle.com if you need additional information or have any
    23 # questions.
    23 # questions.
    24 #
    24 #
    25 
    25 
    26 #
    26 #
    27 # This file contains the package names of all the "non-core" 
    27 # This file contains the package names of all the "non-core"
    28 # API published in the Java 2 SDK documentation.  "Non-core" means
    28 # API published in the Java 2 SDK documentation. "Non-core" means
    29 # it includes all published API outside of the JDK API specification.
    29 # it includes all published API outside of the JDK API specification.
    30 #
    30 #
    31 # These environment variables are used by javadoc in 
    31 # These environment variables are used by javadoc in
    32 # make/docs/Makefile and are referenced by the localization
    32 # make/docs/Makefile and are referenced by the localization
    33 # team when determining which APIs to extract javadoc
    33 # team when determining which APIs to extract javadoc
    34 # comments from.
    34 # comments from.
    35 
    35 
    36 DOMAPI_PKGS      = com.sun.java.browser.dom   \
    36 DOMAPI_PKGS = com.sun.java.browser.dom \
    37                    org.w3c.dom                \
    37     org.w3c.dom \
    38                    org.w3c.dom.bootstrap      \
    38     org.w3c.dom.bootstrap \
    39                    org.w3c.dom.ls             \
    39     org.w3c.dom.ls \
    40                    org.w3c.dom.ranges         \
    40     org.w3c.dom.ranges \
    41                    org.w3c.dom.traversal      \
    41     org.w3c.dom.traversal \
    42                    org.w3c.dom.html           \
    42     org.w3c.dom.html \
    43                    org.w3c.dom.stylesheets    \
    43     org.w3c.dom.stylesheets \
    44                    org.w3c.dom.css            \
    44     org.w3c.dom.css \
    45                    org.w3c.dom.events         \
    45     org.w3c.dom.events \
    46                    org.w3c.dom.views
    46     org.w3c.dom.views
    47 
    47 
    48 JDI_PKGS         = com.sun.jdi                \
    48 JDI_PKGS = com.sun.jdi \
    49                    com.sun.jdi.event          \
    49     com.sun.jdi.event \
    50                    com.sun.jdi.request        \
    50     com.sun.jdi.request \
    51                    com.sun.jdi.connect        \
    51     com.sun.jdi.connect \
    52                    com.sun.jdi.connect.spi
    52     com.sun.jdi.connect.spi
    53 
    53 
    54 MGMT_PKGS        = com.sun.management
    54 MGMT_PKGS = com.sun.management
    55 
    55 
    56 JAAS_PKGS        = com.sun.security.auth          \
    56 JAAS_PKGS = com.sun.security.auth \
    57                    com.sun.security.auth.callback \
    57     com.sun.security.auth.callback \
    58                    com.sun.security.auth.login    \
    58     com.sun.security.auth.login \
    59                    com.sun.security.auth.module
    59     com.sun.security.auth.module
    60 
    60 
    61 JGSS_PKGS        = com.sun.security.jgss
    61 JGSS_PKGS = com.sun.security.jgss
    62 
    62 
    63 OLD_JSSE_PKGS    = com.sun.net.ssl
    63 OLD_JSSE_PKGS = com.sun.net.ssl
    64 
    64 
    65 HTTPSERVER_PKGS  = com.sun.net.httpserver       \
    65 HTTPSERVER_PKGS = com.sun.net.httpserver \
    66                    com.sun.net.httpserver.spi 
    66     com.sun.net.httpserver.spi
    67 
    67 
    68 NIO_PKGS         = com.sun.nio.file
    68 NIO_PKGS = com.sun.nio.file
    69 
    69 
    70 DOCLETAPI_PKGS   = com.sun.javadoc
    70 DOCLETAPI_PKGS = com.sun.javadoc
    71 
    71 
    72 TAGLETAPI_FILE   = com/sun/tools/doclets/Taglet.java
    72 TAGLETAPI_FILE = com/sun/tools/doclets/Taglet.java
    73 
    73 
    74 TAGLETAPI_PKGS   = com.sun.tools.doclets
    74 TAGLETAPI_PKGS = com.sun.tools.doclets
    75 
    75 
    76 ATTACH_PKGS      = com.sun.tools.attach         \
    76 ATTACH_PKGS = com.sun.tools.attach \
    77                    com.sun.tools.attach.spi
    77     com.sun.tools.attach.spi
    78 
    78 
    79 JCONSOLE_PKGS    = com.sun.tools.jconsole
    79 JCONSOLE_PKGS = com.sun.tools.jconsole
    80 
    80 
    81 TREEAPI_PKGS 	 = com.sun.source.doctree \
    81 TREEAPI_PKGS = com.sun.source.doctree \
    82 		   com.sun.source.tree \
    82     com.sun.source.tree \
    83 		   com.sun.source.util \
    83     com.sun.source.util \
    84 		   jdk
    84     jdk
    85 
    85 
    86 SMARTCARDIO_PKGS = javax.smartcardio
    86 SMARTCARDIO_PKGS = javax.smartcardio
    87 
    87 
    88 SCTPAPI_PKGS     = com.sun.nio.sctp
    88 SCTPAPI_PKGS = com.sun.nio.sctp
    89 
    89 
    90 ifeq ($(PLATFORM), macosx)
    90 ifeq ($(PLATFORM), macosx)
    91 APPLE_EXT_PKGS   = com.apple.concurrent   \
    91   APPLE_EXT_PKGS = com.apple.concurrent \
    92                    com.apple.eawt         \
    92       com.apple.eawt \
    93                    com.apple.eawt.event   \
    93       com.apple.eawt.event \
    94                    com.apple.eio
    94       com.apple.eio
    95 endif
    95 endif
    96 
    96 
    97 JDK_PKGS     = jdk
    97 JDK_PKGS = jdk
    98 
    98 
    99 # non-core packages in rt.jar
    99 # non-core packages in rt.jar
   100 NON_CORE_PKGS    = $(DOMAPI_PKGS) \
   100 NON_CORE_PKGS = $(DOMAPI_PKGS) \
   101                    $(MGMT_PKGS) \
   101     $(MGMT_PKGS) \
   102                    $(JAAS_PKGS) \
   102     $(JAAS_PKGS) \
   103                    $(JGSS_PKGS) \
   103     $(JGSS_PKGS) \
   104                    $(NIO_PKGS) \
   104     $(NIO_PKGS) \
   105                    $(OLD_JSSE_PKGS) \
   105     $(OLD_JSSE_PKGS) \
   106                    $(HTTPSERVER_PKGS) \
   106     $(HTTPSERVER_PKGS) \
   107                    $(SMARTCARDIO_PKGS) \
   107     $(SMARTCARDIO_PKGS) \
   108                    $(SCTPAPI_PKGS) \
   108     $(SCTPAPI_PKGS) \
   109                    $(APPLE_EXT_PKGS) \
   109     $(APPLE_EXT_PKGS) \
   110                    $(JDK_PKGS)
   110     $(JDK_PKGS)