Request For Review: JDK-8005090 Include com.sun.source.doctree in Tree API docs

Erik Joelsson erik.joelsson at oracle.com
Mon Dec 17 08:16:45 UTC 2012


Looks good to me.

/Erik

On 2012-12-15 02:31, Jonathan Gibbons wrote:
> We need to add a recently new package into the Tree API docs, in both 
> the old build and new build.  Here are the simple diffs for the two 
> affected files.
>
> -- Jon
>
>
> $ hg diff && hg diff -R jdk
> diff -r fb1bf5e5bc9e common/makefiles/javadoc/NON_CORE_PKGS.gmk
> --- a/common/makefiles/javadoc/NON_CORE_PKGS.gmk    Thu Dec 06 
> 15:38:31 2012 -0800
> +++ b/common/makefiles/javadoc/NON_CORE_PKGS.gmk    Fri Dec 14 
> 17:17:48 2012 -0800
> @@ -78,7 +78,8 @@
>
>  JCONSOLE_PKGS    = com.sun.tools.jconsole
>
> -TREEAPI_PKGS      = com.sun.source.tree \
> +TREEAPI_PKGS      = com.sun.source.doctree \
> +           com.sun.source.tree \
>             com.sun.source.util
>
>  SMARTCARDIO_PKGS = javax.smartcardio
> diff -r 8d7323a9d8ed make/docs/NON_CORE_PKGS.gmk
> --- a/make/docs/NON_CORE_PKGS.gmk    Thu Dec 13 21:18:27 2012 -0500
> +++ b/make/docs/NON_CORE_PKGS.gmk    Fri Dec 14 17:17:48 2012 -0800
> @@ -76,7 +76,8 @@
>
>  JCONSOLE_PKGS    = com.sun.tools.jconsole
>
> -TREEAPI_PKGS      = com.sun.source.tree \
> +TREEAPI_PKGS      = com.sunsource.doctree \
> +           com.sun.source.tree \
>             com.sun.source.util
>
>  SMARTCARDIO_PKGS = javax.smartcardio
>



More information about the build-dev mailing list