common/makefiles/javadoc/CORE_PKGS.gmk
author ohair
Tue, 18 Sep 2012 11:29:16 -0700
changeset 13697 5262b00bc10c
child 14733 2d03baf44c17
permissions -rw-r--r--
7197849: Update new build-infra makefiles Reviewed-by: ihse, erikj, ohrstrom, tbell
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
     1
#
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
     2
# Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved.
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
     4
#
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    10
#
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    15
# accompanied this code).
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    16
#
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    20
#
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    23
# questions.
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    24
#
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    25
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    26
# EXCLUDE_PKGS is the list of packages to exclude from the
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    27
# Java API Specification.  Do not add these to CORE_PKGS.
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    28
# The concatenation of EXCLUDE_PKGS and CORE_PKGS
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    29
# should make up the list of all packages under the
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    30
# src/shared/classes directory of the JDK source tree.
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    31
#
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    32
EXCLUDE_PKGS =             \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    33
  java.awt.peer            \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    34
  java.awt.dnd.peer        \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    35
  sun.*                    \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    36
  com.sun.*                \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    37
  org.apache.*             \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    38
  org.jcp.*		   \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    39
  org.w3c.dom.css          \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    40
  org.w3c.dom.html         \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    41
  org.w3c.dom.stylesheets  \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    42
  org.w3c.dom.traversal    \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    43
  org.w3c.dom.ranges       \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    44
  org.w3c.dom.views        \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    45
  org.omg.stub.javax.management.remote.rmi
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    46
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    47
#
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    48
# ACTIVE_JSR_PKGS are packages that are part of an active JSR process--
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    49
# one that is doing its own review. These packages are not included when
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    50
# creating diff pages for the platform's JCP process.
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    51
# 
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    52
#       (see /java/pubs/apisrc/jdk/6.0/beta/make/docs/active_jsr_pkgs)
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    53
# Note:
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    54
# This is a list of regular expressions. So foo.* matches "foo" and "foo.bar".
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    55
#
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    56
ACTIVE_JSR_PKGS= \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    57
  java.lang.invoke \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    58
  java.sql  \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    59
  javax.activation  \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    60
  javax.annotation.*  \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    61
  javax.jws.*  \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    62
  javax.lang.*  \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    63
  javax.management.*  \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    64
  javax.script  \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    65
  javax.sql.*  \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    66
  javax.tools.*  \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    67
  javax.xml.*  \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    68
  org.w3c.*  \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    69
  org.xml.sax
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    70
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    71
#
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    72
# CORE_PKGS is the list of packages that form the
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    73
# Java API Specification.
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    74
#
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    75
### ***IMPORTANT NOTE***
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    76
### There is also a "REGEXP" variable in the docs/makefile that
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    77
### determines which table the packages go in on the main page.
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    78
### Currently, there is only table ("Platform Packages") and
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    79
### everything goes in it, so REGEXP is "*". But if that policy
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    80
### changes, packages added will need to be reflected in  that
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    81
### list of wildcard expressions, as well.
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    82
###
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    83
CORE_PKGS =                                      \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    84
  java.applet                                    \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    85
  java.awt                                       \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    86
  java.awt.color                                 \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    87
  java.awt.datatransfer                          \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    88
  java.awt.dnd                                   \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    89
  java.awt.event                                 \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    90
  java.awt.font                                  \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    91
  java.awt.geom                                  \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    92
  java.awt.im                                    \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    93
  java.awt.im.spi                                \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    94
  java.awt.image                                 \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    95
  java.awt.image.renderable                      \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    96
  java.awt.print                                 \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    97
  java.beans                                     \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    98
  java.beans.beancontext                         \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    99
  java.io                                        \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   100
  java.lang                                      \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   101
  java.lang.annotation                           \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   102
  java.lang.instrument                           \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   103
  java.lang.invoke                               \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   104
  java.lang.management                           \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   105
  java.lang.ref                                  \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   106
  java.lang.reflect                              \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   107
  java.math                                      \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   108
  java.net                                       \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   109
  java.nio                                       \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   110
  java.nio.channels                              \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   111
  java.nio.channels.spi                          \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   112
  java.nio.charset                               \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   113
  java.nio.charset.spi                           \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   114
  java.nio.file					 \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   115
  java.nio.file.attribute			 \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   116
  java.nio.file.spi				 \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   117
  java.rmi                                       \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   118
  java.rmi.activation                            \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   119
  java.rmi.dgc                                   \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   120
  java.rmi.registry                              \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   121
  java.rmi.server                                \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   122
  java.security                                  \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   123
  java.security.acl                              \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   124
  java.security.cert                             \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   125
  java.security.interfaces                       \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   126
  java.security.spec                             \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   127
  java.sql                                       \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   128
  java.text                                      \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   129
  java.text.spi                                  \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   130
  java.util                                      \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   131
  java.util.concurrent                           \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   132
  java.util.concurrent.atomic                    \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   133
  java.util.concurrent.locks                     \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   134
  java.util.jar                                  \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   135
  java.util.logging                              \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   136
  java.util.prefs                                \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   137
  java.util.regex                                \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   138
  java.util.spi                                  \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   139
  java.util.zip                                  \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   140
  javax.accessibility                            \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   141
  javax.activation                               \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   142
  javax.activity                                 \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   143
  javax.annotation                               \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   144
  javax.annotation.processing                    \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   145
  javax.crypto                                   \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   146
  javax.crypto.interfaces                        \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   147
  javax.crypto.spec                              \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   148
  javax.imageio                                  \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   149
  javax.imageio.event                            \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   150
  javax.imageio.metadata                         \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   151
  javax.imageio.plugins.jpeg                     \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   152
  javax.imageio.plugins.bmp                      \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   153
  javax.imageio.spi                              \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   154
  javax.imageio.stream                           \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   155
  javax.jws                                      \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   156
  javax.jws.soap                                 \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   157
  javax.lang.model                               \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   158
  javax.lang.model.element                       \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   159
  javax.lang.model.type                          \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   160
  javax.lang.model.util                          \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   161
  javax.management                               \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   162
  javax.management.loading                       \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   163
  javax.management.monitor                       \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   164
  javax.management.relation                      \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   165
  javax.management.openmbean                     \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   166
  javax.management.timer                         \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   167
  javax.management.modelmbean                    \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   168
  javax.management.remote                        \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   169
  javax.management.remote.rmi                    \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   170
  javax.naming                                   \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   171
  javax.naming.directory                         \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   172
  javax.naming.event                             \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   173
  javax.naming.ldap                              \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   174
  javax.naming.spi                               \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   175
  javax.net                                      \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   176
  javax.net.ssl                                  \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   177
  javax.print                                    \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   178
  javax.print.attribute                          \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   179
  javax.print.attribute.standard                 \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   180
  javax.print.event                              \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   181
  javax.rmi                                      \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   182
  javax.rmi.CORBA                                \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   183
  javax.rmi.ssl                                  \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   184
  javax.script                                   \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   185
  javax.security.auth                            \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   186
  javax.security.auth.callback                   \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   187
  javax.security.auth.kerberos                   \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   188
  javax.security.auth.login                      \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   189
  javax.security.auth.spi                        \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   190
  javax.security.auth.x500                       \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   191
  javax.security.cert                            \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   192
  javax.security.sasl                            \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   193
  javax.sound.sampled                            \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   194
  javax.sound.sampled.spi                        \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   195
  javax.sound.midi                               \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   196
  javax.sound.midi.spi                           \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   197
  javax.sql                                      \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   198
  javax.sql.rowset                               \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   199
  javax.sql.rowset.serial                        \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   200
  javax.sql.rowset.spi                           \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   201
  javax.swing                                    \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   202
  javax.swing.border                             \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   203
  javax.swing.colorchooser                       \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   204
  javax.swing.filechooser                        \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   205
  javax.swing.event                              \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   206
  javax.swing.table                              \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   207
  javax.swing.text                               \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   208
  javax.swing.text.html                          \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   209
  javax.swing.text.html.parser                   \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   210
  javax.swing.text.rtf                           \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   211
  javax.swing.tree                               \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   212
  javax.swing.undo                               \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   213
  javax.swing.plaf                               \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   214
  javax.swing.plaf.basic                         \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   215
  javax.swing.plaf.metal                         \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   216
  javax.swing.plaf.multi                         \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   217
  javax.swing.plaf.nimbus                        \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   218
  javax.swing.plaf.synth                         \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   219
  javax.tools                                    \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   220
  javax.tools.annotation                         \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   221
  javax.transaction                              \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   222
  javax.transaction.xa                           \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   223
  javax.xml.parsers                              \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   224
  javax.xml.bind                                 \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   225
  javax.xml.bind.annotation                      \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   226
  javax.xml.bind.annotation.adapters             \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   227
  javax.xml.bind.attachment                      \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   228
  javax.xml.bind.helpers                         \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   229
  javax.xml.bind.util                            \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   230
  javax.xml.soap                                 \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   231
  javax.xml.ws                                   \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   232
  javax.xml.ws.handler                           \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   233
  javax.xml.ws.handler.soap                      \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   234
  javax.xml.ws.http                              \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   235
  javax.xml.ws.soap                              \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   236
  javax.xml.ws.spi                               \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   237
  javax.xml.ws.spi.http                          \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   238
  javax.xml.ws.wsaddressing                      \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   239
  javax.xml.transform                            \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   240
  javax.xml.transform.sax                        \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   241
  javax.xml.transform.dom                        \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   242
  javax.xml.transform.stax                       \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   243
  javax.xml.transform.stream                     \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   244
  javax.xml                                      \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   245
  javax.xml.crypto				 \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   246
  javax.xml.crypto.dom				 \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   247
  javax.xml.crypto.dsig				 \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   248
  javax.xml.crypto.dsig.dom			 \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   249
  javax.xml.crypto.dsig.keyinfo			 \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   250
  javax.xml.crypto.dsig.spec			 \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   251
  javax.xml.datatype                             \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   252
  javax.xml.validation                           \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   253
  javax.xml.namespace                            \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   254
  javax.xml.xpath                                \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   255
  javax.xml.stream                               \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   256
  javax.xml.stream.events                        \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   257
  javax.xml.stream.util                          \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   258
  org.ietf.jgss                                  \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   259
  org.omg.CORBA                                  \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   260
  org.omg.CORBA.DynAnyPackage                    \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   261
  org.omg.CORBA.ORBPackage                       \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   262
  org.omg.CORBA.TypeCodePackage                  \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   263
  org.omg.stub.java.rmi                          \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   264
  org.omg.CORBA.portable                         \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   265
  org.omg.CORBA_2_3                              \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   266
  org.omg.CORBA_2_3.portable                     \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   267
  org.omg.CosNaming                              \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   268
  org.omg.CosNaming.NamingContextExtPackage      \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   269
  org.omg.CosNaming.NamingContextPackage         \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   270
  org.omg.SendingContext                         \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   271
  org.omg.PortableServer                         \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   272
  org.omg.PortableServer.CurrentPackage          \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   273
  org.omg.PortableServer.POAPackage              \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   274
  org.omg.PortableServer.POAManagerPackage       \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   275
  org.omg.PortableServer.ServantLocatorPackage   \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   276
  org.omg.PortableServer.portable                \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   277
  org.omg.PortableInterceptor                    \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   278
  org.omg.PortableInterceptor.ORBInitInfoPackage \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   279
  org.omg.Messaging                              \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   280
  org.omg.IOP                                    \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   281
  org.omg.IOP.CodecFactoryPackage                \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   282
  org.omg.IOP.CodecPackage                       \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   283
  org.omg.Dynamic                                \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   284
  org.omg.DynamicAny                             \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   285
  org.omg.DynamicAny.DynAnyPackage               \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   286
  org.omg.DynamicAny.DynAnyFactoryPackage        \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   287
  org.w3c.dom                                    \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   288
  org.w3c.dom.events                             \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   289
  org.w3c.dom.bootstrap                          \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   290
  org.w3c.dom.ls                                 \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   291
  org.xml.sax                                    \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   292
  org.xml.sax.ext                                \
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
   293
  org.xml.sax.helpers