make/build.properties

changeset 507
dbcba45123cd
parent 505
87eb6edd4f21
child 554
9d9f26857129
equal deleted inserted replaced
506:85242c273d31 507:dbcba45123cd
66 javac.debuglevel = source,lines 66 javac.debuglevel = source,lines
67 javac.no.jdk.warnings = -XDignore.symbol.file=true 67 javac.no.jdk.warnings = -XDignore.symbol.file=true
68 # set the following to -version to verify the versions of javac being used 68 # set the following to -version to verify the versions of javac being used
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,-static -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;:"

mercurial