8025741: Fix jdk/make/docs/Makefile to point to correct docs URL for JDK 8.

Fri, 04 Oct 2013 15:26:37 -0700

author
bpatel
date
Fri, 04 Oct 2013 15:26:37 -0700
changeset 817
6b8f5030e5ad
parent 816
187a759c08ba
child 818
7c0e2fd8be4d
child 843
4d23143c676a

8025741: Fix jdk/make/docs/Makefile to point to correct docs URL for JDK 8.
Reviewed-by: tbell

common/makefiles/javadoc/Javadoc.gmk file | annotate | diff | comparison | revisions
     1.1 --- a/common/makefiles/javadoc/Javadoc.gmk	Wed Oct 02 04:21:42 2013 +0100
     1.2 +++ b/common/makefiles/javadoc/Javadoc.gmk	Fri Oct 04 15:26:37 2013 -0700
     1.3 @@ -116,8 +116,7 @@
     1.4  # Url to devdocs page
     1.5  #   Was: http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html
     1.6  DEV_DOCS_URL-7 = http://download.oracle.com/javase/7/docs/index.html
     1.7 -# This isn't added in old build yet.
     1.8 -#DEV_DOCS_URL-8 = http://download.oracle.com/javase/7/docs/index.html
     1.9 +DEV_DOCS_URL-8 = http://download.oracle.com/javase/8/docs/index.html
    1.10  DEV_DOCS_URL = $(DEV_DOCS_URL-$(JDK_MINOR_VERSION))
    1.11  DOCS_BASE_URL = http://download.oracle.com/javase/7/docs
    1.12  

mercurial