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 2017/01/10 19:58:18 UTC

svn commit: r1778181 - /gump/metadata/project/ant.xml

Author: bodewig
Date: Tue Jan 10 19:58:18 2017
New Revision: 1778181

URL: http://svn.apache.org/viewvc?rev=1778181&view=rev
Log:
Ant 1.10.x is getting support for XZ

Modified:
    gump/metadata/project/ant.xml

Modified: gump/metadata/project/ant.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ant.xml?rev=1778181&r1=1778180&r2=1778181&view=diff
==============================================================================
--- gump/metadata/project/ant.xml (original)
+++ gump/metadata/project/ant.xml Tue Jan 10 19:58:18 2017
@@ -97,6 +97,7 @@
     <option project="hamcrest-java"/>
     <option project="logging-log4j-12" runtime="true"/>
     <option project="oro" runtime="true"/>
+    <option project="xz" runtime="true"/>
 
     <home nested="build"/>
     <!-- since we are now running the compile-tests target, the work element is necessary 
@@ -126,6 +127,7 @@
     <jar name="lib/ant-junit.jar" id="ant-junit"/>
     <jar name="lib/ant-junit4.jar" id="ant-junit4"/>
     <jar name="lib/ant-swing.jar" id="ant-swing"/>
+    <jar name="lib/ant-xz.jar" id="ant-xz"/>
   </project>
 
   <!-- Ant 1.7+ is available under groupId org.apache.ant -->
@@ -151,6 +153,7 @@
     <jar name="build/lib/ant-junit.jar" id="ant-junit"/>
     <jar name="build/lib/ant-junit4.jar" id="ant-junit4"/>
     <jar name="build/lib/ant-swing.jar" id="ant-swing"/>
+    <jar name="build/lib/ant-xz.jar" id="ant-xz"/>
     <license name="LICENSE"/>
   </project>