Codebase list jboss-logmanager / 3dd9aa7
Drop disable-apiviz.patch Markus Koschany 5 years ago
3 changed file(s) with 1 addition(s) and 31 deletion(s). Raw diff Collapse all Expand all
11
22 * New upstream version 2.1.5.
33 * Declare compliance with Debian Policy 4.2.1.
4 * Drop disable-apiviz.patch. No longer needed.
45
56 -- Markus Koschany <apo@debian.org> Sat, 06 Oct 2018 11:46:58 +0200
67
+0
-30
debian/patches/disable-apiviz.patch less more
0 From: Markus Koschany <apo@debian.org>
1 Date: Tue, 3 Mar 2015 10:58:41 +0100
2 Subject: disable apiviz
3
4 Disable the apiviz JavaDoc doclet because it is not packaged yet.
5 Forwarded: not-needed
6 ---
7 pom.xml | 4 ++--
8 1 file changed, 2 insertions(+), 2 deletions(-)
9
10 diff --git a/pom.xml b/pom.xml
11 index b85fcf5..12a19f8 100644
12 --- a/pom.xml
13 +++ b/pom.xml
14 @@ -148,7 +148,7 @@
15 </plugin>
16 </plugins>
17 </build>
18 - <reporting>
19 + <!-- <reporting>
20 <plugins>
21 <plugin>
22 <artifactId>maven-javadoc-plugin</artifactId>
23 @@ -170,5 +170,5 @@
24 </configuration>
25 </plugin>
26 </plugins>
27 - </reporting>
28 + </reporting> -->
29 </project>
+0
-1
debian/patches/series less more
0 disable-apiviz.patch