aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authoralanb <none@none>2013-10-02 04:21:42 +0100
committeralanb <none@none>2013-10-02 04:21:42 +0100
commit0e63549177e817f2b67f57d757639019551f1804 (patch)
tree1c6c385f613bd32c32dea85a1c2f512be8c494ed /common
parent4dd8b9062f61ce5ad2ae48e142b049a7b2d273b3 (diff)
8006843: org.w3c.dom.events.UIEvent.getView is specified to return type that is not in the Java SE specification
Reviewed-by: mduigou, tbell
Diffstat (limited to 'common')
-rw-r--r--common/makefiles/javadoc/CORE_PKGS.gmk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/makefiles/javadoc/CORE_PKGS.gmk b/common/makefiles/javadoc/CORE_PKGS.gmk
index aede994..b486aac 100644
--- a/common/makefiles/javadoc/CORE_PKGS.gmk
+++ b/common/makefiles/javadoc/CORE_PKGS.gmk
@@ -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