hsqldb/hsqldb-apidocs.patch

29 lines
954 B
Diff

diff --git a/build/build.xml b/build/build.xml
index 9c46389..c523220 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -140,6 +140,7 @@
There is no performance penalty, since the javadoc task regenerates
everything each run.
-->
+ <mkdir dir="doc/apidocs"/>
<copy todir="doc/apidocs">
<!-- IMPORTANT:
Add a fixcrlf if we add non-binary files to doc/apidocs. -->
@@ -804,7 +805,6 @@
description="Create javadoc for the distribution package">
<javadoc
destdir="doc/apidocs"
- stylesheetfile="doc/apidocs/javadoc.css"
docencoding="UTF-8"
charset="UTF-8"
author="true"
@@ -852,7 +852,6 @@
<javadoc
destdir="doc/apidocs"
docencoding="UTF-8"
- stylesheetfile="doc/apidocs/javadoc.css"
charset="UTF-8"
linksource="true"
author="true"