OpenJDK / jdk / jdk
changeset 25044:b6b9495dfc62
8023276: Java SE should include the full DOM API from JAXP
Reviewed-by: lancea, mchung, alanb
author | joehw |
---|---|
date | Mon, 30 Jun 2014 18:04:13 -0700 |
parents | b5598c2ddf6f |
children | 506b4671efa4 |
files | make/common/CORE_PKGS.gmk |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/make/common/CORE_PKGS.gmk Mon Jun 30 14:27:37 2014 -0700 +++ b/make/common/CORE_PKGS.gmk Mon Jun 30 18:04:13 2014 -0700 @@ -39,8 +39,6 @@ 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 @@ 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 \