make/build.properties

changeset 972
694ff82ca68e
parent 798
4868a36f6fd8
child 1137
c1238fcc9515
equal deleted inserted replaced
971:bfbc197b560f 972:694ff82ca68e
69 javac.version.opt = 69 javac.version.opt =
70 # in time, there should be no exceptions to -Xlint:all 70 # in time, there should be no exceptions to -Xlint:all
71 javac.lint.opts = -Xlint:all,-deprecation -Werror 71 javac.lint.opts = -Xlint:all,-deprecation -Werror
72 72
73 # options for the <javadoc> task for javac 73 # options for the <javadoc> task for javac
74 javadoc.jls3.url=http://java.sun.com/docs/books/jls/ 74 #javadoc.jls3.url=http://java.sun.com/docs/books/jls/
75 javadoc.jls3.cite=&lt;a href=&quot;${javadoc.jls3.url}&quot;&gt;The Java Language Specification, Third Edition&lt;/a&gt; 75 #javadoc.jls3.cite=&lt;a href=&quot;${javadoc.jls3.url}&quot;&gt;The Java Language Specification, Third Edition&lt;/a&gt;
76 javadoc.jls3.option=-tag "jls3:a:See &lt;cite&gt;${javadoc.jls3.cite}&lt;/cite&gt;:" 76 #javadoc.jls3.option=-tag "jls3:a:See &lt;cite&gt;${javadoc.jls3.cite}&lt;/cite&gt;:"
77
78
79 javadoc.jls.cite=The Java&trade; Language Specification
80
81 javadoc.jls.option=-tag "jls:a:See &lt;cite&gt;${javadoc.jls.cite}&lt;/cite&gt;:"
82
83
84
85
77 86
78 # jtreg, used to run the JDK regression tests 87 # jtreg, used to run the JDK regression tests
79 # See http://openjdk.java.net/jtreg/ 88 # See http://openjdk.java.net/jtreg/
80 # Override this path as needed, either on the command line or in 89 # Override this path as needed, either on the command line or in
81 # one of the standard user build.properties files (see build.xml) 90 # one of the standard user build.properties files (see build.xml)

mercurial