equal
deleted
inserted
replaced
45 # Common line for how to submit a bug or rfe |
45 # Common line for how to submit a bug or rfe |
46 BUG_SUBMIT_LINE = <a href=\"$(BUG_SUBMIT_URL)\">Submit a bug or feature</a> |
46 BUG_SUBMIT_LINE = <a href=\"$(BUG_SUBMIT_URL)\">Submit a bug or feature</a> |
47 |
47 |
48 # Url to devdocs page |
48 # Url to devdocs page |
49 # Was: http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html |
49 # Was: http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html |
50 DEV_DOCS_URL-5 = http://java.sun.com/j2se/1.5.0/docs |
50 DEV_DOCS_URL-5 = http://java.sun.com/j2se/1.5.0/docs/index.html |
51 DEV_DOCS_URL-6 = http://download.oracle.com/docs/cd/E17409_01/javase/6/docs |
51 DEV_DOCS_URL-6 = http://download.oracle.com/javase/6/docs/index.html |
52 DEV_DOCS_URL-7 = http://download.oracle.com/docs/cd/E17409_01/javase/7/docs |
52 DEV_DOCS_URL-7 = http://download.oracle.com/javase/7/docs/index.html |
53 DEV_DOCS_URL = $(DEV_DOCS_URL-$(JDK_MINOR_VERSION)) |
53 DEV_DOCS_URL = $(DEV_DOCS_URL-$(JDK_MINOR_VERSION)) |
54 |
54 |
55 # Url to Java Language Spec |
55 # Url to Java Language Spec |
56 JLS3_URL = http://java.sun.com/docs/books/jls/ |
56 JLS3_URL = http://java.sun.com/docs/books/jls/ |
57 |
57 |