Fridrich Strba 2017-09-29 06:55:53 +00:00 committed by Git OBS Bridge
parent 60b4b8ff62
commit d98702c5be
2 changed files with 10 additions and 2 deletions

View File

@ -10,12 +10,11 @@ index 9c46389..c523220 100644
<copy todir="doc/apidocs">
<!-- IMPORTANT:
Add a fixcrlf if we add non-binary files to doc/apidocs. -->
@@ -974,7 +975,7 @@ examples:
@@ -974,7 +975,6 @@ examples:
src/org/hsqldb/auth/LdapAuthBean.java,
src/org/hsqldb/auth/LdapAuthBeanTester.java"
destdir="doc/apidocs"
- stylesheetfile="doc/apidocs/javadoc.css"
+ additionalparam="-Xdoclint:none"
docencoding="UTF-8"
charset="UTF-8"
author="true"

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Sep 29 06:52:51 UTC 2017 - fstrba@suse.com
- Mofified patch:
* hsqldb-apidocs.patch
+ Don't force -Xdoclint:none, since we switched the default
doclint run off in all our java-devel providers and this
option does not work with java < 1.8
-------------------------------------------------------------------
Fri Sep 8 06:50:36 UTC 2017 - fstrba@suse.com