diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2014-02-13 00:07:36 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2014-02-13 00:07:36 +0000 |
commit | ad8ded4b1d4ae24eb5744633bf72ed7b6cfa50e1 (patch) | |
tree | 907743a6dafc33dd4cc018582fc1e3ce39881bc6 /build.xml | |
parent | f0858279fd7976e9efb492ab4a45a4b6e26a5c2e (diff) | |
download | poi-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.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"/> |