Return-Path: Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: (qmail 62297 invoked from network); 14 Oct 2007 09:00:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Oct 2007 09:00:39 -0000 Received: (qmail 41856 invoked by uid 500); 14 Oct 2007 09:00:27 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 41837 invoked by uid 500); 14 Oct 2007 09:00:27 -0000 Mailing-List: contact torque-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Apache Torque Developers List" Reply-To: "Apache Torque Developers List" Delivered-To: mailing list torque-dev@db.apache.org Received: (qmail 41826 invoked by uid 500); 14 Oct 2007 09:00:27 -0000 Received: (qmail 41823 invoked by uid 99); 14 Oct 2007 09:00:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Oct 2007 02:00:27 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Oct 2007 09:00:36 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3C7D91A9832; Sun, 14 Oct 2007 02:00:16 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r584517 - in /db/torque: generator/trunk/src/dtd/database.dtd generator/trunk/xdocs/schema-reference.xml site/trunk/xdocs/changes.xml Date: Sun, 14 Oct 2007 09:00:15 -0000 To: torque-commits@db.apache.org From: tfischer@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071014090016.3C7D91A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tfischer Date: Sun Oct 14 02:00:14 2007 New Revision: 584517 URL: http://svn.apache.org/viewvc?rev=584517&view=rev Log: Deprecated the attribute size in the element index-column in the dtd. Allows to resolve TORQUE-91 in the future. Modified: db/torque/generator/trunk/src/dtd/database.dtd db/torque/generator/trunk/xdocs/schema-reference.xml db/torque/site/trunk/xdocs/changes.xml Modified: db/torque/generator/trunk/src/dtd/database.dtd URL: http://svn.apache.org/viewvc/db/torque/generator/trunk/src/dtd/database.dtd?rev=584517&r1=584516&r2=584517&view=diff ============================================================================== --- db/torque/generator/trunk/src/dtd/database.dtd (original) +++ db/torque/generator/trunk/src/dtd/database.dtd Sun Oct 14 02:00:14 2007 @@ -176,6 +176,8 @@ name CDATA #IMPLIED > + size - ? + + This attribute is not used and will be removed in a future + version of the dtd. +

Modified: db/torque/site/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewvc/db/torque/site/trunk/xdocs/changes.xml?rev=584517&r1=584516&r2=584517&view=diff ============================================================================== --- db/torque/site/trunk/xdocs/changes.xml (original) +++ db/torque/site/trunk/xdocs/changes.xml Sun Oct 14 02:00:14 2007 @@ -31,6 +31,11 @@ + + Deprecated the attribute size in the element index-column in the dtd. + The attribute is currently not used. It will be removed from the dtd + in a future version of Torque. + Create nicely trimmed output in the generator. --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org