8044063: Remove com.sun.java.browser.* from jdk repo

Reviewed-by: darcy, alanb
This commit is contained in:
Mandy Chung 2014-06-20 13:35:56 -07:00
parent d71f56547b
commit 1211cc5dbc
2 changed files with 2 additions and 3 deletions

View File

@ -527,7 +527,7 @@ DOMAPI_WINDOWTITLE := Common DOM API
DOMAPI_HEADER := <strong>Common DOM API</strong>
DOMAPI_BOTTOM := $(call CommonTrademarkBottom,$(DOMAPI_FIRST_COPYRIGHT_YEAR))
DOMAPI_GROUPNAME := Packages
DOMAPI_REGEXP := com.sun.java.browser.dom:org.w3c.dom*
DOMAPI_REGEXP := org.w3c.dom*
# DOMAPI_PKGS is located in NON_CORE_PKGS.gmk
# The index.html, options, and packages files

View File

@ -33,8 +33,7 @@
# team when determining which APIs to extract javadoc
# comments from.
DOMAPI_PKGS = com.sun.java.browser.dom \
org.w3c.dom \
DOMAPI_PKGS = org.w3c.dom \
org.w3c.dom.bootstrap \
org.w3c.dom.ls \
org.w3c.dom.ranges \