Update to latest findbugs version 3.0.1, reported issues go from 163 to 209 :(

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1710195 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2015-10-23 12:16:11 +00:00
parent dd48f58f95
commit 4ce73544a7
1 changed files with 5 additions and 4 deletions

View File

@ -458,6 +458,7 @@ under the License.
<include name="xercesImpl-*.jar"/>
<include name="junit-3*"/>
<include name="junit-4.11*"/>
<include name="findbugs-noUpdateChecks-2.0.3.zip"/>
</fileset>
<fileset dir="${ooxml.lib}">
<include name="ooxml-schemas-1.1-sources.jar"/>
@ -1784,14 +1785,14 @@ under the License.
<target name="findbugs">
<antcall target="downloadfile">
<param name="sourcefile" value="http://prdownloads.sourceforge.net/findbugs/findbugs-noUpdateChecks-2.0.3.zip?download"/>
<param name="destfile" value="${main.lib}/findbugs-noUpdateChecks-2.0.3.zip"/>
<param name="sourcefile" value="http://prdownloads.sourceforge.net/findbugs/findbugs-noUpdateChecks-3.0.1.zip?download"/>
<param name="destfile" value="${main.lib}/findbugs-noUpdateChecks-3.0.1.zip"/>
</antcall>
<unzip src="${main.lib}/findbugs-noUpdateChecks-2.0.3.zip"
<unzip src="${main.lib}/findbugs-noUpdateChecks-3.0.1.zip"
dest="build/findbugs/lib">
<patternset>
<include name="findbugs-2.0.3/lib/**"/>
<include name="findbugs-3.0.1/lib/**"/>
</patternset>
<mapper type="flatten"/>
</unzip>