Author: nbubna
Date: Mon Nov 27 10:50:33 2006
New Revision: 479725

URL: http://svn.apache.org/viewvc?view=rev&rev=479725
Log:
make docs target able to function independent of compile target

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=479725&r1=479724&r2=479725
==============================================================================
--- jakarta/velocity/tools/trunk/download.xml (original)
+++ jakarta/velocity/tools/trunk/download.xml Mon Nov 27 10:50:33 2006
@@ -46,6 +46,8 @@
   <target name="docs-download" unless="velocity.skip.download"
           description="Download all dependencies needed to render 
VelocityTools documentation from the central repository">
     <antcall target="dom4j-download" />
+    <antcall target="commons-collections-download" />
+    <antcall target="velocity-download" />
     <antcall target="velocity-dvsl-download" />
   </target>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to