summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2014-02-13 00:07:36 +0000
committerAndreas Beeker <kiwiwings@apache.org>2014-02-13 00:07:36 +0000
commitad8ded4b1d4ae24eb5744633bf72ed7b6cfa50e1 (patch)
tree907743a6dafc33dd4cc018582fc1e3ce39881bc6 /build.xml
parentf0858279fd7976e9efb492ab4a45a4b6e26a5c2e (diff)
downloadpoi-ad8ded4b1d4ae24eb5744633bf72ed7b6cfa50e1.tar.gz
poi-ad8ded4b1d4ae24eb5744633bf72ed7b6cfa50e1.zip
disable not applicable findbugs check
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1567815 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 9deaa09cf5..4500454aef 100644
--- a/build.xml
+++ b/build.xml
@@ -1404,7 +1404,8 @@ under the License.
</fileset>
</classpath>
</taskdef>
- <findbugs home="${findbugs.home}" output="html" outputFile="build/findbugs.html">
+ <findbugs home="${findbugs.home}" output="html" outputFile="build/findbugs.html"
+ includeFilter="src/resources/devtools/findbugs-filters.xml">
<fileset dir="${dist.dir}">
<include name="poi-${version.id}-*.jar"/>
<include name="poi-scratchpad-${version.id}-*.jar"/>