build.lib.dir=/home/yoavs/.maven/repository # This property file is used by build.xml to located resource needed to build # the log4j-sandbox code. Duplicate this file and rename to "build.properties" # and locate it in the same directory as the build.xml file. Then modify the # properties below to reflect the locations of the resources in your # development environment. # set these to your requirements to be passed to the javac command build.debug=on build.deprecation=off build.optimize=on build.verbose=off # log4j jar REQUIRED #log4j.jar=${build.lib.dir}/log4j/jars/log4j-1.2.11.jar log4j.jar=${build.lib.dir}/log4j/jars/log4j-1.3alpha-7.jar log4j-smtp.jar=${build.lib.dir}/log4j/jars/log4j-smtp-1.3alpha-7.jar # Servlet 2.3 OPTIONAL; required to build the org.apache.log4j.servlet package servlet.jar=${build.lib.dir}/servletapi/jars/servletapi-2.3.jar # Checkstyle jar OPTIONAL; required to execute checkstyle target checkstyle.jar=${build.lib.dir}/checkstyle/jars/checkstyle-all-4.0-beta2.jar # Jalopy OPTIONAL; required to run the jalpoy targets jalopy.lib=/jalopy/jalopy-ant-0.6.2/lib # Smack jar OPTIONAL; required to build the org.apache.log4j.net.IMAppender smack.jar=${build.lib.dir}/smack/jars/smack-1.3.0.jar