Author: cbrisson
Date: Sun Jan 7 07:39:11 2007
New Revision: 493756
URL: http://svn.apache.org/viewvc?view=rev&rev=493756
Log:
fix skip.jar.loading handling for test downloads (bis repetitas)
Modified:
velocity/tools/trunk/download.xml
Modified: velocity/tools/trunk/download.xml
URL:
http://svn.apache.org/viewvc/velocity/tools/trunk/download.xml?view=diff&rev=493756&r1=493755&r2=493756
==============================================================================
--- velocity/tools/trunk/download.xml (original)
+++ velocity/tools/trunk/download.xml Sun Jan 7 07:39:11 2007
@@ -120,7 +120,8 @@
<and>
<isfalse value="${force.jar.loading}"/>
<available
file="${test.lib.dir}/${download.name}-${download.version}.jar"/>
- </and>
+ </and>
+ </or>
</condition>
<antcall target="do-http-test-download"/>
</target>