Return-Path: Delivered-To: apmail-jakarta-avalon-cvs-archive@apache.org Received: (qmail 61615 invoked from network); 7 Jul 2002 08:01:02 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 7 Jul 2002 08:01:02 -0000 Received: (qmail 16542 invoked by uid 97); 7 Jul 2002 08:01:24 -0000 Delivered-To: qmlist-jakarta-archive-avalon-cvs@jakarta.apache.org Received: (qmail 16522 invoked by uid 97); 7 Jul 2002 08:01:23 -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 16511 invoked by uid 97); 7 Jul 2002 08:01:23 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: 7 Jul 2002 08:00:57 -0000 Message-ID: <20020707080057.87310.qmail@icarus.apache.org> From: donaldp@apache.org To: jakarta-avalon-excalibur-cvs@apache.org Subject: cvs commit: jakarta-avalon-excalibur/xmlutil/src/xdocs/stylesheets project.xml 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/07/07 01:00:57 Modified: xmlutil build.xml default.properties xmlutil/src/xdocs index.xml Added: xmlutil/src/xdocs/stylesheets project.xml Removed: xmlutil/src/xdocs book.xml Log: Update doc building and add a few words about product. Revision Changes Path 1.24 +42 -79 jakarta-avalon-excalibur/xmlutil/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/xmlutil/build.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- build.xml 6 Jul 2002 05:44:27 -0000 1.23 +++ build.xml 7 Jul 2002 08:00:56 -0000 1.24 @@ -1,6 +1,6 @@ - + @@ -32,9 +32,7 @@ - - - + @@ -311,7 +309,7 @@ @@ -352,84 +350,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.13 +3 -3 jakarta-avalon-excalibur/xmlutil/default.properties Index: default.properties =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/xmlutil/default.properties,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- default.properties 11 Jun 2002 00:04:23 -0000 1.12 +++ default.properties 7 Jul 2002 08:00:56 -0000 1.13 @@ -5,8 +5,8 @@ # Overridden by ../default.properties and all ant.properties # Not user-editable; use ant.properties files instead -name=excalibur-xmlbundle -Name=Excalibur XMLBundle +name=excalibur-xmlutil +Name=Excalibur XMLUtil dir-name=xmlbundle version=1.0 package-version=0.99 @@ -88,11 +88,11 @@ context.dir = ../../jakarta-avalon/src/documentation tools.dir = ../../jakarta-avalon/tools tools.jar = ${java.home}/../lib/tools.jar -docs.dir = docs xdocs.dir = ${src.dir}/xdocs # Set the properties for distribution directories dist.dir = dist +docs.dir = ${dist.dir}/docs dist.javadocs = ${dist.dir}/docs/api # name of .zip/.tar.gz/.bz2 files and their top-level directory 1.3 +13 -37 jakarta-avalon-excalibur/xmlutil/src/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/xmlutil/src/xdocs/index.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.xml 6 Jul 2002 04:56:17 -0000 1.2 +++ index.xml 7 Jul 2002 08:00:57 -0000 1.3 @@ -1,42 +1,18 @@ - - + -
- Excalibur XML Resource Bundles - Overview - - - - -
+ + Excalibur XML Utilities - Overview + Carsten Ziegeler + - +

- Excalibur's Internationalization package is found in - org.apache.avalon.excalibur.i18n (in the - Scratchpad jar). The XML ResourceBundle code is functional, - but the method to access the bundles will change in the - near future. + Excalibur's XML Utilities provide simplified wrappers + for XML parsers, transformers and XPath evaluators. It + also provides interfaces and classes useful for + constructing a pipeline of XML components by defining interfaces + for consuming and producing XML in either SAX or DOM formats.

-

- This package is under development, and the API is not - guaranteed to be the same when it is ready for release. - Do not blame us if the next release of Excalibur breaks - your code if you use this package. -

-

- The Avalon team recognizes the importance of good - internationalization packages, and as a result, will do - our best to provide this functionality officially as - soon as we can. We also recognize the importance of - good design, so we do not want to rush this any more - than we have to. -

- +
-
- - Copyright (c) @year@ The Jakarta Apache Project All rights reserved. - $Revision$ $Date$ - -
-
+ \ No newline at end of file 1.1 jakarta-avalon-excalibur/xmlutil/src/xdocs/stylesheets/project.xml Index: project.xml =================================================================== Excalibur XMLUtil -- To unsubscribe, e-mail: For additional commands, e-mail: