You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2014/07/05 19:19:38 UTC

svn commit: r1608069 - /gump/metadata/testbase/antlibs-compress.xml

Author: bodewig
Date: Sat Jul  5 17:19:38 2014
New Revision: 1608069

URL: http://svn.apache.org/r1608069
Log:
add ivy.jar even if Gump will ignore the stuff Ivy does

Modified:
    gump/metadata/testbase/antlibs-compress.xml

Modified: gump/metadata/testbase/antlibs-compress.xml
URL: http://svn.apache.org/viewvc/gump/metadata/testbase/antlibs-compress.xml?rev=1608069&r1=1608068&r2=1608069&view=diff
==============================================================================
--- gump/metadata/testbase/antlibs-compress.xml (original)
+++ gump/metadata/testbase/antlibs-compress.xml Sat Jul  5 17:19:38 2014
@@ -43,6 +43,9 @@
     <jar name="build/ant-compress-@@DATE@@.jar"/>
     <license name="common/LICENSE"/>
 
+    <!-- Ivy is not used when running in Gump but build will fail
+         without this -->
+    <work nested="ivy/ivy.jar"/>
   </project>
 
   <project name="compress-antlib-test">
@@ -59,5 +62,6 @@
 
     <license name="common/LICENSE"/>
 
+    <work nested="ivy/ivy.jar"/>
   </project>
 </module>