Author: nbubna
Date: Mon Nov 27 12:40:29 2006
New Revision: 479756
URL: http://svn.apache.org/viewvc?view=rev&rev=479756
Log:
skip.jar.loading property is sufficient
Modified:
jakarta/velocity/tools/trunk/download.xml
Modified: jakarta/velocity/tools/trunk/download.xml
URL:
http://svn.apache.org/viewvc/jakarta/velocity/tools/trunk/download.xml?view=diff&rev=479756&r1=479755&r2=479756
==============================================================================
--- jakarta/velocity/tools/trunk/download.xml (original)
+++ jakarta/velocity/tools/trunk/download.xml Mon Nov 27 12:40:29 2006
@@ -27,8 +27,8 @@
This is here so that the main build file is not cluttered any further.
-->
-<project name="Velocity" basedir="..">
- <target name="build-download" unless="velocity.skip.download"
+<project name="VelocityTools" basedir=".">
+ <target name="build-download"
description="Download all dependencies needed to build VelocityTools
from the central repository">
<antcall target="commons-beanutils-download" />
<antcall target="commons-collections-download" />
@@ -43,7 +43,7 @@
<antcall target="velocity-download" />
</target>
- <target name="docs-download" unless="velocity.skip.download"
+ <target name="docs-download"
description="Download all dependencies needed to render
VelocityTools documentation from the central repository">
<antcall target="dom4j-download" />
<antcall target="commons-collections-download" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]