2dd5bb1
From 1af3481114fda16bc6104618ac19b98577b69460 Mon Sep 17 00:00:00 2001
e14cd08
From: Mikolaj Izdebski <mizdebsk@redhat.com>
e14cd08
Date: Thu, 14 May 2015 06:26:09 +0200
6b693ca
Subject: [PATCH 3/5] Disable javadoc doclint
e14cd08
e14cd08
---
e14cd08
 build.xml | 1 +
e14cd08
 1 file changed, 1 insertion(+)
e14cd08
e14cd08
diff --git a/build.xml b/build.xml
2dd5bb1
index 427aa4c..4f212f0 100644
e14cd08
--- a/build.xml
e14cd08
+++ b/build.xml
2dd5bb1
@@ -964,6 +964,7 @@ NOTE:
e14cd08
       bottom="Copyright ${year} The Apache Software Foundation. All Rights Reserved."
e14cd08
       overview="${src.dir}/java/org/apache/fop/overview.html"
e14cd08
       maxmemory="256M">
e14cd08
+      <arg value="-Xdoclint:none"/>
e14cd08
       <header></header>
e14cd08
       <footer></footer>
e14cd08
       <classpath>
e14cd08
-- 
e14cd08
2.1.0
e14cd08