8042244: Re-examine the supportedness of non-SE org.w3c.dom.** API
authorjoehw
Thu, 16 Apr 2015 12:51:41 -0700
changeset 29864 b5ccc98fb547
parent 29863 403c1f8ca4a4
child 29865 60e4eefce6e4
8042244: Re-examine the supportedness of non-SE org.w3c.dom.** API Reviewed-by: mchung, alanb, lancea
modules.xml
--- a/modules.xml	Thu Apr 16 12:08:16 2015 -0700
+++ b/modules.xml	Thu Apr 16 12:51:41 2015 -0700
@@ -1844,6 +1844,23 @@
     </export>
   </module>
   <module>
+    <name>jdk.xml.dom</name>
+    <depend>java.base</depend>
+    <depend re-exports="true">java.xml</depend>
+    <export>
+      <name>org.w3c.dom.css</name>
+    </export>
+    <export>
+      <name>org.w3c.dom.html</name>
+    </export>
+    <export>
+      <name>org.w3c.dom.stylesheets</name>
+    </export>
+    <export>
+      <name>org.w3c.dom.xpath</name>
+    </export>
+  </module>
+  <module>
     <name>jdk.xml.ws</name>
     <depend>java.base</depend>
     <depend>java.compiler</depend>