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

Jonathan Gibbons jonathan.gibbons at oracle.com
Sat Dec 15 01:31:16 UTC 2012


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