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