equal
deleted
inserted
replaced
114 BUG_SUBMIT_LINE = <a href="$(BUG_SUBMIT_URL)">Submit a bug or feature</a> |
114 BUG_SUBMIT_LINE = <a href="$(BUG_SUBMIT_URL)">Submit a bug or feature</a> |
115 |
115 |
116 # Url to devdocs page |
116 # Url to devdocs page |
117 # Was: http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html |
117 # Was: http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html |
118 DEV_DOCS_URL-7 = http://download.oracle.com/javase/7/docs/index.html |
118 DEV_DOCS_URL-7 = http://download.oracle.com/javase/7/docs/index.html |
119 # This isn't added in old build yet. |
119 DEV_DOCS_URL-8 = http://download.oracle.com/javase/8/docs/index.html |
120 #DEV_DOCS_URL-8 = http://download.oracle.com/javase/7/docs/index.html |
|
121 DEV_DOCS_URL = $(DEV_DOCS_URL-$(JDK_MINOR_VERSION)) |
120 DEV_DOCS_URL = $(DEV_DOCS_URL-$(JDK_MINOR_VERSION)) |
122 DOCS_BASE_URL = http://download.oracle.com/javase/7/docs |
121 DOCS_BASE_URL = http://download.oracle.com/javase/7/docs |
123 |
122 |
124 # Common Java trademark line |
123 # Common Java trademark line |
125 JAVA_TRADEMARK_LINE = Java is a trademark or registered trademark of \ |
124 JAVA_TRADEMARK_LINE = Java is a trademark or registered trademark of \ |