make/build.properties

changeset 46
7708bd6d800d
parent 1
9a66ca7c79fa
child 47
12c9e612e9e3
equal deleted inserted replaced
42:f7e64b33d5a4 46:7708bd6d800d
64 javac.debuglevel = source,lines 64 javac.debuglevel = source,lines
65 javac.no.jdk.warnings = -XDignore.symbol.file=true 65 javac.no.jdk.warnings = -XDignore.symbol.file=true
66 # set the following to -version to verify the versions of javac being used 66 # set the following to -version to verify the versions of javac being used
67 javac.version.opt = 67 javac.version.opt =
68 # in time, there should be no exceptions to -Xlint:all 68 # in time, there should be no exceptions to -Xlint:all
69 javac.lint.opts = -Xlint:all,-unchecked,-deprecation,-fallthrough,-cast,-serial -Werror 69 javac.lint.opts = -Xlint:all,-deprecation,-fallthrough,-serial -Werror
70 70
71 # options for the <javadoc> task for javac 71 # options for the <javadoc> task for javac
72 javadoc.jls3.url=http://java.sun.com/docs/books/jls/ 72 javadoc.jls3.url=http://java.sun.com/docs/books/jls/
73 javadoc.jls3.cite=&lt;a href=&quot;${javadoc.jls3.url}&quot;&gt;The Java Language Specification, Third Edition&lt;/a&gt; 73 javadoc.jls3.cite=&lt;a href=&quot;${javadoc.jls3.url}&quot;&gt;The Java Language Specification, Third Edition&lt;/a&gt;
74 javadoc.jls3.option=-tag "jls3:a:See &lt;cite&gt;${javadoc.jls3.cite}&lt;/cite&gt;:" 74 javadoc.jls3.option=-tag "jls3:a:See &lt;cite&gt;${javadoc.jls3.cite}&lt;/cite&gt;:"
118 118
119 javah.tests = \ 119 javah.tests = \
120 tools/javah/ 120 tools/javah/
121 121
122 javap.includes = \ 122 javap.includes = \
123 com/sun/tools/classfile/ \
124 com/sun/tools/javap/ \
123 sun/tools/javap/ 125 sun/tools/javap/
124 126
125 javap.tests = \ 127 javap.tests = \
126 tools/javap/ 128 tools/javap/
127 129

mercurial