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 ihse@839: # 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: # ihse@839: EXCLUDE_PKGS = \ ihse@839: java.awt.peer \ ihse@839: java.awt.dnd.peer \ ihse@839: sun.* \ ihse@839: com.sun.* \ ihse@839: org.apache.* \ ihse@839: org.jcp.* \ ihse@839: org.w3c.dom.css \ ihse@839: org.w3c.dom.html \ ihse@839: org.w3c.dom.stylesheets \ ihse@839: org.w3c.dom.traversal \ ihse@839: org.w3c.dom.ranges \ ihse@839: 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. ihse@839: # ihse@839: # (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= \ ihse@839: java.lang.invoke \ ihse@839: java.sql \ ihse@839: javax.activation \ ihse@839: javax.annotation.* \ ihse@839: javax.jws.* \ ihse@839: javax.lang.* \ ihse@839: javax.management.* \ ihse@839: javax.script \ ihse@839: javax.sql.* \ ihse@839: javax.tools.* \ ihse@839: javax.xml.* \ ihse@839: org.w3c.* \ ihse@839: 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 ihse@839: ### changes, packages added will need to be reflected in that ohair@478: ### list of wildcard expressions, as well. ohair@478: ### ihse@839: CORE_PKGS = \ ihse@839: java.applet \ ihse@839: java.awt \ ihse@839: java.awt.color \ ihse@839: java.awt.datatransfer \ ihse@839: java.awt.dnd \ ihse@839: java.awt.event \ ihse@839: java.awt.font \ ihse@839: java.awt.geom \ ihse@839: java.awt.im \ ihse@839: java.awt.im.spi \ ihse@839: java.awt.image \ ihse@839: java.awt.image.renderable \ ihse@839: java.awt.print \ ihse@839: java.beans \ ihse@839: java.beans.beancontext \ ihse@839: java.io \ ihse@839: java.lang \ ihse@839: java.lang.annotation \ ihse@839: java.lang.instrument \ ihse@839: java.lang.invoke \ ihse@839: java.lang.management \ ihse@839: java.lang.ref \ ihse@839: java.lang.reflect \ ihse@839: java.math \ ihse@839: java.net \ ihse@839: java.nio \ ihse@839: java.nio.channels \ ihse@839: java.nio.channels.spi \ ihse@839: java.nio.charset \ ihse@839: java.nio.charset.spi \ ihse@839: java.nio.file \ ihse@839: java.nio.file.attribute \ ihse@839: java.nio.file.spi \ ihse@839: java.rmi \ ihse@839: java.rmi.activation \ ihse@839: java.rmi.dgc \ ihse@839: java.rmi.registry \ ihse@839: java.rmi.server \ ihse@839: java.security \ ihse@839: java.security.acl \ ihse@839: java.security.cert \ ihse@839: java.security.interfaces \ ihse@839: java.security.spec \ ihse@839: java.sql \ ihse@839: java.text \ ihse@839: java.text.spi \ ihse@839: java.time \ ihse@839: java.time.chrono \ ihse@839: java.time.format \ ihse@839: java.time.temporal \ ihse@839: java.time.zone \ ihse@839: java.util \ ihse@839: java.util.concurrent \ ihse@839: java.util.concurrent.atomic \ ihse@839: java.util.concurrent.locks \ ihse@839: java.util.function \ ihse@839: java.util.jar \ ihse@839: java.util.logging \ ihse@839: java.util.prefs \ ihse@839: java.util.regex \ ihse@839: java.util.spi \ ihse@839: java.util.stream \ ihse@839: java.util.zip \ ihse@839: javax.accessibility \ ihse@839: javax.activation \ ihse@839: javax.activity \ ihse@839: javax.annotation \ ihse@839: javax.annotation.processing \ ihse@839: javax.crypto \ ihse@839: javax.crypto.interfaces \ ihse@839: javax.crypto.spec \ ihse@839: javax.imageio \ ihse@839: javax.imageio.event \ ihse@839: javax.imageio.metadata \ ihse@839: javax.imageio.plugins.jpeg \ ihse@839: javax.imageio.plugins.bmp \ ihse@839: javax.imageio.spi \ ihse@839: javax.imageio.stream \ ihse@839: javax.jws \ ihse@839: javax.jws.soap \ ihse@839: javax.lang.model \ ihse@839: javax.lang.model.element \ ihse@839: javax.lang.model.type \ ihse@839: javax.lang.model.util \ ihse@839: javax.management \ ihse@839: javax.management.loading \ ihse@839: javax.management.monitor \ ihse@839: javax.management.relation \ ihse@839: javax.management.openmbean \ ihse@839: javax.management.timer \ ihse@839: javax.management.modelmbean \ ihse@839: javax.management.remote \ ihse@839: javax.management.remote.rmi \ ihse@839: javax.naming \ ihse@839: javax.naming.directory \ ihse@839: javax.naming.event \ ihse@839: javax.naming.ldap \ ihse@839: javax.naming.spi \ ihse@839: javax.net \ ihse@839: javax.net.ssl \ ihse@839: javax.print \ ihse@839: javax.print.attribute \ ihse@839: javax.print.attribute.standard \ ihse@839: javax.print.event \ ihse@839: javax.rmi \ ihse@839: javax.rmi.CORBA \ ihse@839: javax.rmi.ssl \ ihse@839: javax.script \ ihse@839: javax.security.auth \ ihse@839: javax.security.auth.callback \ ihse@839: javax.security.auth.kerberos \ ihse@839: javax.security.auth.login \ ihse@839: javax.security.auth.spi \ ihse@839: javax.security.auth.x500 \ ihse@839: javax.security.cert \ ihse@839: javax.security.sasl \ ihse@839: javax.sound.sampled \ ihse@839: javax.sound.sampled.spi \ ihse@839: javax.sound.midi \ ihse@839: javax.sound.midi.spi \ ihse@839: javax.sql \ ihse@839: javax.sql.rowset \ ihse@839: javax.sql.rowset.serial \ ihse@839: javax.sql.rowset.spi \ ihse@839: javax.swing \ ihse@839: javax.swing.border \ ihse@839: javax.swing.colorchooser \ ihse@839: javax.swing.filechooser \ ihse@839: javax.swing.event \ ihse@839: javax.swing.table \ ihse@839: javax.swing.text \ ihse@839: javax.swing.text.html \ ihse@839: javax.swing.text.html.parser \ ihse@839: javax.swing.text.rtf \ ihse@839: javax.swing.tree \ ihse@839: javax.swing.undo \ ihse@839: javax.swing.plaf \ ihse@839: javax.swing.plaf.basic \ ihse@839: javax.swing.plaf.metal \ ihse@839: javax.swing.plaf.multi \ ihse@839: javax.swing.plaf.nimbus \ ihse@839: javax.swing.plaf.synth \ ihse@839: javax.tools \ ihse@839: javax.tools.annotation \ ihse@839: javax.transaction \ ihse@839: javax.transaction.xa \ ihse@839: javax.xml.parsers \ ihse@839: javax.xml.bind \ ihse@839: javax.xml.bind.annotation \ ihse@839: javax.xml.bind.annotation.adapters \ ihse@839: javax.xml.bind.attachment \ ihse@839: javax.xml.bind.helpers \ ihse@839: javax.xml.bind.util \ ihse@839: javax.xml.soap \ ihse@839: javax.xml.ws \ ihse@839: javax.xml.ws.handler \ ihse@839: javax.xml.ws.handler.soap \ ihse@839: javax.xml.ws.http \ ihse@839: javax.xml.ws.soap \ ihse@839: javax.xml.ws.spi \ ihse@839: javax.xml.ws.spi.http \ ihse@839: javax.xml.ws.wsaddressing \ ihse@839: javax.xml.transform \ ihse@839: javax.xml.transform.sax \ ihse@839: javax.xml.transform.dom \ ihse@839: javax.xml.transform.stax \ ihse@839: javax.xml.transform.stream \ ihse@839: javax.xml \ ihse@839: javax.xml.crypto \ ihse@839: javax.xml.crypto.dom \ ihse@839: javax.xml.crypto.dsig \ ihse@839: javax.xml.crypto.dsig.dom \ ihse@839: javax.xml.crypto.dsig.keyinfo \ ihse@839: javax.xml.crypto.dsig.spec \ ihse@839: javax.xml.datatype \ ihse@839: javax.xml.validation \ ihse@839: javax.xml.namespace \ ihse@839: javax.xml.xpath \ ihse@839: javax.xml.stream \ ihse@839: javax.xml.stream.events \ ihse@839: javax.xml.stream.util \ ihse@839: org.ietf.jgss \ ihse@839: org.omg.CORBA \ ihse@839: org.omg.CORBA.DynAnyPackage \ ihse@839: org.omg.CORBA.ORBPackage \ ihse@839: org.omg.CORBA.TypeCodePackage \ ihse@839: org.omg.stub.java.rmi \ ihse@839: org.omg.CORBA.portable \ ihse@839: org.omg.CORBA_2_3 \ ihse@839: org.omg.CORBA_2_3.portable \ ihse@839: org.omg.CosNaming \ ihse@839: org.omg.CosNaming.NamingContextExtPackage \ ihse@839: org.omg.CosNaming.NamingContextPackage \ ihse@839: org.omg.SendingContext \ ihse@839: org.omg.PortableServer \ ihse@839: org.omg.PortableServer.CurrentPackage \ ihse@839: org.omg.PortableServer.POAPackage \ ihse@839: org.omg.PortableServer.POAManagerPackage \ ihse@839: org.omg.PortableServer.ServantLocatorPackage \ ihse@839: org.omg.PortableServer.portable \ ihse@839: org.omg.PortableInterceptor \ ihse@839: org.omg.PortableInterceptor.ORBInitInfoPackage \ ihse@839: org.omg.Messaging \ ihse@839: org.omg.IOP \ ihse@839: org.omg.IOP.CodecFactoryPackage \ ihse@839: org.omg.IOP.CodecPackage \ ihse@839: org.omg.Dynamic \ ihse@839: org.omg.DynamicAny \ ihse@839: org.omg.DynamicAny.DynAnyPackage \ ihse@839: org.omg.DynamicAny.DynAnyFactoryPackage \ ihse@839: org.w3c.dom \ ihse@839: org.w3c.dom.events \ ihse@839: org.w3c.dom.bootstrap \ ihse@839: org.w3c.dom.ls \ katleman@841: org.w3c.dom.views \ ihse@839: org.xml.sax \ ihse@839: org.xml.sax.ext \ ihse@839: org.xml.sax.helpers