# ------------------------------------------------------------------- # 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 # ------------------------------------------------------------------- # 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!!!!! tomcat-naming.jar = ${lib.repo}/tomcat/jars/tomcat-naming-1.0.jar velocity.jar = ${lib.repo}/velocity/jars/velocity-1.3.jar