make/docs/NON_CORE_PKGS.gmk

Print this page


   1 #
   2 # Copyright (c) 2002, 2011, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   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
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


  53 
  54 MGMT_PKGS        = com.sun.management
  55 
  56 JAAS_PKGS        = com.sun.security.auth          \
  57                    com.sun.security.auth.callback \
  58                    com.sun.security.auth.login    \
  59                    com.sun.security.auth.module
  60 
  61 JGSS_PKGS        = com.sun.security.jgss
  62 
  63 OLD_JSSE_PKGS    = com.sun.net.ssl
  64 
  65 HTTPSERVER_PKGS  = com.sun.net.httpserver       \
  66                    com.sun.net.httpserver.spi 
  67 
  68 NIO_PKGS         = com.sun.nio.file
  69 
  70 DOCLETAPI_PKGS   = com.sun.javadoc
  71 
  72 TAGLETAPI_FILE   = com/sun/tools/doclets/Taglet.java
  73 
  74 MIRROR_PKGS      = com.sun.mirror.apt           \
  75                    com.sun.mirror.declaration   \
  76                    com.sun.mirror.type          \
  77                    com.sun.mirror.util
  78 
  79 ATTACH_PKGS      = com.sun.tools.attach         \
  80                    com.sun.tools.attach.spi
  81 
  82 JCONSOLE_PKGS    = com.sun.tools.jconsole
  83 
  84 TREEAPI_PKGS     = com.sun.source.tree \
  85                    com.sun.source.util
  86 
  87 SMARTCARDIO_PKGS = javax.smartcardio
  88 
  89 SCTPAPI_PKGS     = com.sun.nio.sctp
  90 
  91 # non-core packages in rt.jar
  92 NON_CORE_PKGS    = $(DOMAPI_PKGS) \
  93                    $(MGMT_PKGS) \
  94                    $(JAAS_PKGS) \
  95                    $(JGSS_PKGS) \
  96                    $(NIO_PKGS) \
  97                    $(OLD_JSSE_PKGS) \
   1 #
   2 # Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   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
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


  53 
  54 MGMT_PKGS        = com.sun.management
  55 
  56 JAAS_PKGS        = com.sun.security.auth          \
  57                    com.sun.security.auth.callback \
  58                    com.sun.security.auth.login    \
  59                    com.sun.security.auth.module
  60 
  61 JGSS_PKGS        = com.sun.security.jgss
  62 
  63 OLD_JSSE_PKGS    = com.sun.net.ssl
  64 
  65 HTTPSERVER_PKGS  = com.sun.net.httpserver       \
  66                    com.sun.net.httpserver.spi 
  67 
  68 NIO_PKGS         = com.sun.nio.file
  69 
  70 DOCLETAPI_PKGS   = com.sun.javadoc
  71 
  72 TAGLETAPI_FILE   = com/sun/tools/doclets/Taglet.java





  73 
  74 ATTACH_PKGS      = com.sun.tools.attach         \
  75                    com.sun.tools.attach.spi
  76 
  77 JCONSOLE_PKGS    = com.sun.tools.jconsole
  78 
  79 TREEAPI_PKGS     = com.sun.source.tree \
  80                    com.sun.source.util
  81 
  82 SMARTCARDIO_PKGS = javax.smartcardio
  83 
  84 SCTPAPI_PKGS     = com.sun.nio.sctp
  85 
  86 # non-core packages in rt.jar
  87 NON_CORE_PKGS    = $(DOMAPI_PKGS) \
  88                    $(MGMT_PKGS) \
  89                    $(JAAS_PKGS) \
  90                    $(JGSS_PKGS) \
  91                    $(NIO_PKGS) \
  92                    $(OLD_JSSE_PKGS) \