Move download location of FindBugs to a place where RAT does not analyze.

git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@962458 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jan Materne 2010-07-09 09:19:23 +00:00
parent fbca71c5bd
commit 26d0a0612a
1 changed files with 1 additions and 1 deletions

View File

@ -592,7 +592,7 @@
value="http://garr.dl.sourceforge.net/sourceforge/findbugs/${findbugs.download.file}"
description="The download adress at a mirror of Sourceforge."/>
<property name="findbugs.download.to"
value=".downloads"
value="${build.dir}/.downloads"
description="Where to store the download and 'install' Findbugs."/>
<available
property="findbugs.home"