Author: bodewig
Date: Sat Oct 26 05:44:03 2013
New Revision: 1535924
URL: http://svn.apache.org/r1535924
Log:
complete the list of formats
Modified:
commons/proper/compress/trunk/doap_compress.rdf
commons/proper/compress/trunk/pom.xml
Modified: commons/proper/compress/trunk/doap_compress.rdf
URL:
http://svn.apache.org/viewvc/commons/proper/compress/trunk/doap_compress.rdf?rev=1535924&r1=1535923&r2=1535924&view=diff
==============================================================================
--- commons/proper/compress/trunk/doap_compress.rdf (original)
+++ commons/proper/compress/trunk/doap_compress.rdf Sat Oct 26 05:44:03 2013
@@ -26,7 +26,7 @@
<download-page
rdf:resource="http://commons.apache.org/compress/download_compress.cgi"/>
<asfext:pmc rdf:resource="http://commons.apache.org/"/>
<shortdesc xml:lang="en">Commons Compress</shortdesc>
- <description xml:lang="en">Commons Compress: working with zip, ar, jar,
bz2, cpio, tar, gz, dump, pack200 and xz files.</description>
+ <description xml:lang="en">Commons Compress: working with zip, ar, jar,
bz2, cpio, tar, gz, dump, pack200, lzma, 7z, arj and xz files.</description>
<repository>
<SVNRepository>
<browse
rdf:resource="http://svn.apache.org/repos/asf/commons/proper/compress/trunk"/>
Modified: commons/proper/compress/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1535924&r1=1535923&r2=1535924&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Sat Oct 26 05:44:03 2013
@@ -31,7 +31,7 @@
<!-- The description is not indented to make it look better in the release
notes -->
<description>
Apache Commons Compress software defines an API for working with compression
and archive formats.
-These include: bzip2, gzip, pack200, xz and ar, cpio, jar, tar, zip, dump, 7z,
arj.
+These include: bzip2, gzip, pack200, lzma, xz and ar, cpio, jar, tar, zip,
dump, 7z, arj.
</description>
<properties>