Return-Path: Delivered-To: apmail-jakarta-avalon-cvs-archive@apache.org Received: (qmail 19107 invoked from network); 17 Jun 2002 11:40:23 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 17 Jun 2002 11:40:23 -0000 Received: (qmail 19484 invoked by uid 97); 17 Jun 2002 11:40:27 -0000 Delivered-To: qmlist-jakarta-archive-avalon-cvs@jakarta.apache.org Received: (qmail 19468 invoked by uid 97); 17 Jun 2002 11:40:27 -0000 Mailing-List: contact avalon-cvs-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon CVS List" Reply-To: "Avalon Developers List" Delivered-To: mailing list avalon-cvs@jakarta.apache.org Received: (qmail 19439 invoked by uid 97); 17 Jun 2002 11:40:26 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: 17 Jun 2002 11:40:18 -0000 Message-ID: <20020617114018.38353.qmail@icarus.apache.org> From: donaldp@apache.org To: jakarta-avalon-excalibur-cvs@apache.org Subject: cvs commit: jakarta-avalon-excalibur/bzip2/src/xdocs/images build.gif code.gif design.gif update.gif X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N donaldp 2002/06/17 04:40:18 Modified: bzip2 build.xml bzip2/src/xdocs index.xml Removed: bzip2/src/xdocs book.xml bzip2.uris bzip2/src/xdocs/dtd changes-v10.dtd characters.ent document-v10.dtd faq-v10.dtd specification-v10.dtd todo-v10.dtd bzip2/src/xdocs/images build.gif code.gif design.gif update.gif Log: Update bzip stuff to use anakia. Revision Changes Path 1.21 +44 -77 jakarta-avalon-excalibur/bzip2/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/bzip2/build.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- build.xml 26 Apr 2002 01:36:20 -0000 1.20 +++ build.xml 17 Jun 2002 11:40:18 -0000 1.21 @@ -21,6 +21,9 @@ + + + @@ -257,7 +260,6 @@ depends="dist-jar, test-reports, checkstyle-report, javadocs" description="Generates a distribution (jar + javadocs + unit tests + checkstyle reports)"> - @@ -314,84 +316,49 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + AnakiaTask is not present! Please check to make sure that + velocity.jar is in your classpath. The easiest way to build + the documentation is to checkout jakarta-site CVS and specify + jakarta-site.dir property. + + + + + + + - - - + + + + + + + + + + + + + 1.4 +6 -26 jakarta-avalon-excalibur/bzip2/src/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/bzip2/src/xdocs/index.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- index.xml 5 Apr 2002 08:21:03 -0000 1.3 +++ index.xml 17 Jun 2002 11:40:18 -0000 1.4 @@ -1,34 +1,14 @@ - - - - + -
+ Excalibur Bzip2 Utilities - Overview - - - - -
+ - - - This package is under development, and the API is not - guaranteed to be the same when it is ready for release. - You can find this in the Scratchpad.jar file if you want - to play with it. Do not blame us if the next release of - Excalibur breaks your code if you use this package. - +

Streams that compress and decompress the BZip2 format (without the file header chars). Originally derived from code in the ant project.

- - -
- - Copyright (c) @year@ The Jakarta Apache Project All rights reserved. - $Revision$ $Date$ - -
+
+
-- To unsubscribe, e-mail: For additional commands, e-mail: