1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Markus Koschany <apo@debian.org>
Date: Thu, 23 Aug 2018 12:52:04 +0200
Subject: 15 javadoc doclet
The missing doclet class causes a javadoc error thus no javadoc will be built
at all.
Forwarded: not-needed
---
build.xml | 2 --
1 file changed, 2 deletions(-)
--- a/build.xml
+++ b/build.xml
@@ -565,8 +565,6 @@
bottom="Copyright &copy; ${year} The Apache Software Foundation"
locale="en"
additionalparam="-notimestamp"
- doclet="org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet"
- docletpath="${ivy.lib}/audience-annotations-${audience-annotations.version}.jar"
>
<fileset dir="${java.src.dir}">
|