author | jjg |
Thu, 09 Oct 2014 19:14:30 -0700 | |
changeset 27118 | 3c8314271af7 |
parent 25044 | b6b9495dfc62 |
child 29061 | 277536891bc1 |
permissions | -rw-r--r-- |
13697 | 1 |
# |
2 |
# Copyright (c) 2001, 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 |
|
23 |
# questions. |
|
24 |
# |
|
25 |
||
26 |
# EXCLUDE_PKGS is the list of packages to exclude from the |
|
20363 | 27 |
# Java API Specification. Do not add these to CORE_PKGS. |
13697 | 28 |
# The concatenation of EXCLUDE_PKGS and CORE_PKGS |
29 |
# should make up the list of all packages under the |
|
30 |
# src/shared/classes directory of the JDK source tree. |
|
31 |
# |
|
20363 | 32 |
EXCLUDE_PKGS = \ |
33 |
java.awt.peer \ |
|
34 |
java.awt.dnd.peer \ |
|
35 |
sun.* \ |
|
36 |
com.sun.* \ |
|
37 |
org.apache.* \ |
|
38 |
org.jcp.* \ |
|
39 |
org.w3c.dom.css \ |
|
40 |
org.w3c.dom.html \ |
|
41 |
org.w3c.dom.stylesheets \ |
|
42 |
org.omg.stub.javax.management.remote.rmi |
|
13697 | 43 |
|
44 |
# |
|
45 |
# ACTIVE_JSR_PKGS are packages that are part of an active JSR process-- |
|
46 |
# one that is doing its own review. These packages are not included when |
|
47 |
# creating diff pages for the platform's JCP process. |
|
20363 | 48 |
# |
49 |
# (see /java/pubs/apisrc/jdk/6.0/beta/make/docs/active_jsr_pkgs) |
|
13697 | 50 |
# Note: |
51 |
# This is a list of regular expressions. So foo.* matches "foo" and "foo.bar". |
|
52 |
# |
|
53 |
ACTIVE_JSR_PKGS= \ |
|
20363 | 54 |
java.lang.invoke \ |
55 |
java.sql \ |
|
56 |
javax.activation \ |
|
57 |
javax.annotation.* \ |
|
58 |
javax.jws.* \ |
|
59 |
javax.lang.* \ |
|
60 |
javax.management.* \ |
|
61 |
javax.script \ |
|
62 |
javax.sql.* \ |
|
63 |
javax.tools.* \ |
|
64 |
javax.xml.* \ |
|
65 |
org.w3c.* \ |
|
66 |
org.xml.sax |
|
13697 | 67 |
|
68 |
# |
|
69 |
# CORE_PKGS is the list of packages that form the |
|
70 |
# Java API Specification. |
|
71 |
# |
|
72 |
### ***IMPORTANT NOTE*** |
|
73 |
### There is also a "REGEXP" variable in the docs/makefile that |
|
74 |
### determines which table the packages go in on the main page. |
|
75 |
### Currently, there is only table ("Platform Packages") and |
|
76 |
### everything goes in it, so REGEXP is "*". But if that policy |
|
20363 | 77 |
### changes, packages added will need to be reflected in that |
13697 | 78 |
### list of wildcard expressions, as well. |
79 |
### |
|
20363 | 80 |
CORE_PKGS = \ |
81 |
java.applet \ |
|
82 |
java.awt \ |
|
83 |
java.awt.color \ |
|
84 |
java.awt.datatransfer \ |
|
85 |
java.awt.dnd \ |
|
86 |
java.awt.event \ |
|
87 |
java.awt.font \ |
|
88 |
java.awt.geom \ |
|
89 |
java.awt.im \ |
|
90 |
java.awt.im.spi \ |
|
91 |
java.awt.image \ |
|
92 |
java.awt.image.renderable \ |
|
93 |
java.awt.print \ |
|
94 |
java.beans \ |
|
95 |
java.beans.beancontext \ |
|
96 |
java.io \ |
|
97 |
java.lang \ |
|
98 |
java.lang.annotation \ |
|
99 |
java.lang.instrument \ |
|
100 |
java.lang.invoke \ |
|
101 |
java.lang.management \ |
|
102 |
java.lang.ref \ |
|
103 |
java.lang.reflect \ |
|
104 |
java.math \ |
|
105 |
java.net \ |
|
106 |
java.nio \ |
|
107 |
java.nio.channels \ |
|
108 |
java.nio.channels.spi \ |
|
109 |
java.nio.charset \ |
|
110 |
java.nio.charset.spi \ |
|
111 |
java.nio.file \ |
|
112 |
java.nio.file.attribute \ |
|
113 |
java.nio.file.spi \ |
|
114 |
java.rmi \ |
|
115 |
java.rmi.activation \ |
|
116 |
java.rmi.dgc \ |
|
117 |
java.rmi.registry \ |
|
118 |
java.rmi.server \ |
|
119 |
java.security \ |
|
120 |
java.security.acl \ |
|
121 |
java.security.cert \ |
|
122 |
java.security.interfaces \ |
|
123 |
java.security.spec \ |
|
124 |
java.sql \ |
|
125 |
java.text \ |
|
126 |
java.text.spi \ |
|
127 |
java.time \ |
|
128 |
java.time.chrono \ |
|
129 |
java.time.format \ |
|
130 |
java.time.temporal \ |
|
131 |
java.time.zone \ |
|
132 |
java.util \ |
|
133 |
java.util.concurrent \ |
|
134 |
java.util.concurrent.atomic \ |
|
135 |
java.util.concurrent.locks \ |
|
136 |
java.util.function \ |
|
137 |
java.util.jar \ |
|
138 |
java.util.logging \ |
|
139 |
java.util.prefs \ |
|
140 |
java.util.regex \ |
|
141 |
java.util.spi \ |
|
142 |
java.util.stream \ |
|
143 |
java.util.zip \ |
|
144 |
javax.accessibility \ |
|
145 |
javax.activation \ |
|
146 |
javax.activity \ |
|
147 |
javax.annotation \ |
|
148 |
javax.annotation.processing \ |
|
149 |
javax.crypto \ |
|
150 |
javax.crypto.interfaces \ |
|
151 |
javax.crypto.spec \ |
|
152 |
javax.imageio \ |
|
153 |
javax.imageio.event \ |
|
154 |
javax.imageio.metadata \ |
|
155 |
javax.imageio.plugins.jpeg \ |
|
156 |
javax.imageio.plugins.bmp \ |
|
157 |
javax.imageio.spi \ |
|
158 |
javax.imageio.stream \ |
|
159 |
javax.jws \ |
|
160 |
javax.jws.soap \ |
|
161 |
javax.lang.model \ |
|
162 |
javax.lang.model.element \ |
|
163 |
javax.lang.model.type \ |
|
164 |
javax.lang.model.util \ |
|
165 |
javax.management \ |
|
166 |
javax.management.loading \ |
|
167 |
javax.management.monitor \ |
|
168 |
javax.management.relation \ |
|
169 |
javax.management.openmbean \ |
|
170 |
javax.management.timer \ |
|
171 |
javax.management.modelmbean \ |
|
172 |
javax.management.remote \ |
|
173 |
javax.management.remote.rmi \ |
|
174 |
javax.naming \ |
|
175 |
javax.naming.directory \ |
|
176 |
javax.naming.event \ |
|
177 |
javax.naming.ldap \ |
|
178 |
javax.naming.spi \ |
|
179 |
javax.net \ |
|
180 |
javax.net.ssl \ |
|
181 |
javax.print \ |
|
182 |
javax.print.attribute \ |
|
183 |
javax.print.attribute.standard \ |
|
184 |
javax.print.event \ |
|
185 |
javax.rmi \ |
|
186 |
javax.rmi.CORBA \ |
|
187 |
javax.rmi.ssl \ |
|
188 |
javax.script \ |
|
189 |
javax.security.auth \ |
|
190 |
javax.security.auth.callback \ |
|
191 |
javax.security.auth.kerberos \ |
|
192 |
javax.security.auth.login \ |
|
193 |
javax.security.auth.spi \ |
|
194 |
javax.security.auth.x500 \ |
|
195 |
javax.security.cert \ |
|
196 |
javax.security.sasl \ |
|
197 |
javax.sound.sampled \ |
|
198 |
javax.sound.sampled.spi \ |
|
199 |
javax.sound.midi \ |
|
200 |
javax.sound.midi.spi \ |
|
201 |
javax.sql \ |
|
202 |
javax.sql.rowset \ |
|
203 |
javax.sql.rowset.serial \ |
|
204 |
javax.sql.rowset.spi \ |
|
205 |
javax.swing \ |
|
206 |
javax.swing.border \ |
|
207 |
javax.swing.colorchooser \ |
|
208 |
javax.swing.filechooser \ |
|
209 |
javax.swing.event \ |
|
210 |
javax.swing.table \ |
|
211 |
javax.swing.text \ |
|
212 |
javax.swing.text.html \ |
|
213 |
javax.swing.text.html.parser \ |
|
214 |
javax.swing.text.rtf \ |
|
215 |
javax.swing.tree \ |
|
216 |
javax.swing.undo \ |
|
217 |
javax.swing.plaf \ |
|
218 |
javax.swing.plaf.basic \ |
|
219 |
javax.swing.plaf.metal \ |
|
220 |
javax.swing.plaf.multi \ |
|
221 |
javax.swing.plaf.nimbus \ |
|
222 |
javax.swing.plaf.synth \ |
|
223 |
javax.tools \ |
|
224 |
javax.tools.annotation \ |
|
225 |
javax.transaction \ |
|
226 |
javax.transaction.xa \ |
|
227 |
javax.xml.parsers \ |
|
228 |
javax.xml.bind \ |
|
229 |
javax.xml.bind.annotation \ |
|
230 |
javax.xml.bind.annotation.adapters \ |
|
231 |
javax.xml.bind.attachment \ |
|
232 |
javax.xml.bind.helpers \ |
|
233 |
javax.xml.bind.util \ |
|
234 |
javax.xml.soap \ |
|
235 |
javax.xml.ws \ |
|
236 |
javax.xml.ws.handler \ |
|
237 |
javax.xml.ws.handler.soap \ |
|
238 |
javax.xml.ws.http \ |
|
239 |
javax.xml.ws.soap \ |
|
240 |
javax.xml.ws.spi \ |
|
241 |
javax.xml.ws.spi.http \ |
|
242 |
javax.xml.ws.wsaddressing \ |
|
243 |
javax.xml.transform \ |
|
244 |
javax.xml.transform.sax \ |
|
245 |
javax.xml.transform.dom \ |
|
246 |
javax.xml.transform.stax \ |
|
247 |
javax.xml.transform.stream \ |
|
248 |
javax.xml \ |
|
249 |
javax.xml.crypto \ |
|
250 |
javax.xml.crypto.dom \ |
|
251 |
javax.xml.crypto.dsig \ |
|
252 |
javax.xml.crypto.dsig.dom \ |
|
253 |
javax.xml.crypto.dsig.keyinfo \ |
|
254 |
javax.xml.crypto.dsig.spec \ |
|
255 |
javax.xml.datatype \ |
|
256 |
javax.xml.validation \ |
|
257 |
javax.xml.namespace \ |
|
258 |
javax.xml.xpath \ |
|
259 |
javax.xml.stream \ |
|
260 |
javax.xml.stream.events \ |
|
261 |
javax.xml.stream.util \ |
|
262 |
org.ietf.jgss \ |
|
263 |
org.omg.CORBA \ |
|
264 |
org.omg.CORBA.DynAnyPackage \ |
|
265 |
org.omg.CORBA.ORBPackage \ |
|
266 |
org.omg.CORBA.TypeCodePackage \ |
|
267 |
org.omg.stub.java.rmi \ |
|
268 |
org.omg.CORBA.portable \ |
|
269 |
org.omg.CORBA_2_3 \ |
|
270 |
org.omg.CORBA_2_3.portable \ |
|
271 |
org.omg.CosNaming \ |
|
272 |
org.omg.CosNaming.NamingContextExtPackage \ |
|
273 |
org.omg.CosNaming.NamingContextPackage \ |
|
274 |
org.omg.SendingContext \ |
|
275 |
org.omg.PortableServer \ |
|
276 |
org.omg.PortableServer.CurrentPackage \ |
|
277 |
org.omg.PortableServer.POAPackage \ |
|
278 |
org.omg.PortableServer.POAManagerPackage \ |
|
279 |
org.omg.PortableServer.ServantLocatorPackage \ |
|
280 |
org.omg.PortableServer.portable \ |
|
281 |
org.omg.PortableInterceptor \ |
|
282 |
org.omg.PortableInterceptor.ORBInitInfoPackage \ |
|
283 |
org.omg.Messaging \ |
|
284 |
org.omg.IOP \ |
|
285 |
org.omg.IOP.CodecFactoryPackage \ |
|
286 |
org.omg.IOP.CodecPackage \ |
|
287 |
org.omg.Dynamic \ |
|
288 |
org.omg.DynamicAny \ |
|
289 |
org.omg.DynamicAny.DynAnyPackage \ |
|
290 |
org.omg.DynamicAny.DynAnyFactoryPackage \ |
|
291 |
org.w3c.dom \ |
|
292 |
org.w3c.dom.events \ |
|
293 |
org.w3c.dom.bootstrap \ |
|
294 |
org.w3c.dom.ls \ |
|
25044
b6b9495dfc62
8023276: Java SE should include the full DOM API from JAXP
joehw
parents:
21759
diff
changeset
|
295 |
org.w3c.dom.ranges \ |
b6b9495dfc62
8023276: Java SE should include the full DOM API from JAXP
joehw
parents:
21759
diff
changeset
|
296 |
org.w3c.dom.traversal \ |
20365 | 297 |
org.w3c.dom.views \ |
20363 | 298 |
org.xml.sax \ |
299 |
org.xml.sax.ext \ |
|
300 |
org.xml.sax.helpers |