You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2007/09/21 19:48:20 UTC

svn commit: r578213 - /velocity/tools/branches/2.x/download.xml

Author: nbubna
Date: Fri Sep 21 10:48:19 2007
New Revision: 578213

URL: http://svn.apache.org/viewvc?rev=578213&view=rev
Log:
update download path for DVSL 1.0

Modified:
    velocity/tools/branches/2.x/download.xml

Modified: velocity/tools/branches/2.x/download.xml
URL: http://svn.apache.org/viewvc/velocity/tools/branches/2.x/download.xml?rev=578213&r1=578212&r2=578213&view=diff
==============================================================================
--- velocity/tools/branches/2.x/download.xml (original)
+++ velocity/tools/branches/2.x/download.xml Fri Sep 21 10:48:19 2007
@@ -247,8 +247,9 @@
   </target>
 
   <target name="velocity-dvsl-download">
-    <property name="download.name" value="velocity-dvsl" />
+    <property name="download.name" value="dvsl" />
     <property name="download.version" value="${jar.velocity-dvsl.version}" />
+    <property name="download.path" value="org/apache/dvsl/${download.name}/${download.version}" />
     <antcall target="http-download"/>
   </target>