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/23 00:19:03 UTC

svn commit: r478373 - in /jakarta/velocity/engine/trunk/build: build.xml download.xml

Author: henning
Date: Wed Nov 22 15:19:03 2006
New Revision: 478373

URL: http://svn.apache.org/viewvc?view=rev&rev=478373
Log:
people like me, who possess only a short memory will re-invent the
wheel twice. As we already *have* a mechanism to skip the jar
downloading, remove the gump 'improvement' in favor of
skip.jar.loading.



Modified:
    jakarta/velocity/engine/trunk/build/build.xml
    jakarta/velocity/engine/trunk/build/download.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=478373&r1=478372&r2=478373
==============================================================================
--- jakarta/velocity/engine/trunk/build/build.xml (original)
+++ jakarta/velocity/engine/trunk/build/build.xml Wed Nov 22 15:19:03 2006
@@ -111,10 +111,8 @@
 
     <mkdir dir="${build.dir}"/>
     <mkdir dir="${build.dest}"/>
-    <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">

Modified: jakarta/velocity/engine/trunk/build/download.xml
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/build/download.xml?view=diff&rev=478373&r1=478372&r2=478373
==============================================================================
--- jakarta/velocity/engine/trunk/build/download.xml (original)
+++ jakarta/velocity/engine/trunk/build/download.xml Wed Nov 22 15:19:03 2006
@@ -28,8 +28,7 @@
 -->
 
 <project name="Velocity" basedir="..">
-  <target name="build-download" unless="velocity.skip.download"
-          description="Download all the Velocity dependencies from the central repository">
+  <target name="build-download" description="Download all the Velocity dependencies from the central repository">
    <mkdir dir="${build.lib}" />
    <antcall target="antlr-download" />
    <antcall target="avalon-logkit-download" />



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