make/build.properties

changeset 578
b7fc560217d3
parent 554
9d9f26857129
child 579
d33b91f360fc
equal deleted inserted replaced
577:852d8bb356bc 578:b7fc560217d3
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=<a href="${javadoc.jls3.url}">The Java Language Specification, Third Edition</a> 75 javadoc.jls3.cite=<a href="${javadoc.jls3.url}">The Java Language Specification, Third Edition</a>
76 javadoc.jls3.option=-tag "jls3:a:See <cite>${javadoc.jls3.cite}</cite>:" 76 javadoc.jls3.option=-tag "jls3:a:See <cite>${javadoc.jls3.cite}</cite>:"
77 77
78 # jtreg, used to run the JDK regression tests 78 # jtreg, used to run the JDK regression tests
79 # See http://openjdk.java.net/jtreg/
79 # Override this path as needed, either on the command line or in 80 # Override this path as needed, either on the command line or in
80 # one of the standard user build.properties files (see build.xml) 81 # one of the standard user build.properties files (see build.xml)
81 82
82 # jtreg.home = /opt/jtreg/3.2.2_02 83 # jtreg.home = /opt/jtreg/4.1
83 84
84 # findbugs 85 # findbugs
86 # See http://findbugs.sourceforge.net/
85 # Override this path as needed, either on the command line or in 87 # Override this path as needed, either on the command line or in
86 # one of the standard user build.properties files (see build.xml) 88 # one of the standard user build.properties files (see build.xml)
87 89
88 # findbugs.home = /opt/findbugs/1.2.1 90 # findbugs.home = /opt/findbugs/1.2.1
91
92 # vizant (graph visualization tool for Ant)
93 # See http://vizant.sourceforge.net/
94 # Override this path as needed, either on the command line or in
95 # one of the standard user build.properties files (see build.xml)
96
97 # vizant.jar = /opt/vizant/0.1.2/vizant-0.1.2.jar
98 # dot = dot
89 99
90 #------------------------------------------------------------ 100 #------------------------------------------------------------
91 101
92 # The following properties define the packages for each of the tools. 102 # The following properties define the packages for each of the tools.
93 # Syntactically, they should be suitable as arguments for the "includes" 103 # Syntactically, they should be suitable as arguments for the "includes"

mercurial