# ------------------------------------------------------------------- # 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 = Stratum project = stratum version = 0.1-dev package = org.apache.stratum final.name = ${project} build.dir = ./bin build.dest = ${build.dir}/classes src.dir = ./src test.dir = ${src.dir}/test rttest.dir = ${src.dir}/rttest docs.src = ./xdocs docs.dest = ./docs javadoc.destdir = ./docs/api jakarta.site2 = ../jakarta-site2 year = 1999-2001 debug = on optimize = off deprecation = off test.reportsDirectory = test-reports commons-beanutils.jar = ${lib.repo}/commons-beanutils.jar commons-collections.jar = ${lib.repo}/commons-collections.jar commons-util.jar = ${lib.repo}/commons-util-0.1-dev.jar dom4j.jar = ${lib.repo}/dom4j.jar junit.jar = ${lib.repo}/junit.jar velocity.jar = ${lib.repo}/velocity-1.3-dev.jar log4j.jar = ${lib.repo}/log4j-1.1.3.jar # These are required by jcs #jgl.jar = ${lib.repo}/jgl3.1.0.jar #jetty.jar = ${lib.repo}/com.mortbay.jetty.jar #microstar.xml.jar = ${lib.repo}/com.microstar.xml.jar #servlet.jar = ${lib.repo}/servlet-2.2.jar #javamail.jar = ${lib.repo}/mail-1.2.jar #jaf.jar = ${lib.repo}/activation-1.0.1.jar #tomcat.jar = webserver.jar