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 2010/08/10 20:14:01 UTC

svn commit: r984155 - in /ant/core/trunk: docs/antlibs/compress/index.html xdocs/antlibs/compress/index.xml

Author: bodewig
Date: Tue Aug 10 18:14:01 2010
New Revision: 984155

URL: http://svn.apache.org/viewvc?rev=984155&view=rev
Log:
compress antlib requires commons compress 1.1

Modified:
    ant/core/trunk/docs/antlibs/compress/index.html
    ant/core/trunk/xdocs/antlibs/compress/index.xml

Modified: ant/core/trunk/docs/antlibs/compress/index.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/antlibs/compress/index.html?rev=984155&r1=984154&r2=984155&view=diff
==============================================================================
--- ant/core/trunk/docs/antlibs/compress/index.html (original)
+++ ant/core/trunk/docs/antlibs/compress/index.html Tue Aug 10 18:14:01 2010
@@ -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

Modified: ant/core/trunk/xdocs/antlibs/compress/index.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/xdocs/antlibs/compress/index.xml?rev=984155&r1=984154&r2=984155&view=diff
==============================================================================
--- ant/core/trunk/xdocs/antlibs/compress/index.xml (original)
+++ ant/core/trunk/xdocs/antlibs/compress/index.xml Tue Aug 10 18:14:01 2010
@@ -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