From torque-dev-return-10468-apmail-db-torque-dev-archive=db.apache.org@db.apache.org Wed Jul 20 19:34:09 2011 Return-Path: X-Original-To: apmail-db-torque-dev-archive@www.apache.org Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3B35871B0 for ; Wed, 20 Jul 2011 19:34:09 +0000 (UTC) Received: (qmail 26406 invoked by uid 500); 20 Jul 2011 19:34:09 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 26380 invoked by uid 500); 20 Jul 2011 19:34:08 -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 26372 invoked by uid 500); 20 Jul 2011 19:34:08 -0000 Received: (qmail 26369 invoked by uid 99); 20 Jul 2011 19:34:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2011 19:34:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Wed, 20 Jul 2011 19:34:05 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id DB42123889BB; Wed, 20 Jul 2011 19:33:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1148913 - in /db/torque/torque4/trunk/torque-test: pom.xml torque-gen.properties Date: Wed, 20 Jul 2011 19:33:44 -0000 To: torque-commits@db.apache.org From: tfischer@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110720193344.DB42123889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tfischer Date: Wed Jul 20 19:33:43 2011 New Revision: 1148913 URL: http://svn.apache.org/viewvc?rev=1148913&view=rev Log: - test options file for generation - fix test class compilation Added: db/torque/torque4/trunk/torque-test/torque-gen.properties Modified: db/torque/torque4/trunk/torque-test/pom.xml Modified: db/torque/torque4/trunk/torque-test/pom.xml URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-test/pom.xml?rev=1148913&r1=1148912&r2=1148913&view=diff ============================================================================== --- db/torque/torque4/trunk/torque-test/pom.xml (original) +++ db/torque/torque4/trunk/torque-test/pom.xml Wed Jul 20 19:33:43 2011 @@ -155,8 +155,8 @@ ext*-schema.xml id-table-schema.xml + torque-gen.properties - org.apache.torque.test ${torque.targetDatabase} ${torque.useManagers} ${torque.generateBeans} @@ -395,7 +395,7 @@ **/*Test.java **/*TestCase.java **/*Tools.java - **/ForeignKeySchemaData.java + **/*SchemaData.java **/InheritanceClassnameTestChild*.java **/${torque.test.include.beans} **/${torque.test.include.managers} Added: db/torque/torque4/trunk/torque-test/torque-gen.properties URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-test/torque-gen.properties?rev=1148913&view=auto ============================================================================== --- db/torque/torque4/trunk/torque-test/torque-gen.properties (added) +++ db/torque/torque4/trunk/torque-test/torque-gen.properties Wed Jul 20 19:33:43 2011 @@ -0,0 +1,23 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +# +# Sets some options for generator executions in the pom +# +# $Id: Torque.properties 473825 2006-11-11 22:44:23Z tv $ +# +torque.om.package=org.apache.torque.test \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org