8044063: Remove com.sun.java.browser.* from jdk repo
Reviewed-by: darcy, alanb
This commit is contained in:
parent
d71f56547b
commit
1211cc5dbc
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user