# copy me to the project root directory # rename me to build.properties # customize the following paths for your environment # (or place the jars in your ./lib directory) libdir=./lib # ======================== # DEPENDENCIES # ======================= # JUnit 3.7+ # http://junit.org/ junit.jar=${libdir}/junit.jar # Commons-Collections 2.1+ # http://jakarta.apache.org/commons/collections.html collections.jar=${libdir}/commons-collections.jar # Commons-Primitives 1.0+ # http://jakarta.apache.org/commons/primitives/ commons-primitives.jar=${libdir}/commons-primitives.jar # Commons-Logging 1.0+ # http://jakarta.apache.org/commons/logging/api/index.html logging.jar=${libdir}/commons-logging.jar # Commons-Codec 1.1+ # http://jakarta.apache.org/commons/codec codec.jar=${libdir}/commons-codec.jar # JavaCC 3.2+ # https://javacc.dev.java.net/ javacc.jar=${libdir}/javacc.jar # Commons-logging compatible logger # any logging API compatible with the Commons-logging module # (e.g. http://jakarta.apache.org/log4j) # (optional) #logging-impl.jar=${libdir}/log4j.jar # Config file will get copied into classpath for testing # (optional) #logging-impl.config=${basedir}/log4j.properties # daily-build # set this to anything to add datestamps # to files generated by the dist target # leave it blank to omit them #daily-build=true