Hi,
Please find below a trivial patch for
JBS: https://bugs.openjdk.java.net/browse/JDK-8169723
webrev: http://cr.openjdk.java.net/~dfuchs/webrev_8169723/webrev.00/
The org.w3c.dom.xpath package is now exported by the jdk.xml.dom package.
Somehow this copyright file was copied instead of being moved, so now
java.xml sources have an empty org.w3c.dom.xpath package that only
contains the COPYRIGHT.html file: this file should be removed.
Note:
$ diff jaxp/src/java.xml/share/classes/org/w3c/dom/xpath/COPYRIGHT.html
jaxp/src/jdk.xml.dom/share/classes/org/w3c/dom/xpath/COPYRIGHT.html
shows that the two files are identical.
best regards,
-- daniel