Author: jhm
Date: Fri Jul  9 09:19:23 2010
New Revision: 962458

URL: http://svn.apache.org/viewvc?rev=962458&view=rev
Log:
Move download location of FindBugs to a place where RAT does not analyze.

Modified:
    ant/ivy/core/trunk/build.xml

Modified: ant/ivy/core/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/build.xml?rev=962458&r1=962457&r2=962458&view=diff
==============================================================================
--- ant/ivy/core/trunk/build.xml (original)
+++ ant/ivy/core/trunk/build.xml Fri Jul  9 09:19:23 2010
@@ -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" 


Reply via email to