# ------------------------------------------------------------------- # B U I L D P R O P E R T I E S # ------------------------------------------------------------------- # These properties are used by the Torque build, you may override # any of these default values by placing property values in # your ${user.home}/build.properties file. # ------------------------------------------------------------------- build.dir = ./target build.dest = ${build.dir}/classes build.test = ${build.dir}/test src.dir = ./src test.dir = ${src.dir}/rttest test.libDir = ${build.test}/rttest/lib test.templateDir = ${build.test}/rttest/templates rttest.dir = ${src.dir}/rttest # ------------------------------------------------------------------- # Torque Plugin Properties # ------------------------------------------------------------------- basePrefix = Base addIntakeRetrievable = false torque.saveException = TorqueException torque.project = default # # Dummy value. Is not actually used in the om generation but must # be present and a valid database. torque.database = mysql # torque.java.dir = target/src torque.sql.dir = target/sql torque.output.dir = target/sql torque.schema.dir = target/xml torque.contextProperties = default.properties # torque.schema.om.includes = *-schema.xml torque.schema.om.excludes = # ------------------------------------------------------------------- # Default database name and package for the id-table peer and objects # ------------------------------------------------------------------- idtable.database.name = ${torque.project} idtable.database.package = org.apache.torque.oid.om # ------------------------------------------------------------------- # Standard Torque build file references used for testing. # ------------------------------------------------------------------- torque.distDir = ${build.test}/rttest torque.destDir = ${torque.distDir}/bin/classes torque.buildFileDir = ${torque.distDir} torque.buildFile = build-torque.xml torque.testSchema = src/rttest/bookstore-schema.xml lib.repo = ${maven.home}/repository # You must set values for the JAR file properties listed here, or in # your ${user.home}/build.properties or local build.properties file in # order to build Torque: # WARNING!!!!!!! # if you make changes to these properties also make sure to # change the src/conf/build-torque.xml file!!!!! velocity.jar = ${maven.repo.local}/velocity/jars/velocity-1.3.1.jar # ------------------------------------------------------------------- # references used for ojb tests # ------------------------------------------------------------------- test.ojb.distDir = ${build.test}/ojbtest test.ojb.srcDir = ${src.dir}/ojbtest ojb.jar = ${maven.repo.local}/ojb/jars/ojb-1.0.rc4.jar commons-dbcp.jar = ${maven.repo.local}/commons-dbcp/jars/commons-dbcp-1.0.jar