Review Request 8057627: Add org.w3c.dom.ranges and org.w3c.dom.traversal as exported API in modules.xml

Mandy Chung mandy.chung at oracle.com
Fri Sep 5 14:55:08 UTC 2014


On 9/5/2014 12:53 AM, Alan Bateman wrote:
> 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.

That's what I was thinking too and the module definitions define the 
exported package lists that should be used to generate the javadoc.

Mandy


More information about the jigsaw-dev mailing list