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 2011/11/05 06:00:26 UTC

svn commit: r1197884 - /gump/metadata/project/ant-antlibs.xml

Author: bodewig
Date: Sat Nov  5 05:00:25 2011
New Revision: 1197884

URL: http://svn.apache.org/viewvc?rev=1197884&view=rev
Log:
prepare for compress-antlib gaining XZ support

Modified:
    gump/metadata/project/ant-antlibs.xml

Modified: gump/metadata/project/ant-antlibs.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ant-antlibs.xml?rev=1197884&r1=1197883&r2=1197884&view=diff
==============================================================================
--- gump/metadata/project/ant-antlibs.xml (original)
+++ gump/metadata/project/ant-antlibs.xml Sat Nov  5 05:00:25 2011
@@ -72,6 +72,8 @@
     <depend project="commons-compress" runtime="true"/>
     <depend project="xml-xerces"/>
     <depend project="xml-apis"/>
+    <!-- actually XZ is not needed during the build but only at runtime -->
+    <depend project="xz" runtime="true"/>
 
     <jar name="compress/build/ant-compress-@@DATE@@.jar"/>
     <license name="compress/common/LICENSE"/>