make/common/NON_CORE_PKGS.gmk
changeset 25045 7b8a6a85baa4
parent 23836 a199f7dbfbc6
child 27140 afcbbfccf839
equal deleted inserted replaced
25039:a0f814f72ad4 25045:7b8a6a85baa4
    31 # These environment variables are used by javadoc in
    31 # These environment variables are used by javadoc in
    32 # make/docs/Makefile and are referenced by the localization
    32 # make/docs/Makefile and are referenced by the localization
    33 # team when determining which APIs to extract javadoc
    33 # team when determining which APIs to extract javadoc
    34 # comments from.
    34 # comments from.
    35 
    35 
    36 DOMAPI_PKGS = com.sun.java.browser.dom \
    36 DOMAPI_PKGS = org.w3c.dom \
    37     org.w3c.dom \
       
    38     org.w3c.dom.bootstrap \
    37     org.w3c.dom.bootstrap \
    39     org.w3c.dom.ls \
    38     org.w3c.dom.ls \
    40     org.w3c.dom.ranges \
    39     org.w3c.dom.ranges \
    41     org.w3c.dom.traversal \
    40     org.w3c.dom.traversal \
    42     org.w3c.dom.html \
    41     org.w3c.dom.html \