You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2012/04/11 07:12:50 UTC

svn commit: r1324556 - in /ant/antlibs/compress/trunk: project-template.ivy.xml project-template.pom

Author: bodewig
Date: Wed Apr 11 05:12:50 2012
New Revision: 1324556

URL: http://svn.apache.org/viewvc?rev=1324556&view=rev
Log:
announce XZ support in POM

Modified:
    ant/antlibs/compress/trunk/project-template.ivy.xml
    ant/antlibs/compress/trunk/project-template.pom

Modified: ant/antlibs/compress/trunk/project-template.ivy.xml
URL: http://svn.apache.org/viewvc/ant/antlibs/compress/trunk/project-template.ivy.xml?rev=1324556&r1=1324555&r2=1324556&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/project-template.ivy.xml (original)
+++ ant/antlibs/compress/trunk/project-template.ivy.xml Wed Apr 11 05:12:50 2012
@@ -28,7 +28,7 @@
                url="http://ant.apache.org/"/>
     <description homepage="http://ant.apache.org/antlibs/compress/">
       Provides tasks and types that deal with AR, CPIO, TAR, DUMP and
-      ZIP archives as well as BZIP2, PACK200 and GZIP compressed files
+      ZIP archives as well as BZIP2, PACK200, GZIP and XZ compressed files
       based on Apache Commons Compress.
     </description>
   </info>

Modified: ant/antlibs/compress/trunk/project-template.pom
URL: http://svn.apache.org/viewvc/ant/antlibs/compress/trunk/project-template.pom?rev=1324556&r1=1324555&r2=1324556&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/project-template.pom (original)
+++ ant/antlibs/compress/trunk/project-template.pom Wed Apr 11 05:12:50 2012
@@ -27,7 +27,7 @@
   <url>http://ant.apache.org/antlibs/compress/</url>
   <description>
     Provides tasks and types that deal with AR, CPIO, TAR, DUMP and
-    ZIP archives as well as BZIP2, PACK200 and GZIP compressed files
+    ZIP archives as well as BZIP2, PACK200, GZIP and XZ compressed files
     based on Apache Commons Compress.
   </description>
   <licenses>