You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by he...@apache.org on 2006/11/21 08:20:05 UTC

svn commit: r477537 - /gump/metadata/project/jakarta-velocity.xml

Author: henning
Date: Mon Nov 20 23:20:04 2006
New Revision: 477537

URL: http://svn.apache.org/viewvc?view=rev&rev=477537
Log:
Ok, first iteration choked on building the dep jar. Let's see if it works when we pass
the version to unpack in explicitly.

Modified:
    gump/metadata/project/jakarta-velocity.xml

Modified: gump/metadata/project/jakarta-velocity.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/jakarta-velocity.xml?view=diff&rev=477537&r1=477536&r2=477537
==============================================================================
--- gump/metadata/project/jakarta-velocity.xml (original)
+++ gump/metadata/project/jakarta-velocity.xml Mon Nov 20 23:20:04 2006
@@ -38,6 +38,14 @@
 
       <!-- gump provides our dependencies. No need to download them. -->
       <property name="velocity.skip.download" value="true"/>
+
+      <!-- But for building the dep jar, we must unpack collections, lang and oro.
+           Let's pass in the version of the newly built jars for that. You find the
+           properties to override in build.properties 
+       -->
+      <property name="jar.commons-collections.version" value="@@DATE@@"/>
+      <property name="jar.commons-lang.version" value="@@DATE@@"/>
+      <property name="jar.oro.version" value="@@DATE@@"/>
     </ant>
 
     <!-- Because Velocity contains ant tasks. Do we really need inherit? -->
@@ -49,7 +57,6 @@
     <depend project="commons-lang" />
     <depend project="logging-log4j" />
     <depend project="jdom" />
-    <depend project="jakarta-oro" />
     <depend project="jakarta-servletapi-4" />
     <depend project="werken.xpath" />