jdk/make/common/internal/Defs-langtools.gmk
changeset 11826 8b378b0ae8fa
parent 5506 202f599c92aa
child 14902 c03055cef158
equal deleted inserted replaced
11825:267ac03556be 11826:8b378b0ae8fa
     1 #
     1 #
     2 # Copyright (c) 1997, 2008, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     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
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    30       javax/lang/model              \
    30       javax/lang/model              \
    31       javax/tools
    31       javax/tools
    32 
    32 
    33 IMPORT_TOOLS_PACKAGES +=            \
    33 IMPORT_TOOLS_PACKAGES +=            \
    34       com/sun/javadoc               \
    34       com/sun/javadoc               \
    35       com/sun/mirror                \
       
    36       com/sun/source                \
    35       com/sun/source                \
    37       com/sun/tools/apt             \
       
    38       com/sun/tools/classfile       \
    36       com/sun/tools/classfile       \
    39       com/sun/tools/doclets         \
    37       com/sun/tools/doclets         \
    40       com/sun/tools/javac           \
    38       com/sun/tools/javac           \
    41       com/sun/tools/javadoc         \
    39       com/sun/tools/javadoc         \
    42       com/sun/tools/javah           \
    40       com/sun/tools/javah           \