> On Apr 19, 2017, at 5:36 AM, Magnus Ihse Bursie wrote:
> 
> WebRev: http://cr.openjdk.java.net/~ihse/JDK-8178038-javadoc-specs/webrev.01

 368 JDWP_PROTOCOL := $(SUPPORT_OUTPUTDIR)/gensrc/jdk.jdi/jdwp-protocol.html
 369 $(eval $(call SetupCopyFiles, COPY_JDWP_PROTOCOL, \
 370     FILES := $(JDWP_PROTOCOL), \
 371     DEST := $(JAVADOC_OUTPUTDIR)/specs/jdwp, \
 372 ))

Is there any reason why jdwp-protocol.html is not copied to the “specs” 
directory?

docs-docs-specs copies specs to jdk docs.  I would expect there will be 
docs-javase-specs to copy specs from Java SE modules to javase-docs/specs but 
missing.

Mandy

Reply via email to