From commits-return-3635-apmail-commons-commits-archive=commons.apache.org@commons.apache.org Sat Jul 05 18:19:39 2008 Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 90912 invoked from network); 5 Jul 2008 18:19:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jul 2008 18:19:38 -0000 Received: (qmail 34617 invoked by uid 500); 5 Jul 2008 18:19:38 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 34545 invoked by uid 500); 5 Jul 2008 18:19:38 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 34536 invoked by uid 99); 5 Jul 2008 18:19:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jul 2008 11:19:38 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jul 2008 18:18:55 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8C2F52388A0C; Sat, 5 Jul 2008 11:19:16 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r674217 - in /commons/sandbox/compress/trunk: pom.xml src/java/org/apache/commons/compress/archivers/zip/package.html src/java/org/apache/commons/compress/compressors/bzip2/package.html src/site/site.xml src/site/xdoc/index.xml Date: Sat, 05 Jul 2008 18:19:16 -0000 To: commits@commons.apache.org From: bayard@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080705181916.8C2F52388A0C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bayard Date: Sat Jul 5 11:19:15 2008 New Revision: 674217 URL: http://svn.apache.org/viewvc?rev=674217&view=rev Log: Adding license headers. Cleaning up package.htmls a touch Modified: commons/sandbox/compress/trunk/pom.xml commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/archivers/zip/package.html commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/compressors/bzip2/package.html commons/sandbox/compress/trunk/src/site/site.xml commons/sandbox/compress/trunk/src/site/xdoc/index.xml Modified: commons/sandbox/compress/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/compress/trunk/pom.xml?rev=674217&r1=674216&r2=674217&view=diff ============================================================================== --- commons/sandbox/compress/trunk/pom.xml (original) +++ commons/sandbox/compress/trunk/pom.xml Sat Jul 5 11:19:15 2008 @@ -1,3 +1,20 @@ + + 4.0.0 Modified: commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/archivers/zip/package.html URL: http://svn.apache.org/viewvc/commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/archivers/zip/package.html?rev=674217&r1=674216&r2=674217&view=diff ============================================================================== --- commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/archivers/zip/package.html (original) +++ commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/archivers/zip/package.html Sat Jul 5 11:19:15 2008 @@ -1,8 +1,21 @@ + - - -

Zip Utilities that extend JDK zip classes by adding better handling of extra fields. The utility classes also provide Modified: commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/compressors/bzip2/package.html URL: http://svn.apache.org/viewvc/commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/compressors/bzip2/package.html?rev=674217&r1=674216&r2=674217&view=diff ============================================================================== --- commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/compressors/bzip2/package.html (original) +++ commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/compressors/bzip2/package.html Sat Jul 5 11:19:15 2008 @@ -1,6 +1,21 @@ + - - +

Streams that compress and decompress the BZip2 format (without the file header chars). Originally derived from code in the ant project. Modified: commons/sandbox/compress/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/commons/sandbox/compress/trunk/src/site/site.xml?rev=674217&r1=674216&r2=674217&view=diff ============================================================================== --- commons/sandbox/compress/trunk/src/site/site.xml (original) +++ commons/sandbox/compress/trunk/src/site/site.xml Sat Jul 5 11:19:15 2008 @@ -1,4 +1,20 @@ + Modified: commons/sandbox/compress/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/commons/sandbox/compress/trunk/src/site/xdoc/index.xml?rev=674217&r1=674216&r2=674217&view=diff ============================================================================== --- commons/sandbox/compress/trunk/src/site/xdoc/index.xml (original) +++ commons/sandbox/compress/trunk/src/site/xdoc/index.xml Sat Jul 5 11:19:15 2008 @@ -1,4 +1,20 @@ +