Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 17358 invoked from network); 7 Oct 2008 14:02:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Oct 2008 14:02:05 -0000 Received: (qmail 96132 invoked by uid 500); 7 Oct 2008 14:02:04 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 96107 invoked by uid 500); 7 Oct 2008 14:02:04 -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 96098 invoked by uid 99); 7 Oct 2008 14:02:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Oct 2008 07:02:03 -0700 X-ASF-Spam-Status: No, hits=-1999.9 required=10.0 tests=ALL_TRUSTED,DNS_FROM_SECURITYSAGE 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, 07 Oct 2008 14:01:08 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 72BEC238896B; Tue, 7 Oct 2008 07:01:14 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r702486 - /db/derby/code/trunk/tools/jar/extraDBMSclasses.properties Date: Tue, 07 Oct 2008 14:01:13 -0000 To: derby-commits@db.apache.org From: kahatlen@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081007140114.72BEC238896B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kahatlen Date: Tue Oct 7 07:01:12 2008 New Revision: 702486 URL: http://svn.apache.org/viewvc?rev=702486&view=rev Log: DERBY-3903: Test failures because EnabledRoles VTI is not included in the jars Modified: db/derby/code/trunk/tools/jar/extraDBMSclasses.properties Modified: db/derby/code/trunk/tools/jar/extraDBMSclasses.properties URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/jar/extraDBMSclasses.properties?rev=702486&r1=702485&r2=702486&view=diff ============================================================================== --- db/derby/code/trunk/tools/jar/extraDBMSclasses.properties (original) +++ db/derby/code/trunk/tools/jar/extraDBMSclasses.properties Tue Oct 7 07:01:12 2008 @@ -42,6 +42,7 @@ derby.module.vti.cloudscapeLogReader=org.apache.derby.diag.ErrorLogReader derby.module.vti.statementDuration=org.apache.derby.diag.StatementDuration derby.module.vti.statementCache=org.apache.derby.diag.StatementCache +derby.module.vti.enabledRoles=org.apache.derby.diag.EnabledRoles derby.module.core.csds=org.apache.derby.jdbc.EmbeddedDataSource derby.module.core.cscpds=org.apache.derby.jdbc.EmbeddedConnectionPoolDataSource