# ------------------------------------------------------------------- # 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.2 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}/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 docs.src = ./xdocs docs.dest = ./docs javadoc.destdir = ./docs/api jakarta.site2 = ../jakarta-site2 year = 1999-2003 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: # WARNING!!!!!!! # if you make changes to these properties also make sure to # change the src/conf/build-torque.xml file!!!!! # also make sure to sync with the jars.list!!!! commons-beanutils.jar = ${lib.repo}/commons-beanutils/jars/commons-beanutils-1.4.1.jar commons-collections.jar = ${lib.repo}/commons-collections/jars/commons-collections-2.0.jar commons-configuration.jar = ${lib.repo}/commons-configuration/jars/commons-configuration-1.0-dev.jar commons-dbcp.jar = ${lib.repo}/commons-dbcp/jars/commons-dbcp-1.0-dev-20020806.jar commons-lang.jar = ${lib.repo}/commons-lang/jars/commons-lang-1.0.jar commons-logging.jar = ${lib.repo}/commons-logging/jars/commons-logging-1.0.2.jar commons-pool.jar = ${lib.repo}/commons-pool/jars/commons-pool-1.0.jar jcs.jar = ${lib.repo}/jcs/jars/jcs-1.0-dev.jar jdbc.jar = ${lib.repo}/jdbc/jars/jdbc-2.0.jar jndi.jar = ${lib.repo}/jndi/jars/jndi-1.2.1.jar junit.jar = ${lib.repo}/junit/jars/junit-3.8.1.jar log4j.jar = ${lib.repo}/log4j/jars/log4j-1.2.6.jar stratum.jar = ${lib.repo}/stratum/jars/stratum-1.0-b3.jar tomcat-naming.jar = ${lib.repo}/tomcat/jars/tomcat-naming-1.0.jar velocity.jar = ${lib.repo}/velocity/jars/velocity-1.3.jar village.jar = ${lib.repo}/village/jars/village-2.0-dev-20021111.jar xerces.jar = ${lib.repo}/xerces/jars/xercesImpl-2.0.2.jar xmlParserAPIs.jar = ${lib.repo}/xml-apis/jars/xml-apis-2.0.2.jar