Browse Source

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
master
Stefan Bodewig 15 years ago
parent
commit
4bbdcf7db9
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      docs/antlibs/compress/index.html
  2. +2
    -2
      xdocs/antlibs/compress/index.xml

+ 2
- 2
docs/antlibs/compress/index.html View File

@@ -171,10 +171,10 @@
<p>This Antlib contains tasks and resources that provide
compression/uncompression and archival/unarchival capabilities
based on <a href="http://commons.apache.org/compress/">Apache
Commons Compress</a>. Using Apache Commons Compress 1.0 this
Commons Compress</a>. Using Apache Commons Compress 1.1 this
Antlib supports gzip and bzip2 compression and ar, cpio, tar
and zip archives.</p>
<p>The current code base is based on the 1.0 release of Commons
<p>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


+ 2
- 2
xdocs/antlibs/compress/index.xml View File

@@ -27,11 +27,11 @@
<p>This Antlib contains tasks and resources that provide
compression/uncompression and archival/unarchival capabilities
based on <a href="http://commons.apache.org/compress/">Apache
Commons Compress</a>. Using Apache Commons Compress 1.0 this
Commons Compress</a>. Using Apache Commons Compress 1.1 this
Antlib supports gzip and bzip2 compression and ar, cpio, tar
and zip archives.</p>

<p>The current code base is based on the 1.0 release of Commons
<p>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


Loading…
Cancel
Save