0N/A#
3909N/A# Copyright (c) 2002, 2011, Oracle and/or its affiliates. All rights reserved.
0N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A#
0N/A# This code is free software; you can redistribute it and/or modify it
0N/A# under the terms of the GNU General Public License version 2 only, as
2362N/A# published by the Free Software Foundation. Oracle designates this
0N/A# particular file as subject to the "Classpath" exception as provided
2362N/A# by Oracle in the LICENSE file that accompanied this code.
0N/A#
0N/A# This code is distributed in the hope that it will be useful, but WITHOUT
0N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/A# version 2 for more details (a copy is included in the LICENSE file that
0N/A# accompanied this code).
0N/A#
0N/A# You should have received a copy of the GNU General Public License version
0N/A# 2 along with this work; if not, write to the Free Software Foundation,
0N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A#
2362N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2362N/A# or visit www.oracle.com if you need additional information or have any
2362N/A# questions.
0N/A#
0N/A
0N/A#
0N/A# This file contains the package names of all the "non-core"
0N/A# API published in the Java 2 SDK documentation. "Non-core" means
0N/A# it includes all published API outside of the JDK API specification.
0N/A#
0N/A# These environment variables are used by javadoc in
0N/A# make/docs/Makefile and are referenced by the localization
0N/A# team when determining which APIs to extract javadoc
0N/A# comments from.
0N/A
0N/ADOMAPI_PKGS = com.sun.java.browser.dom \
0N/A org.w3c.dom \
0N/A org.w3c.dom.bootstrap \
0N/A org.w3c.dom.ls \
0N/A org.w3c.dom.ranges \
0N/A org.w3c.dom.traversal \
0N/A org.w3c.dom.html \
0N/A org.w3c.dom.stylesheets \
0N/A org.w3c.dom.css \
0N/A org.w3c.dom.events \
0N/A org.w3c.dom.views
0N/A
0N/AJDI_PKGS = com.sun.jdi \
0N/A com.sun.jdi.event \
0N/A com.sun.jdi.request \
0N/A com.sun.jdi.connect \
0N/A com.sun.jdi.connect.spi
0N/A
0N/AMGMT_PKGS = com.sun.management
0N/A
0N/AJAAS_PKGS = com.sun.security.auth \
0N/A com.sun.security.auth.callback \
0N/A com.sun.security.auth.login \
0N/A com.sun.security.auth.module
0N/A
0N/AJGSS_PKGS = com.sun.security.jgss
0N/A
0N/AOLD_JSSE_PKGS = com.sun.net.ssl
0N/A
0N/AHTTPSERVER_PKGS = com.sun.net.httpserver \
0N/A com.sun.net.httpserver.spi
0N/A
893N/ANIO_PKGS = com.sun.nio.file
893N/A
0N/ADOCLETAPI_PKGS = com.sun.javadoc
0N/A
0N/ATAGLETAPI_FILE = com/sun/tools/doclets/Taglet.java
0N/A
0N/AMIRROR_PKGS = com.sun.mirror.apt \
0N/A com.sun.mirror.declaration \
0N/A com.sun.mirror.type \
0N/A com.sun.mirror.util
0N/A
0N/AATTACH_PKGS = com.sun.tools.attach \
0N/A com.sun.tools.attach.spi
0N/A
0N/AJCONSOLE_PKGS = com.sun.tools.jconsole
0N/A
0N/ATREEAPI_PKGS = com.sun.source.tree \
0N/A com.sun.source.util
0N/A
0N/ASMARTCARDIO_PKGS = javax.smartcardio
0N/A
1096N/ASCTPAPI_PKGS = com.sun.nio.sctp
1096N/A
4632N/Aifeq ($(PLATFORM), macosx)
4632N/AAPPLE_EXT_PKGS = com.apple.concurrent \
4632N/A com.apple.eawt \
4632N/A com.apple.eawt.event \
4632N/A com.apple.eio
4632N/Aendif
4632N/A
0N/A# non-core packages in rt.jar
0N/ANON_CORE_PKGS = $(DOMAPI_PKGS) \
0N/A $(MGMT_PKGS) \
0N/A $(JAAS_PKGS) \
0N/A $(JGSS_PKGS) \
893N/A $(NIO_PKGS) \
0N/A $(OLD_JSSE_PKGS) \
0N/A $(HTTPSERVER_PKGS) \
183N/A $(SMARTCARDIO_PKGS) \
4632N/A $(SCTPAPI_PKGS) \
4632N/A $(APPLE_EXT_PKGS)
1096N/A