# ----------------------------------------------------------------------------- # build.properties.sample # # This is an example "build.properties" file, used to customize building the # Cactus Framework for your local environment. Make any changes you need, and # rename this file to "build.properties" in the same directory that contains the # "build.xml" file. # # $Id$ # ----------------------------------------------------------------------------- # WARNING: The relative paths below are relative to the directory where the # build.xml file is located. # ----------------------------------------------------------------------------- # Mandatory properties # ----------------------------------------------------------------------------- # The location of the J2EE API jar. Depending on the version (1.2 or 1.3) of # it, the corresponding Cactus Framework will be built. For example if you use # J2EE 1.3 jar, then the Cactus jar will contain the Filter Redirector which is # only available for Servlet 2.3 (part of J2EE 1.3). j2ee.jar = ../jakarta-servletapi-4/dist/lib/servlet.jar #j2ee.jar = ../jakarta-servletapi/dist/lib/servlet.jar # The location of the log4j jar log4j.jar = ../jakarta-log4j/dist/lib/log4j-1.2rc1.jar # The location of the Commons Httpclient jar commons.httpclient.jar = ../jakarta-commons/httpclient/dist/commons-httpclient-20020421.jar # The location of the Httpunit jar httpunit.jar = ../httpunit/lib/httpunit.jar