make/Javadoc.gmk

Print this page

        

*** 112,125 **** # Common line for how to submit a bug or rfe BUG_SUBMIT_LINE = <a href="$(BUG_SUBMIT_URL)">Submit a bug or feature</a> # Url to devdocs page # Was: http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html ! DEV_DOCS_URL-7 = http://download.oracle.com/javase/7/docs/index.html ! DEV_DOCS_URL-8 = http://download.oracle.com/javase/8/docs/index.html DEV_DOCS_URL = $(DEV_DOCS_URL-$(JDK_MINOR_VERSION)) ! DOCS_BASE_URL = http://download.oracle.com/javase/7/docs # Common Java trademark line JAVA_TRADEMARK_LINE = Java is a trademark or registered trademark of \ $(FULL_COMPANY_NAME) in the US and other countries. --- 112,125 ---- # Common line for how to submit a bug or rfe BUG_SUBMIT_LINE = <a href="$(BUG_SUBMIT_URL)">Submit a bug or feature</a> # Url to devdocs page # Was: http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html ! DEV_DOCS_URL-7 = https://docs.oracle.com/javase/7/docs/index.html ! DEV_DOCS_URL-8 = https://docs.oracle.com/javase/8/docs/index.html DEV_DOCS_URL = $(DEV_DOCS_URL-$(JDK_MINOR_VERSION)) ! DOCS_BASE_URL = https://docs.oracle.com/javase/7/docs # Common Java trademark line JAVA_TRADEMARK_LINE = Java is a trademark or registered trademark of \ $(FULL_COMPANY_NAME) in the US and other countries.