On 04/09/2014 23:09, Mandy Chung wrote:
org.w3c.dom.ranges and org.w3c.dom.traversal APIs were included in
Java SE 6
but the javadoc for these APIs have been missing in the Java SE API
documentation. It has been recently fixed (JDK-8023276 [1]).
This patch updates modules.xml to export these 2 packages from
javax.xml module
accordingly.
This looks okay.
Once we are a bit further along then it would be good to see if we can
replace the package lists for javadoc that currently defined in
CORE_PKGS.gmk and NON_CORE_PKGS.gmk as it is easy for these to get out
of sync.
-Alan.