8008435: Fix new build to include jdk.Supported in ct.sym

Tue, 19 Feb 2013 00:24:55 -0800

author
darcy
date
Tue, 19 Feb 2013 00:24:55 -0800
changeset 641
ecc8fda8f187
parent 619
76808fb4194a
child 642
eca3bce3d151

8008435: Fix new build to include jdk.Supported in ct.sym
Reviewed-by: erikj

common/makefiles/javadoc/NON_CORE_PKGS.gmk file | annotate | diff | comparison | revisions
     1.1 --- a/common/makefiles/javadoc/NON_CORE_PKGS.gmk	Wed Feb 13 11:21:14 2013 -0800
     1.2 +++ b/common/makefiles/javadoc/NON_CORE_PKGS.gmk	Tue Feb 19 00:24:55 2013 -0800
     1.3 @@ -80,7 +80,8 @@
     1.4  
     1.5  TREEAPI_PKGS 	 = com.sun.source.doctree \
     1.6  		   com.sun.source.tree \
     1.7 -		   com.sun.source.util
     1.8 +		   com.sun.source.util \
     1.9 +		   jdk
    1.10  
    1.11  SMARTCARDIO_PKGS = javax.smartcardio
    1.12  
    1.13 @@ -93,6 +94,8 @@
    1.14                     com.apple.eio
    1.15  endif
    1.16  
    1.17 +JDK_PKGS     = jdk
    1.18 +
    1.19  # non-core packages in rt.jar
    1.20  NON_CORE_PKGS    = $(DOMAPI_PKGS) \
    1.21                     $(MGMT_PKGS) \
    1.22 @@ -103,5 +106,5 @@
    1.23                     $(HTTPSERVER_PKGS) \
    1.24                     $(SMARTCARDIO_PKGS) \
    1.25                     $(SCTPAPI_PKGS) \
    1.26 -                   $(APPLE_EXT_PKGS)
    1.27 -
    1.28 +                   $(APPLE_EXT_PKGS) \
    1.29 +                   $(JDK_PKGS)

mercurial