# ------------------------------------------------------------------- # build.properties.sample # # This is an example "build.properties" file, used to customize # building Jakarta Slide for your local environment. # Make any changes you need, and rename this file to # "build.properties" # # $Id$ # ------------------------------------------------------------------- # ------------------------------------------------------------------- # CONFIGURATION OPTIONS # ------------------------------------------------------------------- # Uncomment the following line to set user authentication on by default #authenticate # Tell Ant to ignore the system's classpath (dramatically improves the # probability to get correctly packaged binaries if the build is # successfull) #build.sysclasspath=ignore # Uncomment to avoid generating JavaDocs (faster builds) #skip.javadoc # ------------------------------------------------------------------- # EXTERNAL DEPENDENCIES # ------------------------------------------------------------------- # The path that is base for the rest of the paths in this file. base.path=/jars # [REQUIRED] # The directory containing your binary distribution of JAXP and its # associated declarations. You can customize the versions of JAXP used # for Catalina and Jasper below. If you are using JAXP/1.0, replace # "crimson.jar" with "parser.jar" jaxp.home=${base.path}/jaxp jaxp.parser.jar=crimson.jar # junit.jar -- JUnit classes (http://junit.org) junit.jar=${base.path}/junit.jar # The directory containing your binary distribution of the Servlet 2.2 # and JSP 1.2 API classes servletapi.home=${base.path}/servlet22 # commons-httpclient.jar -- the HTTP client package from the Commons commons-httpclient.jar=${basedir}/commons-httpclient.jar # jta.jar -- Java Transaction API 1.0.1 (http://java.sun.com/products/jta/) jta.jar=${base.path}/jta.jar # jdom.jar -- JDOM (http://www.jdom.org/) jdom.jar=${base.path}/jdom.jar # [OPTIONAL] # The directory containing your binary distribution of the Java Naming and # Directory Interface (JNDI), version 1.2.1 or later. (You must also add # "ldap.jar" into the ${jndi.home}/lib directory if you want to build and # use JNDIRealm.) jndi.home=${base.path}/jndi # log4j.jar -- log4j (http://jakarta.apache.org/log4j/) log4j.jar=${base.path}/log4j.jar # Struts home directory struts.home=${base.path}/struts # The directory containing your binary distribution of the Java Management # Extensions (JMX) Reference Implementation, version 1.0 or later jmx.home=${base.path}/jmx # Catalina distribution directory catalina.dist=../jakarta-tomcat-4.0/dist