8142367: Allow files with .png extension to be copied for javadoc

Reviewed-by: erikj
This commit is contained in:
Bhavesh Patel 2015-11-16 22:49:45 +00:00
parent 4afbfc1a8e
commit 54850a316b

View File

@ -369,7 +369,7 @@ jdk.jcmd_COPY := _options
################################################################################
jdk.javadoc_COPY := .xml .css .js
jdk.javadoc_COPY := .xml .css .js .png
################################################################################