ohair@478: # ohair@478: # Copyright (c) 2001, 2011, 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: # EXCLUDE_PKGS is the list of packages to exclude from the ohair@478: # Java API Specification. Do not add these to CORE_PKGS. ohair@478: # The concatenation of EXCLUDE_PKGS and CORE_PKGS ohair@478: # should make up the list of all packages under the ohair@478: # src/shared/classes directory of the JDK source tree. ohair@478: # ohair@478: EXCLUDE_PKGS = \ ohair@478: java.awt.peer \ ohair@478: java.awt.dnd.peer \ ohair@478: sun.* \ ohair@478: com.sun.* \ ohair@478: org.apache.* \ ohair@478: org.jcp.* \ ohair@478: org.w3c.dom.css \ ohair@478: org.w3c.dom.html \ ohair@478: org.w3c.dom.stylesheets \ ohair@478: org.w3c.dom.traversal \ ohair@478: org.w3c.dom.ranges \ ohair@478: org.w3c.dom.views \ ohair@478: org.omg.stub.javax.management.remote.rmi ohair@478: ohair@478: # ohair@478: # ACTIVE_JSR_PKGS are packages that are part of an active JSR process-- ohair@478: # one that is doing its own review. These packages are not included when ohair@478: # creating diff pages for the platform's JCP process. ohair@478: # ohair@478: # (see /java/pubs/apisrc/jdk/6.0/beta/make/docs/active_jsr_pkgs) ohair@478: # Note: ohair@478: # This is a list of regular expressions. So foo.* matches "foo" and "foo.bar". ohair@478: # ohair@478: ACTIVE_JSR_PKGS= \ ohair@478: java.lang.invoke \ ohair@478: java.sql \ ohair@478: javax.activation \ ohair@478: javax.annotation.* \ ohair@478: javax.jws.* \ ohair@478: javax.lang.* \ ohair@478: javax.management.* \ ohair@478: javax.script \ ohair@478: javax.sql.* \ ohair@478: javax.tools.* \ ohair@478: javax.xml.* \ ohair@478: org.w3c.* \ ohair@478: org.xml.sax ohair@478: ohair@478: # ohair@478: # CORE_PKGS is the list of packages that form the ohair@478: # Java API Specification. ohair@478: # ohair@478: ### ***IMPORTANT NOTE*** ohair@478: ### There is also a "REGEXP" variable in the docs/makefile that ohair@478: ### determines which table the packages go in on the main page. ohair@478: ### Currently, there is only table ("Platform Packages") and ohair@478: ### everything goes in it, so REGEXP is "*". But if that policy ohair@478: ### changes, packages added will need to be reflected in that ohair@478: ### list of wildcard expressions, as well. ohair@478: ### ohair@478: CORE_PKGS = \ ohair@478: java.applet \ ohair@478: java.awt \ ohair@478: java.awt.color \ ohair@478: java.awt.datatransfer \ ohair@478: java.awt.dnd \ ohair@478: java.awt.event \ ohair@478: java.awt.font \ ohair@478: java.awt.geom \ ohair@478: java.awt.im \ ohair@478: java.awt.im.spi \ ohair@478: java.awt.image \ ohair@478: java.awt.image.renderable \ ohair@478: java.awt.print \ ohair@478: java.beans \ ohair@478: java.beans.beancontext \ ohair@478: java.io \ ohair@478: java.lang \ ohair@478: java.lang.annotation \ ohair@478: java.lang.instrument \ ohair@478: java.lang.invoke \ ohair@478: java.lang.management \ ohair@478: java.lang.ref \ ohair@478: java.lang.reflect \ ohair@478: java.math \ ohair@478: java.net \ ohair@478: java.nio \ ohair@478: java.nio.channels \ ohair@478: java.nio.channels.spi \ ohair@478: java.nio.charset \ ohair@478: java.nio.charset.spi \ ohair@478: java.nio.file \ ohair@478: java.nio.file.attribute \ ohair@478: java.nio.file.spi \ ohair@478: java.rmi \ ohair@478: java.rmi.activation \ ohair@478: java.rmi.dgc \ ohair@478: java.rmi.registry \ ohair@478: java.rmi.server \ ohair@478: java.security \ ohair@478: java.security.acl \ ohair@478: java.security.cert \ ohair@478: java.security.interfaces \ ohair@478: java.security.spec \ ohair@478: java.sql \ ohair@478: java.text \ ohair@478: java.text.spi \ sherman@595: java.time \ sherman@595: java.time.temporal \ sherman@595: java.time.calendar \ sherman@595: java.time.format \ sherman@595: java.time.zone \ ohair@478: java.util \ ohair@478: java.util.concurrent \ ohair@478: java.util.concurrent.atomic \ ohair@478: java.util.concurrent.locks \ henryjen@536: java.util.function \ ohair@478: java.util.jar \ ohair@478: java.util.logging \ ohair@478: java.util.prefs \ ohair@478: java.util.regex \ ohair@478: java.util.spi \ ohair@478: java.util.zip \ ohair@478: javax.accessibility \ ohair@478: javax.activation \ ohair@478: javax.activity \ ohair@478: javax.annotation \ ohair@478: javax.annotation.processing \ ohair@478: javax.crypto \ ohair@478: javax.crypto.interfaces \ ohair@478: javax.crypto.spec \ ohair@478: javax.imageio \ ohair@478: javax.imageio.event \ ohair@478: javax.imageio.metadata \ ohair@478: javax.imageio.plugins.jpeg \ ohair@478: javax.imageio.plugins.bmp \ ohair@478: javax.imageio.spi \ ohair@478: javax.imageio.stream \ ohair@478: javax.jws \ ohair@478: javax.jws.soap \ ohair@478: javax.lang.model \ ohair@478: javax.lang.model.element \ ohair@478: javax.lang.model.type \ ohair@478: javax.lang.model.util \ ohair@478: javax.management \ ohair@478: javax.management.loading \ ohair@478: javax.management.monitor \ ohair@478: javax.management.relation \ ohair@478: javax.management.openmbean \ ohair@478: javax.management.timer \ ohair@478: javax.management.modelmbean \ ohair@478: javax.management.remote \ ohair@478: javax.management.remote.rmi \ ohair@478: javax.naming \ ohair@478: javax.naming.directory \ ohair@478: javax.naming.event \ ohair@478: javax.naming.ldap \ ohair@478: javax.naming.spi \ ohair@478: javax.net \ ohair@478: javax.net.ssl \ ohair@478: javax.print \ ohair@478: javax.print.attribute \ ohair@478: javax.print.attribute.standard \ ohair@478: javax.print.event \ ohair@478: javax.rmi \ ohair@478: javax.rmi.CORBA \ ohair@478: javax.rmi.ssl \ ohair@478: javax.script \ ohair@478: javax.security.auth \ ohair@478: javax.security.auth.callback \ ohair@478: javax.security.auth.kerberos \ ohair@478: javax.security.auth.login \ ohair@478: javax.security.auth.spi \ ohair@478: javax.security.auth.x500 \ ohair@478: javax.security.cert \ ohair@478: javax.security.sasl \ ohair@478: javax.sound.sampled \ ohair@478: javax.sound.sampled.spi \ ohair@478: javax.sound.midi \ ohair@478: javax.sound.midi.spi \ ohair@478: javax.sql \ ohair@478: javax.sql.rowset \ ohair@478: javax.sql.rowset.serial \ ohair@478: javax.sql.rowset.spi \ ohair@478: javax.swing \ ohair@478: javax.swing.border \ ohair@478: javax.swing.colorchooser \ ohair@478: javax.swing.filechooser \ ohair@478: javax.swing.event \ ohair@478: javax.swing.table \ ohair@478: javax.swing.text \ ohair@478: javax.swing.text.html \ ohair@478: javax.swing.text.html.parser \ ohair@478: javax.swing.text.rtf \ ohair@478: javax.swing.tree \ ohair@478: javax.swing.undo \ ohair@478: javax.swing.plaf \ ohair@478: javax.swing.plaf.basic \ ohair@478: javax.swing.plaf.metal \ ohair@478: javax.swing.plaf.multi \ ohair@478: javax.swing.plaf.nimbus \ ohair@478: javax.swing.plaf.synth \ ohair@478: javax.tools \ ohair@478: javax.tools.annotation \ ohair@478: javax.transaction \ ohair@478: javax.transaction.xa \ ohair@478: javax.xml.parsers \ ohair@478: javax.xml.bind \ ohair@478: javax.xml.bind.annotation \ ohair@478: javax.xml.bind.annotation.adapters \ ohair@478: javax.xml.bind.attachment \ ohair@478: javax.xml.bind.helpers \ ohair@478: javax.xml.bind.util \ ohair@478: javax.xml.soap \ ohair@478: javax.xml.ws \ ohair@478: javax.xml.ws.handler \ ohair@478: javax.xml.ws.handler.soap \ ohair@478: javax.xml.ws.http \ ohair@478: javax.xml.ws.soap \ ohair@478: javax.xml.ws.spi \ ohair@478: javax.xml.ws.spi.http \ ohair@478: javax.xml.ws.wsaddressing \ ohair@478: javax.xml.transform \ ohair@478: javax.xml.transform.sax \ ohair@478: javax.xml.transform.dom \ ohair@478: javax.xml.transform.stax \ ohair@478: javax.xml.transform.stream \ ohair@478: javax.xml \ ohair@478: javax.xml.crypto \ ohair@478: javax.xml.crypto.dom \ ohair@478: javax.xml.crypto.dsig \ ohair@478: javax.xml.crypto.dsig.dom \ ohair@478: javax.xml.crypto.dsig.keyinfo \ ohair@478: javax.xml.crypto.dsig.spec \ ohair@478: javax.xml.datatype \ ohair@478: javax.xml.validation \ ohair@478: javax.xml.namespace \ ohair@478: javax.xml.xpath \ ohair@478: javax.xml.stream \ ohair@478: javax.xml.stream.events \ ohair@478: javax.xml.stream.util \ ohair@478: org.ietf.jgss \ ohair@478: org.omg.CORBA \ ohair@478: org.omg.CORBA.DynAnyPackage \ ohair@478: org.omg.CORBA.ORBPackage \ ohair@478: org.omg.CORBA.TypeCodePackage \ ohair@478: org.omg.stub.java.rmi \ ohair@478: org.omg.CORBA.portable \ ohair@478: org.omg.CORBA_2_3 \ ohair@478: org.omg.CORBA_2_3.portable \ ohair@478: org.omg.CosNaming \ ohair@478: org.omg.CosNaming.NamingContextExtPackage \ ohair@478: org.omg.CosNaming.NamingContextPackage \ ohair@478: org.omg.SendingContext \ ohair@478: org.omg.PortableServer \ ohair@478: org.omg.PortableServer.CurrentPackage \ ohair@478: org.omg.PortableServer.POAPackage \ ohair@478: org.omg.PortableServer.POAManagerPackage \ ohair@478: org.omg.PortableServer.ServantLocatorPackage \ ohair@478: org.omg.PortableServer.portable \ ohair@478: org.omg.PortableInterceptor \ ohair@478: org.omg.PortableInterceptor.ORBInitInfoPackage \ ohair@478: org.omg.Messaging \ ohair@478: org.omg.IOP \ ohair@478: org.omg.IOP.CodecFactoryPackage \ ohair@478: org.omg.IOP.CodecPackage \ ohair@478: org.omg.Dynamic \ ohair@478: org.omg.DynamicAny \ ohair@478: org.omg.DynamicAny.DynAnyPackage \ ohair@478: org.omg.DynamicAny.DynAnyFactoryPackage \ ohair@478: org.w3c.dom \ ohair@478: org.w3c.dom.events \ ohair@478: org.w3c.dom.bootstrap \ ohair@478: org.w3c.dom.ls \ ohair@478: org.xml.sax \ ohair@478: org.xml.sax.ext \ ohair@478: org.xml.sax.helpers