# ------------------------------------------------------------------- # 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. # ------------------------------------------------------------------- name = Torque project = torque version = 3.0-b3-dev package = org.apache.${project} final.name = ${project}-${version} torque.jar = ${final.name}.jar build.dir = ./target build.dest = ${build.dir}/classes build.test = ${build.dir}/test src.dir = ./src test.dir = ${src.dir}/test test.libDir = ${build.test}/lib test.templateDir = ${build.test}/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 docs.src = ./xdocs docs.dest = ./docs javadoc.destdir = ./docs/api jakarta.site2 = ../jakarta-site2 year = 1999-2002 debug = on optimize = off deprecation = on # 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: velocity.jar = ${lib.repo}/velocity-1.3.jar xerces.jar = ${lib.repo}/xercesImpl-2.0.2.jar xmlParserAPIs.jar = ${lib.repo}/xmlParserAPIs-2.0.2.jar village.jar = ${lib.repo}/village-1.5.3.jar log4j.jar = ${lib.repo}/log4j-1.1.3.jar commons-beanutils.jar = ${lib.repo}/commons-beanutils-1.2.jar commons-collections.jar = ${lib.repo}/commons-collections-2.0.jar commons-configuration.jar = ${lib.repo}/commons-configuration-1.0-dev.jar commons-jdbc2pool.jar = ${lib.repo}/commons-jdbc2pool-1.0-dev.jar commons-lang.jar = ${lib.repo}/commons-lang-1.0-dev-20020716.jar commons-logging.jar = ${lib.repo}/commons-logging-1.0.jar commons-pool.jar = ${lib.repo}/commons-pool-1.0.jar jdbc.jar = ${lib.repo}/jdbc-2.0.jar jndi.jar = ${lib.repo}/jndi-1.2.1.jar junit.jar = ${lib.repo}/junit-3.7.jar stratum.jar = ${lib.repo}/stratum-1.0-b2-dev.jar jcs.jar = ${lib.repo}/jcs-1.0-dev.jar tomcat-naming.jar = ${lib.repo}/tomcat-naming-1.0.jar