# build.properties.sample -- Sample build.properties for "scaffold" # $Id$ # Commons Packages commons.home=../../jakarta-commons commons-beanutils.jar=${commons.home}/beanutils/dist/commons-beanutils.jar commons-digester.jar=${commons.home}/beanutils/dist/commons-digester.jar commons-logging.jar=${commons.home}/commons-logging-1.0.3/commons-logging.jar # JDBC 2.0 Standard Extensions (javax.sql) JAR File jdbc20ext.jar=/classes/jdbc20ext.jar # Lucene (Version 1.2 or later). For more informaiton, see # . lucene.home=/usr/local/lucene-1.2 lucene.jar=${lucene.home}/lucene-1.2.jar # MockObjects (Version 0.07 or later). For more information, see # . The "mockobjects-core.jar" property # should point at the core JAR file from the MockObjects distribution, # while the "mockobjects-j2ee.jar" property should point at the appropriate # JAR file for the combination of J2SE and J2EE level you are using. The # example below would be for J2EE 1.3 (i.e. Servlet 2.3 and JSP 1.2) running # in conjunction with J2SE 1.4. mockobjects.home=/usr/local/mockobjects-0.07 mockobjects-core.jar=${mockobjects.home}/mockobjects-0.07-core.jar mockobjects-j2ee.jar=${mockobjects.home}/mockobjects-0.07-j1.4-j2ee1.3.jar # PoolMan (version 2.0.4 or later). For more information, see # . poolman.home=/usr/local/poolman-2.0.4 poolman.jar=${poolman.home}/lib/poolman.jar # Servlet 2.3 / JSP 1.2 API Classes servlet.jar=/classes/servlet.jar