jdk/makefiles/common/internal/Defs-corba.gmk
changeset 13164 72c5d01a857d
parent 13082 9b19b2302c28
child 13167 efec101d7d87
equal deleted inserted replaced
13082:9b19b2302c28 13164:72c5d01a857d
     1 #
       
     2 # Copyright (c) 1997, 2007, 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 # The specific packages that come from or go to rt.jar and tools.jar
       
    27 IMPORT_RT_PACKAGES +=  \
       
    28      org/omg/CORBA \
       
    29      org/omg/CORBA_2_3 \
       
    30      org/omg/CosNaming \
       
    31      org/omg/Dynamic \
       
    32      org/omg/DynamicAny \
       
    33      org/omg/IOP \
       
    34      org/omg/Messaging \
       
    35      org/omg/PortableInterceptor \
       
    36      org/omg/PortableServer \
       
    37      org/omg/SendingContext \
       
    38      org/omg/stub/java/rmi \
       
    39      javax/rmi \
       
    40      javax/rmi/CORBA \
       
    41      javax/activity \
       
    42      javax/transaction \
       
    43      com/sun/corba/se/GiopIDL \
       
    44      com/sun/corba/se/PortableActivationIDL \
       
    45      com/sun/corba/se/impl \
       
    46      com/sun/corba/se/internal \
       
    47      com/sun/corba/se/org/omg/CORBA \
       
    48      com/sun/corba/se/pept \
       
    49      com/sun/corba/se/spi \
       
    50      com/sun/org/omg/CORBA \
       
    51      com/sun/org/omg/SendingContext \
       
    52      com/sun/tools/corba/se/logutil \
       
    53      sun/corba \
       
    54      sun/rmi/rmic/iiop
       
    55 
       
    56 IMPORT_TOOLS_PACKAGES += \
       
    57      com/sun/tools/corba/se/idl \
       
    58      sun/rmi/rmic/iiop
       
    59 
       
    60 IMPORT_CORBA_BINARIES += \
       
    61      lib/orb.idl \
       
    62      lib/ir.idl
       
    63