Print this page


Split Close
Expand all
Collapse all
          --- old/make/Javadoc.gmk
          +++ new/make/Javadoc.gmk
↓ open down ↓ 106 lines elided ↑ open up ↑
 107  107  COPYRIGHT_URL = $(DOCSDIR_URL)/legal/cpyr.html
 108  108  
 109  109  # Url to bug filing site
 110  110  BUG_SUBMIT_URL = http://bugreport.sun.com/bugreport/
 111  111  
 112  112  # Common line for how to submit a bug or rfe
 113  113  BUG_SUBMIT_LINE = <a href="$(BUG_SUBMIT_URL)">Submit a bug or feature</a>
 114  114  
 115  115  # Url to devdocs page
 116  116  # Was: http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html
 117      -DEV_DOCS_URL-7 = http://download.oracle.com/javase/7/docs/index.html
 118      -DEV_DOCS_URL-8 = http://download.oracle.com/javase/8/docs/index.html
      117 +DEV_DOCS_URL-7 = https://docs.oracle.com/javase/7/docs/index.html
      118 +DEV_DOCS_URL-8 = https://docs.oracle.com/javase/8/docs/index.html
 119  119  DEV_DOCS_URL = $(DEV_DOCS_URL-$(JDK_MINOR_VERSION))
 120      -DOCS_BASE_URL = http://download.oracle.com/javase/7/docs
      120 +DOCS_BASE_URL = https://docs.oracle.com/javase/7/docs
 121  121  
 122  122  # Common Java trademark line
 123  123  JAVA_TRADEMARK_LINE = Java is a trademark or registered trademark of \
 124  124  $(FULL_COMPANY_NAME) in the US and other countries.
 125  125  
 126  126  #################################################################
 127  127  # Macros:
 128  128  
 129  129  
 130  130  # List of all possible directories for javadoc to look for sources
↓ open down ↓ 1191 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX