make/common/NON_CORE_PKGS.gmk

Print this page




  77     com.sun.tools.attach.spi
  78 
  79 JCONSOLE_PKGS = com.sun.tools.jconsole
  80 
  81 TREEAPI_PKGS = com.sun.source.doctree \
  82     com.sun.source.tree \
  83     com.sun.source.util \
  84     jdk
  85 
  86 SMARTCARDIO_PKGS = javax.smartcardio
  87 
  88 SCTPAPI_PKGS = com.sun.nio.sctp
  89 
  90 ifeq ($(PLATFORM), macosx)
  91   APPLE_EXT_PKGS = com.apple.concurrent \
  92       com.apple.eawt \
  93       com.apple.eawt.event \
  94       com.apple.eio
  95 endif
  96 
  97 JDK_PKGS = jdk

  98 
  99 # non-core packages in rt.jar
 100 NON_CORE_PKGS = $(DOMAPI_PKGS) \
 101     $(MGMT_PKGS) \
 102     $(JAAS_PKGS) \
 103     $(JGSS_PKGS) \
 104     $(NIO_PKGS) \
 105     $(OLD_JSSE_PKGS) \
 106     $(HTTPSERVER_PKGS) \
 107     $(SMARTCARDIO_PKGS) \
 108     $(SCTPAPI_PKGS) \
 109     $(APPLE_EXT_PKGS) \
 110     $(JDK_PKGS)


  77     com.sun.tools.attach.spi
  78 
  79 JCONSOLE_PKGS = com.sun.tools.jconsole
  80 
  81 TREEAPI_PKGS = com.sun.source.doctree \
  82     com.sun.source.tree \
  83     com.sun.source.util \
  84     jdk
  85 
  86 SMARTCARDIO_PKGS = javax.smartcardio
  87 
  88 SCTPAPI_PKGS = com.sun.nio.sctp
  89 
  90 ifeq ($(PLATFORM), macosx)
  91   APPLE_EXT_PKGS = com.apple.concurrent \
  92       com.apple.eawt \
  93       com.apple.eawt.event \
  94       com.apple.eio
  95 endif
  96 
  97 JDK_PKGS = jdk \
  98       jdk.net
  99 
 100 # non-core packages in rt.jar
 101 NON_CORE_PKGS = $(DOMAPI_PKGS) \
 102     $(MGMT_PKGS) \
 103     $(JAAS_PKGS) \
 104     $(JGSS_PKGS) \
 105     $(NIO_PKGS) \
 106     $(OLD_JSSE_PKGS) \
 107     $(HTTPSERVER_PKGS) \
 108     $(SMARTCARDIO_PKGS) \
 109     $(SCTPAPI_PKGS) \
 110     $(APPLE_EXT_PKGS) \
 111     $(JDK_PKGS)