Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 41020 invoked from network); 14 Jul 2009 14:59:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Jul 2009 14:59:13 -0000 Received: (qmail 44520 invoked by uid 500); 14 Jul 2009 14:59:22 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 44476 invoked by uid 500); 14 Jul 2009 14:59:22 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 44467 invoked by uid 99); 14 Jul 2009 14:59:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2009 14:59:22 +0000 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; Tue, 14 Jul 2009 14:59:19 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7814E2388877; Tue, 14 Jul 2009 14:58:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r793922 - /db/derby/docs/trunk/src/devguide/cdevstandardsxml.dita Date: Tue, 14 Jul 2009 14:58:58 -0000 To: derby-commits@db.apache.org From: chaase3@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090714145858.7814E2388877@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chaase3 Date: Tue Jul 14 14:58:58 2009 New Revision: 793922 URL: http://svn.apache.org/viewvc?rev=793922&view=rev Log: DERBY-1923: XML operators - Xalan requirement Added clarifying sentence to Developer's Guide topic. Patch: DERBY-1923-2.diff Modified: db/derby/docs/trunk/src/devguide/cdevstandardsxml.dita Modified: db/derby/docs/trunk/src/devguide/cdevstandardsxml.dita URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/devguide/cdevstandardsxml.dita?rev=793922&r1=793921&r2=793922&view=diff ============================================================================== --- db/derby/docs/trunk/src/devguide/cdevstandardsxml.dita (original) +++ db/derby/docs/trunk/src/devguide/cdevstandardsxml.dita Tue Jul 14 14:58:58 2009 @@ -65,7 +65,8 @@ cannot access them. If you are using a Sun JVM later than version 1.4, download and install a binary distribution of Xalan from Apache and place the xalan.jar file -in your classpath. +in your classpath. The xalan.jar file automatically puts into +the classpath the other required jars that are in the same directory.