tjsb (Bug 20780):
The api-docs target in build.xml supplies a version of 1.7 to javadoc, which
is no longer current.
The following patch defines a "docversion" property (set to 1.9) which is used
by the javadoc command. The new property is defined near the
existing "version" property to make it easier to keep them in step.
The patch also updates the JDK version to 1.3, and spreads the javadoc
attributes over multiple lines to make them easier to read.
tjsb (Bug 20780): The api-docs target in build.xml supplies a version of 1.7 to javadoc, which is no longer current.
The following patch defines a "docversion" property (set to 1.9) which is used by the javadoc command. The new property is defined near the existing "version" property to make it easier to keep them in step.
The patch also updates the JDK version to 1.3, and spreads the javadoc attributes over multiple lines to make them easier to read.
Severity: normal OS: other