8023276: Java SE should include the full DOM API from JAXP
authorjoehw
Mon, 30 Jun 2014 18:04:13 -0700
changeset 25044 b6b9495dfc62
parent 25043 b5598c2ddf6f
child 25046 506b4671efa4
8023276: Java SE should include the full DOM API from JAXP Reviewed-by: lancea, mchung, alanb
make/common/CORE_PKGS.gmk
--- 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 \