Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 16932 invoked from network); 2 Jul 2005 06:14:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Jul 2005 06:14:17 -0000 Received: (qmail 37079 invoked by uid 500); 2 Jul 2005 06:14:17 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 37055 invoked by uid 500); 2 Jul 2005 06:14:17 -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 37042 invoked by uid 500); 2 Jul 2005 06:14:16 -0000 Delivered-To: apmail-incubator-derby-cvs@incubator.apache.org Received: (qmail 37039 invoked by uid 99); 2 Jul 2005 06:14:16 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 01 Jul 2005 23:14:16 -0700 Received: (qmail 16916 invoked by uid 65534); 2 Jul 2005 06:14:14 -0000 Message-ID: <20050702061414.16915.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r208824 - /incubator/derby/code/trunk/build.xml Date: Sat, 02 Jul 2005 06:14:14 -0000 To: derby-cvs@incubator.apache.org From: fuzzylogic@apache.org X-Mailer: svnmailer-1.0.2 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: fuzzylogic Date: Fri Jul 1 23:14:13 2005 New Revision: 208824 URL: http://svn.apache.org/viewcvs?rev=208824&view=rev Log: Add client implementation classes to engine javadoc Modified: incubator/derby/code/trunk/build.xml Modified: incubator/derby/code/trunk/build.xml URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/build.xml?rev=208824&r1=208823&r2=208824&view=diff ============================================================================== --- incubator/derby/code/trunk/build.xml (original) +++ incubator/derby/code/trunk/build.xml Fri Jul 1 23:14:13 2005 @@ -563,7 +563,7 @@ packagenames="org.*" access="private" breakiterator="yes" - sourcepath="${derby.engine.src.dir};${derby.drda.src.dir};${derby.tools.src.dir}" + sourcepath="${derby.engine.src.dir};${derby.client.src.dir};${derby.drda.src.dir};${derby.tools.src.dir}" classpath="${basedir}/classes;${java14compile.classpath};${jars.extras};${osgi}" destdir="${out.javadoc.dir}/engine" windowtitle="Apache Derby V${major}.${minor} Engine Documentation"