common/makefiles/javadoc/NON_CORE_PKGS.gmk

changeset 641
ecc8fda8f187
parent 547
a0779b1e9a4d
child 839
174a54ce39c4
equal deleted inserted replaced
619:76808fb4194a 641:ecc8fda8f187
78 78
79 JCONSOLE_PKGS = com.sun.tools.jconsole 79 JCONSOLE_PKGS = com.sun.tools.jconsole
80 80
81 TREEAPI_PKGS = com.sun.source.doctree \ 81 TREEAPI_PKGS = com.sun.source.doctree \
82 com.sun.source.tree \ 82 com.sun.source.tree \
83 com.sun.source.util 83 com.sun.source.util \
84 jdk
84 85
85 SMARTCARDIO_PKGS = javax.smartcardio 86 SMARTCARDIO_PKGS = javax.smartcardio
86 87
87 SCTPAPI_PKGS = com.sun.nio.sctp 88 SCTPAPI_PKGS = com.sun.nio.sctp
88 89
91 com.apple.eawt \ 92 com.apple.eawt \
92 com.apple.eawt.event \ 93 com.apple.eawt.event \
93 com.apple.eio 94 com.apple.eio
94 endif 95 endif
95 96
97 JDK_PKGS = jdk
98
96 # non-core packages in rt.jar 99 # non-core packages in rt.jar
97 NON_CORE_PKGS = $(DOMAPI_PKGS) \ 100 NON_CORE_PKGS = $(DOMAPI_PKGS) \
98 $(MGMT_PKGS) \ 101 $(MGMT_PKGS) \
99 $(JAAS_PKGS) \ 102 $(JAAS_PKGS) \
100 $(JGSS_PKGS) \ 103 $(JGSS_PKGS) \
101 $(NIO_PKGS) \ 104 $(NIO_PKGS) \
102 $(OLD_JSSE_PKGS) \ 105 $(OLD_JSSE_PKGS) \
103 $(HTTPSERVER_PKGS) \ 106 $(HTTPSERVER_PKGS) \
104 $(SMARTCARDIO_PKGS) \ 107 $(SMARTCARDIO_PKGS) \
105 $(SCTPAPI_PKGS) \ 108 $(SCTPAPI_PKGS) \
106 $(APPLE_EXT_PKGS) 109 $(APPLE_EXT_PKGS) \
107 110 $(JDK_PKGS)

mercurial