Author: bodewig
Date: Mon Aug 8 13:14:18 2011
New Revision: 1154952
URL: http://svn.apache.org/viewvc?rev=1154952&view=rev
Log:
embrace Commons Compress 1.3 (not released, yet)
Modified:
ant/antlibs/compress/trunk/NOTICE
ant/antlibs/compress/trunk/changes.xml
ant/antlibs/compress/trunk/docs/index.html
ant/antlibs/compress/trunk/project-template.pom
Modified: ant/antlibs/compress/trunk/NOTICE
URL:
http://svn.apache.org/viewvc/ant/antlibs/compress/trunk/NOTICE?rev=1154952&r1=1154951&r2=1154952&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/NOTICE (original)
+++ ant/antlibs/compress/trunk/NOTICE Mon Aug 8 13:14:18 2011
@@ -1,5 +1,5 @@
Apache Compress Ant Library
- Copyright 2009-2010 The Apache Software Foundation
+ Copyright 2009-2011 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
Modified: ant/antlibs/compress/trunk/changes.xml
URL:
http://svn.apache.org/viewvc/ant/antlibs/compress/trunk/changes.xml?rev=1154952&r1=1154951&r2=1154952&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/changes.xml (original)
+++ ant/antlibs/compress/trunk/changes.xml Mon Aug 8 13:14:18 2011
@@ -38,6 +38,10 @@
</properties>
<release version="1.1" date="unpublished">
+ <action type="update" breaks-bwc="true">
+ The Apache Compress Antlib now requires Apache Commons
+ Compress 1.3 which in turn requires Java5 at runtime.
+ </action>
<action type="add">
The unarchiving tasks and fileset types share a new attribute
skipUnreadableEntries that can be used to ignore archive
Modified: ant/antlibs/compress/trunk/docs/index.html
URL:
http://svn.apache.org/viewvc/ant/antlibs/compress/trunk/docs/index.html?rev=1154952&r1=1154951&r2=1154952&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/docs/index.html (original)
+++ ant/antlibs/compress/trunk/docs/index.html Mon Aug 8 13:14:18 2011
@@ -28,7 +28,7 @@
<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.1 this
+ Commons Compress</a>. Using Apache Commons Compress 1.3 this
Antlib supports gzip and bzip2 compression and ar, cpio, tar and
zip archives.</p>
@@ -87,8 +87,8 @@
<h3>Installing and Using</h3>
- <p>This Antlib requires Apache Ant 1.8.0 or higher and Apache
- Commons Compress 1.1 or higher.</p>
+ <p>This Antlib requires Apache Ant 1.8.0 or higher, Apache
+ Commons Compress 1.3 or higher and Java5 or higher.</p>
<p>If you are building the Antlib from sources, run
the <code>antlib</code> target and you'll get a
Modified: ant/antlibs/compress/trunk/project-template.pom
URL:
http://svn.apache.org/viewvc/ant/antlibs/compress/trunk/project-template.pom?rev=1154952&r1=1154951&r2=1154952&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/project-template.pom (original)
+++ ant/antlibs/compress/trunk/project-template.pom Mon Aug 8 13:14:18 2011
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
- <version>[1.1,)</version>
+ <version>[1.3,)</version>
</dependency>
</dependencies>
</project>