8023276: Java SE should include the full DOM API from JAXP

Reviewed-by: lancea, mchung, alanb
This commit is contained in:
Joe Wang 2014-06-30 18:04:13 -07:00
parent f5c7c3c790
commit 61183bb10c

View File

@ -39,8 +39,6 @@ EXCLUDE_PKGS = \
org.w3c.dom.css \
org.w3c.dom.html \
org.w3c.dom.stylesheets \
org.w3c.dom.traversal \
org.w3c.dom.ranges \
org.omg.stub.javax.management.remote.rmi
#
@ -294,6 +292,8 @@ CORE_PKGS = \
org.w3c.dom.events \
org.w3c.dom.bootstrap \
org.w3c.dom.ls \
org.w3c.dom.ranges \
org.w3c.dom.traversal \
org.w3c.dom.views \
org.xml.sax \
org.xml.sax.ext \