# ------------------------------------------------------------------- # 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 = 1.0-b2-dev package = org.apache.stratum final.name = ${project}-${version} build.dir = ./bin build.src = ${build.dir}/src 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-2002 debug = on optimize = off deprecation = off # This property determines if the aspectj compiler will be used to compile. If # false, that standard javac task is used # build.includes.aspects = true # Should optional tracing aspects (using AspectJ) be included in the build? # Great for debuging, bad idea for production use! Does nothing without the # above property also being set. # build.includes.tracing.aspects = true 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-1.0-rc2-dev.jar commons-logging.jar = ${lib.repo}/commons-logging-1.0.jar commons-lang.jar = ${lib.repo}/commons-lang-0.1-dev.jar commons-io.jar = ${lib.repo}/commons-io.jar concurrent.jar = ${lib.repo}/concurrent.jar dom4j.jar = ${lib.repo}/dom4j-1.1.jar junit.jar = ${lib.repo}/junit-3.7.jar dvsl.jar = ${lib.repo}/velocity-dvsl-0.40.jar velocity.jar = ${lib.repo}/velocity-1.3-dev.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 j2ee.jar = ${lib.repo}/j2ee.jar javamail.jar = ${lib.repo}/mail-1.2.jar jaf.jar = ${lib.repo}/activation-1.0.1.jar tomcat.jar = ${lib.repo}/tomcat3.2.1.jar jasper.jar = ${lib.repo}/jasper.jar javaclass.jar = ${lib.repo}/JavaClass.jar jisp.jar = ${lib.repo}/jisp_1_0_2.jar hsqldb.jar = ${lib.repo}/hsqldb.jar jaxp.jar = ${lib.repo}/jaxp.jar crimson.jar = ${lib.repo}/crimson.jar xmlrpc.jar = ${lib.repo}/xmlrpc.jar log4j.jar = ${lib.repo}/log4j-1.1.3.jar javagroups.jar = ${lib.repo}/JavaGroups-2.0.jar # For aspects to be used (entirely optional) # Set aspectj.home in your build.properties and all should be good. aspectjrt.jar = ${aspectj.home}/lib/aspectjrt.jar aspectjtools.jar = ${aspectj.home}/lib/aspectjtools.jar # For import scrubber #importscrubber.jar = ${lib.repo}/importscrubber.jar