Return-Path: Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: (qmail 39538 invoked from network); 9 Sep 2006 00:08:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Sep 2006 00:08:08 -0000 Received: (qmail 69015 invoked by uid 500); 9 Sep 2006 00:08:07 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 68996 invoked by uid 500); 9 Sep 2006 00:08:07 -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 68985 invoked by uid 500); 9 Sep 2006 00:08:07 -0000 Received: (qmail 68982 invoked by uid 99); 9 Sep 2006 00:08:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Sep 2006 17:08:07 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Sep 2006 17:08:07 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 300761A981A; Fri, 8 Sep 2006 17:07:47 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r441698 - /db/torque/templates/trunk/src/templates/om/MapBuilder.vm Date: Sat, 09 Sep 2006 00:07:47 -0000 To: torque-commits@db.apache.org From: tv@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060909000747.300761A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: tv Date: Fri Sep 8 17:07:46 2006 New Revision: 441698 URL: http://svn.apache.org/viewvc?view=rev&rev=441698 Log: Remove the commons-logging references. They were not used. Modified: db/torque/templates/trunk/src/templates/om/MapBuilder.vm Modified: db/torque/templates/trunk/src/templates/om/MapBuilder.vm URL: http://svn.apache.org/viewvc/db/torque/templates/trunk/src/templates/om/MapBuilder.vm?view=diff&rev=441698&r1=441697&r2=441698 ============================================================================== --- db/torque/templates/trunk/src/templates/om/MapBuilder.vm (original) +++ db/torque/templates/trunk/src/templates/om/MapBuilder.vm Fri Sep 8 17:07:46 2006 @@ -16,9 +16,6 @@ import java.util.Date; import java.math.BigDecimal; -import org.apache.commons.logging.Log; -import org.apache.commons.logging.LogFactory; - import org.apache.torque.Torque; import org.apache.torque.TorqueException; import org.apache.torque.map.MapBuilder; @@ -41,9 +38,6 @@ */ public class ${table.JavaName}MapBuilder implements MapBuilder { - /** the log */ - protected static Log log = LogFactory.getLog(${table.JavaName}MapBuilder.class); - /** * The name of this class */ --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org