batik/batik-disable-doclint.patch
2015-05-13 18:40:03 +02:00

11 lines
530 B
Diff

--- build.xml~ 2015-05-13 18:35:58.077435053 +0200
+++ build.xml 2015-05-13 18:38:26.464632854 +0200
@@ -2092,6 +2092,7 @@
doctitle="${Project} API Specification ${completeVersion}"
bottom="Copyright © ${year} <a href='http://www.apache.org/'>Apache Software Foundation</a>. All Rights Reserved.">
<arg value="-notimestamp"/>
+ <arg value="-Xdoclint:none"/>
<sourcepath path="${src}"/>
<classpath refid="libs-classpath"/>
<link href="${dom.javadoc}"/>