From 4bbdcf7db92e06ab9bddb37fff6b5e0069e60158 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 10 Aug 2010 18:14:01 +0000 Subject: [PATCH] compress antlib requires commons compress 1.1 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@984155 13f79535-47bb-0310-9956-ffa450edef68 --- docs/antlibs/compress/index.html | 4 ++-- xdocs/antlibs/compress/index.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/antlibs/compress/index.html b/docs/antlibs/compress/index.html index cf30ebdbc..eb90f019f 100644 --- a/docs/antlibs/compress/index.html +++ b/docs/antlibs/compress/index.html @@ -171,10 +171,10 @@

This Antlib contains tasks and resources that provide compression/uncompression and archival/unarchival capabilities based on Apache - Commons Compress. Using Apache Commons Compress 1.0 this + Commons Compress. Using Apache Commons Compress 1.1 this Antlib supports gzip and bzip2 compression and ar, cpio, tar and zip archives.

-

The current code base is based on the 1.0 release of Commons +

The current code base is based on the 1.1 release of Commons Compress but it is expected that this Antlib follows Commons Compress' development and will add new compression or archiving formats as they are provided by the underlying diff --git a/xdocs/antlibs/compress/index.xml b/xdocs/antlibs/compress/index.xml index 649bece0e..a116b1bf7 100644 --- a/xdocs/antlibs/compress/index.xml +++ b/xdocs/antlibs/compress/index.xml @@ -27,11 +27,11 @@

This Antlib contains tasks and resources that provide compression/uncompression and archival/unarchival capabilities based on Apache - Commons Compress. Using Apache Commons Compress 1.0 this + Commons Compress. Using Apache Commons Compress 1.1 this Antlib supports gzip and bzip2 compression and ar, cpio, tar and zip archives.

-

The current code base is based on the 1.0 release of Commons +

The current code base is based on the 1.1 release of Commons Compress but it is expected that this Antlib follows Commons Compress' development and will add new compression or archiving formats as they are provided by the underlying