jdk/make/docs/NON_CORE_PKGS.gmk
changeset 2057 3acf8e5e2ca0
parent 715 f16baef3a20e
child 2542 d859108aea12
equal deleted inserted replaced
2056:115e09b7a004 2057:3acf8e5e2ca0
     1 #
     1 #
     2 # Copyright 2002-2008 Sun Microsystems, Inc.  All Rights Reserved.
     2 # Copyright 2002-2009 Sun Microsystems, Inc.  All Rights Reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Sun designates this
     7 # published by the Free Software Foundation.  Sun designates this
    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
       
    69 
    68 DOCLETAPI_PKGS   = com.sun.javadoc
    70 DOCLETAPI_PKGS   = com.sun.javadoc
    69 
    71 
    70 TAGLETAPI_FILE   = com/sun/tools/doclets/Taglet.java
    72 TAGLETAPI_FILE   = com/sun/tools/doclets/Taglet.java
    71 
    73 
    72 MIRROR_PKGS      = com.sun.mirror.apt           \
    74 MIRROR_PKGS      = com.sun.mirror.apt           \
    90 # non-core packages in rt.jar
    92 # non-core packages in rt.jar
    91 NON_CORE_PKGS    = $(DOMAPI_PKGS) \
    93 NON_CORE_PKGS    = $(DOMAPI_PKGS) \
    92                    $(MGMT_PKGS) \
    94                    $(MGMT_PKGS) \
    93                    $(JAAS_PKGS) \
    95                    $(JAAS_PKGS) \
    94                    $(JGSS_PKGS) \
    96                    $(JGSS_PKGS) \
       
    97                    $(NIO_PKGS) \
    95                    $(OLD_JSSE_PKGS) \
    98                    $(OLD_JSSE_PKGS) \
    96                    $(HTTPSERVER_PKGS) \
    99                    $(HTTPSERVER_PKGS) \
    97                    $(SMARTCARDIO_PKGS) \
   100                    $(SMARTCARDIO_PKGS) \
    98                    $(TRACING_PKGS)
   101                    $(TRACING_PKGS)