You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by he...@apache.org on 2006/11/22 12:44:34 UTC

svn commit: r478134 - /jakarta/velocity/engine/trunk/build/build.xml

Author: henning
Date: Wed Nov 22 03:44:34 2006
New Revision: 478134

URL: http://svn.apache.org/viewvc?view=rev&rev=478134
Log:
Also create the test-lib dir when skipping downloads. *NOW* Gump should build the bugger...

Modified:
    jakarta/velocity/engine/trunk/build/build.xml

Modified: jakarta/velocity/engine/trunk/build/build.xml
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/build/build.xml?view=diff&rev=478134&r1=478133&r2=478134
==============================================================================
--- jakarta/velocity/engine/trunk/build/build.xml (original)
+++ jakarta/velocity/engine/trunk/build/build.xml Wed Nov 22 03:44:34 2006
@@ -114,6 +114,7 @@
     <mkdir dir="${build.lib}" />
     <mkdir dir="${build.src}"/>
     <mkdir dir="${build.test.src}"/>
+    <mkdir dir="${build.test.lib}" />
     <mkdir dir="${build.test.dest}"/>
 
     <copy todir="${build.src}" filtering="yes">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org