Author: sebb
Date: Tue Apr 13 19:25:29 2010
New Revision: 933756
URL: http://svn.apache.org/viewvc?rev=933756&view=rev
Log:
Fix definition to be more like website
Modified:
commons/proper/compress/trunk/pom.xml
Modified: commons/proper/compress/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=933756&r1=933755&r2=933756&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Tue Apr 13 19:25:29 2010
@@ -29,7 +29,10 @@
<version>1.1-SNAPSHOT</version>
<name>Commons Compress</name>
<url>http://commons.apache.org/compress/</url>
- <description>Commons Compress is a component that contains Ar, Cpio, Jar,
Tar, Zip and BZip2 packages</description>
+ <description>
+ Commons Compress defines an API for working with compression and archive
formats.
+ These include: bzip2, gzip and ar, cpio, jar, tar, zip.
+ </description>
<properties>
<maven.compile.source>1.4</maven.compile.source>