aboutsummaryrefslogtreecommitdiff
path: root/make/build.properties
diff options
context:
space:
mode:
authorjjh <none@none>2011-04-13 11:35:43 -0700
committerjjh <none@none>2011-04-13 11:35:43 -0700
commit3386b282e62bc479909e4a0ebbea779517a1bc6f (patch)
tree386f0cb34376b3a6ec910c0eb556c37dc3e1e8c6 /make/build.properties
parent0260265c66b37b75be8bc6316a65c55b41de7522 (diff)
downloadjdk8u_langtools-3386b282e62bc479909e4a0ebbea779517a1bc6f.tar.gz
7032975: API files in javax.annotation.processing need to be updated for references to JLS
7032972: API files in javax.tools need to updated for references to JVM Spec with editions/hyperlinks 7032978: API files in javax.tools need to be updated for references to JLS with editions/hyperlinks Summary: Removed URLs and 'edition' references Reviewed-by: jjg, darcy
Diffstat (limited to 'make/build.properties')
-rw-r--r--make/build.properties15
1 files changed, 12 insertions, 3 deletions
diff --git a/make/build.properties b/make/build.properties
index ad48717a..5c4ad09c 100644
--- a/make/build.properties
+++ b/make/build.properties
@@ -71,9 +71,18 @@ javac.version.opt =
javac.lint.opts = -Xlint:all,-deprecation -Werror
# options for the <javadoc> task for javac
-javadoc.jls3.url=http://java.sun.com/docs/books/jls/
-javadoc.jls3.cite=&lt;a href=&quot;${javadoc.jls3.url}&quot;&gt;The Java Language Specification, Third Edition&lt;/a&gt;
-javadoc.jls3.option=-tag "jls3:a:See &lt;cite&gt;${javadoc.jls3.cite}&lt;/cite&gt;:"
+#javadoc.jls3.url=http://java.sun.com/docs/books/jls/
+#javadoc.jls3.cite=&lt;a href=&quot;${javadoc.jls3.url}&quot;&gt;The Java Language Specification, Third Edition&lt;/a&gt;
+#javadoc.jls3.option=-tag "jls3:a:See &lt;cite&gt;${javadoc.jls3.cite}&lt;/cite&gt;:"
+
+
+javadoc.jls.cite=The Java&trade; Language Specification
+
+javadoc.jls.option=-tag "jls:a:See &lt;cite&gt;${javadoc.jls.cite}&lt;/cite&gt;:"
+
+
+
+
# jtreg, used to run the JDK regression tests
# See http://openjdk.java.net/jtreg/