# build.properties.sample # # This is an example "build.properties" file, used to customize building # the iterators taglib. # # Make any changes you need, and rename this file to "build.properties" # in the same directory. # ----- # Development Mode Properties # Redefine build.examples so that the output of the build is sent # directly to the proper webapps directory of the JSP container. # Should be used only in development mode to avoid dealing with the # deployment of the war file. webapps.dir = d:/jakarta-tomcat-4.0/webapps build.examples = ${webapps.dir}/${ant.project.name}-examples