--- a/langtools/make/build.properties Tue Apr 12 20:58:06 2011 -0700
+++ b/langtools/make/build.properties Wed Apr 13 11:35:43 2011 -0700
@@ -71,9 +71,18 @@
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=<a href="${javadoc.jls3.url}">The Java Language Specification, Third Edition</a>
-javadoc.jls3.option=-tag "jls3:a:See <cite>${javadoc.jls3.cite}</cite>:"
+#javadoc.jls3.url=http://java.sun.com/docs/books/jls/
+#javadoc.jls3.cite=<a href="${javadoc.jls3.url}">The Java Language Specification, Third Edition</a>
+#javadoc.jls3.option=-tag "jls3:a:See <cite>${javadoc.jls3.cite}</cite>:"
+
+
+javadoc.jls.cite=The Java™ Language Specification
+
+javadoc.jls.option=-tag "jls:a:See <cite>${javadoc.jls.cite}</cite>:"
+
+
+
+
# jtreg, used to run the JDK regression tests
# See http://openjdk.java.net/jtreg/