8006843: org.w3c.dom.events.UIEvent.getView is specified to return type that is not in the Java SE specification

Reviewed-by: mduigou, tbell
This commit is contained in:
Alan Bateman 2013-10-02 04:21:42 +01:00
parent 8b333a9914
commit fd4113c58e

@ -41,7 +41,6 @@ EXCLUDE_PKGS = \
org.w3c.dom.stylesheets \
org.w3c.dom.traversal \
org.w3c.dom.ranges \
org.w3c.dom.views \
org.omg.stub.javax.management.remote.rmi
#
@ -295,6 +294,7 @@ CORE_PKGS = \
org.w3c.dom.events \
org.w3c.dom.bootstrap \
org.w3c.dom.ls \
org.w3c.dom.views \
org.xml.sax \
org.xml.sax.ext \
org.xml.sax.helpers