common/makefiles/javadoc/NON_CORE_PKGS.gmk

changeset 839
174a54ce39c4
parent 641
ecc8fda8f187
     1.1 --- a/common/makefiles/javadoc/NON_CORE_PKGS.gmk	Wed Oct 09 18:51:32 2013 -0700
     1.2 +++ b/common/makefiles/javadoc/NON_CORE_PKGS.gmk	Thu Oct 10 14:58:19 2013 +0200
     1.3 @@ -24,87 +24,87 @@
     1.4  #
     1.5  
     1.6  #
     1.7 -# This file contains the package names of all the "non-core" 
     1.8 -# API published in the Java 2 SDK documentation.  "Non-core" means
     1.9 +# This file contains the package names of all the "non-core"
    1.10 +# API published in the Java 2 SDK documentation. "Non-core" means
    1.11  # it includes all published API outside of the JDK API specification.
    1.12  #
    1.13 -# These environment variables are used by javadoc in 
    1.14 +# These environment variables are used by javadoc in
    1.15  # make/docs/Makefile and are referenced by the localization
    1.16  # team when determining which APIs to extract javadoc
    1.17  # comments from.
    1.18  
    1.19 -DOMAPI_PKGS      = com.sun.java.browser.dom   \
    1.20 -                   org.w3c.dom                \
    1.21 -                   org.w3c.dom.bootstrap      \
    1.22 -                   org.w3c.dom.ls             \
    1.23 -                   org.w3c.dom.ranges         \
    1.24 -                   org.w3c.dom.traversal      \
    1.25 -                   org.w3c.dom.html           \
    1.26 -                   org.w3c.dom.stylesheets    \
    1.27 -                   org.w3c.dom.css            \
    1.28 -                   org.w3c.dom.events         \
    1.29 -                   org.w3c.dom.views
    1.30 +DOMAPI_PKGS = com.sun.java.browser.dom \
    1.31 +    org.w3c.dom \
    1.32 +    org.w3c.dom.bootstrap \
    1.33 +    org.w3c.dom.ls \
    1.34 +    org.w3c.dom.ranges \
    1.35 +    org.w3c.dom.traversal \
    1.36 +    org.w3c.dom.html \
    1.37 +    org.w3c.dom.stylesheets \
    1.38 +    org.w3c.dom.css \
    1.39 +    org.w3c.dom.events \
    1.40 +    org.w3c.dom.views
    1.41  
    1.42 -JDI_PKGS         = com.sun.jdi                \
    1.43 -                   com.sun.jdi.event          \
    1.44 -                   com.sun.jdi.request        \
    1.45 -                   com.sun.jdi.connect        \
    1.46 -                   com.sun.jdi.connect.spi
    1.47 +JDI_PKGS = com.sun.jdi \
    1.48 +    com.sun.jdi.event \
    1.49 +    com.sun.jdi.request \
    1.50 +    com.sun.jdi.connect \
    1.51 +    com.sun.jdi.connect.spi
    1.52  
    1.53 -MGMT_PKGS        = com.sun.management
    1.54 +MGMT_PKGS = com.sun.management
    1.55  
    1.56 -JAAS_PKGS        = com.sun.security.auth          \
    1.57 -                   com.sun.security.auth.callback \
    1.58 -                   com.sun.security.auth.login    \
    1.59 -                   com.sun.security.auth.module
    1.60 +JAAS_PKGS = com.sun.security.auth \
    1.61 +    com.sun.security.auth.callback \
    1.62 +    com.sun.security.auth.login \
    1.63 +    com.sun.security.auth.module
    1.64  
    1.65 -JGSS_PKGS        = com.sun.security.jgss
    1.66 +JGSS_PKGS = com.sun.security.jgss
    1.67  
    1.68 -OLD_JSSE_PKGS    = com.sun.net.ssl
    1.69 +OLD_JSSE_PKGS = com.sun.net.ssl
    1.70  
    1.71 -HTTPSERVER_PKGS  = com.sun.net.httpserver       \
    1.72 -                   com.sun.net.httpserver.spi 
    1.73 +HTTPSERVER_PKGS = com.sun.net.httpserver \
    1.74 +    com.sun.net.httpserver.spi
    1.75  
    1.76 -NIO_PKGS         = com.sun.nio.file
    1.77 +NIO_PKGS = com.sun.nio.file
    1.78  
    1.79 -DOCLETAPI_PKGS   = com.sun.javadoc
    1.80 +DOCLETAPI_PKGS = com.sun.javadoc
    1.81  
    1.82 -TAGLETAPI_FILE   = com/sun/tools/doclets/Taglet.java
    1.83 +TAGLETAPI_FILE = com/sun/tools/doclets/Taglet.java
    1.84  
    1.85 -TAGLETAPI_PKGS   = com.sun.tools.doclets
    1.86 +TAGLETAPI_PKGS = com.sun.tools.doclets
    1.87  
    1.88 -ATTACH_PKGS      = com.sun.tools.attach         \
    1.89 -                   com.sun.tools.attach.spi
    1.90 +ATTACH_PKGS = com.sun.tools.attach \
    1.91 +    com.sun.tools.attach.spi
    1.92  
    1.93 -JCONSOLE_PKGS    = com.sun.tools.jconsole
    1.94 +JCONSOLE_PKGS = com.sun.tools.jconsole
    1.95  
    1.96 -TREEAPI_PKGS 	 = com.sun.source.doctree \
    1.97 -		   com.sun.source.tree \
    1.98 -		   com.sun.source.util \
    1.99 -		   jdk
   1.100 +TREEAPI_PKGS = com.sun.source.doctree \
   1.101 +    com.sun.source.tree \
   1.102 +    com.sun.source.util \
   1.103 +    jdk
   1.104  
   1.105  SMARTCARDIO_PKGS = javax.smartcardio
   1.106  
   1.107 -SCTPAPI_PKGS     = com.sun.nio.sctp
   1.108 +SCTPAPI_PKGS = com.sun.nio.sctp
   1.109  
   1.110  ifeq ($(PLATFORM), macosx)
   1.111 -APPLE_EXT_PKGS   = com.apple.concurrent   \
   1.112 -                   com.apple.eawt         \
   1.113 -                   com.apple.eawt.event   \
   1.114 -                   com.apple.eio
   1.115 +  APPLE_EXT_PKGS = com.apple.concurrent \
   1.116 +      com.apple.eawt \
   1.117 +      com.apple.eawt.event \
   1.118 +      com.apple.eio
   1.119  endif
   1.120  
   1.121 -JDK_PKGS     = jdk
   1.122 +JDK_PKGS = jdk
   1.123  
   1.124  # non-core packages in rt.jar
   1.125 -NON_CORE_PKGS    = $(DOMAPI_PKGS) \
   1.126 -                   $(MGMT_PKGS) \
   1.127 -                   $(JAAS_PKGS) \
   1.128 -                   $(JGSS_PKGS) \
   1.129 -                   $(NIO_PKGS) \
   1.130 -                   $(OLD_JSSE_PKGS) \
   1.131 -                   $(HTTPSERVER_PKGS) \
   1.132 -                   $(SMARTCARDIO_PKGS) \
   1.133 -                   $(SCTPAPI_PKGS) \
   1.134 -                   $(APPLE_EXT_PKGS) \
   1.135 -                   $(JDK_PKGS)
   1.136 +NON_CORE_PKGS = $(DOMAPI_PKGS) \
   1.137 +    $(MGMT_PKGS) \
   1.138 +    $(JAAS_PKGS) \
   1.139 +    $(JGSS_PKGS) \
   1.140 +    $(NIO_PKGS) \
   1.141 +    $(OLD_JSSE_PKGS) \
   1.142 +    $(HTTPSERVER_PKGS) \
   1.143 +    $(SMARTCARDIO_PKGS) \
   1.144 +    $(SCTPAPI_PKGS) \
   1.145 +    $(APPLE_EXT_PKGS) \
   1.146 +    $(JDK_PKGS)

mercurial