# 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. # ############################################################################## # # Settings for the test project. # If you need to customize the test project, please consider using a # build.properties file instead of editing this file. # # $Id$ # # ############################################################################# # ############################################################################# # generator settings which are the same for every profile # ############################################################################# torque.project = bookstore torque.targetPackage = org.apache.torque.test # ############################################################################# # non-standard directories. # ############################################################################# # The java classes are generated in the target to remove them vith a simple # "maven clean" torque.java.dir=target/java # for testing to generate the base classes in another directory #torque.java.base.dir=target/java-base # The generator should read the schema files from the target directory # where some tokens have been replaced by the torque-test:prepare task torque.schema.dir=target/schema # ############################################################################# # internal settings for the test # ############################################################################# # Working directory for the SQLToAppDataRuntimeTest torque.test.sql2xml.dir=target/sql2xml # the classes directory to compile the junit test classes and the generated # om classes to torque.test.compile.dir=target/classes # log directory where test classes can put their log files torque.test.log.dir=target/logs # base directory for the java sources necesary to compile the generated sources torque.test.src.dir=src/main/java # base directory for the java sources for the junit tests torque.test.junit.src.dir=src/java # directory where the junit test put their results torque.test.junit.report.dir=target/reports