Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 86403 invoked from network); 20 Nov 2008 12:45:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Nov 2008 12:45:24 -0000 Received: (qmail 47732 invoked by uid 500); 20 Nov 2008 12:45:33 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 47717 invoked by uid 500); 20 Nov 2008 12:45:32 -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 47708 invoked by uid 99); 20 Nov 2008 12:45:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Nov 2008 04:45:32 -0800 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; Thu, 20 Nov 2008 12:44:18 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5A5E7238896E; Thu, 20 Nov 2008 04:44:33 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r719217 - /db/derby/code/trunk/tools/jar/extraDBMSclasses.properties Date: Thu, 20 Nov 2008 12:44:33 -0000 To: derby-commits@db.apache.org From: kristwaa@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081120124433.5A5E7238896E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kristwaa Date: Thu Nov 20 04:44:32 2008 New Revision: 719217 URL: http://svn.apache.org/viewvc?rev=719217&view=rev Log: DERBY-3936: Add CharacterStreamDescriptor. Temporary workaround to make the class file be included in the product jar. Patch file: derby-3936-2a-temp_fix.diff 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=719217&r1=719216&r2=719217&view=diff ============================================================================== --- db/derby/code/trunk/tools/jar/extraDBMSclasses.properties (original) +++ db/derby/code/trunk/tools/jar/extraDBMSclasses.properties Thu Nov 20 04:44:32 2008 @@ -101,3 +101,6 @@ derby.module.xml.sqlxmle=org.apache.derby.impl.sql.execute.SqlXmlExecutor derby.module.shared.threaddump=org.apache.derby.shared.common.sanity.ThreadDump + +# Temporary fix for DERBY-3936. Remove when DERBY-3934 has been resolved. +derby.module.shared.descriptor=org.apache.derby.iapi.jdbc.CharacterStreamDescriptor