# the local repository local.repository = ./lib # The name of this project project.name = velocity-dvsl # The title of this project project.title = DVSL # version number project.version = 0.45 # The name that is used to create the jar file final.name = ${project.name}-${project.version} # Name of generated dvsl.jar file dvsl.jar = ${final.name}.jar # The base directory for compilation targets build.home = target # The base directory for distribution targets dist.home = dist # The base directory for component sources source.home = src # The base directory for config files conf.home = src/conf # The docs source directory docs.src = xdocs # The docs destination directory docs.dest = docs # The printdocs destination directory docs-printable.dest = docs_print # Location of ant.jar ant.jar = ${ant.home}/lib/ant.jar # Should Java compilations set the 'debug' compiler option? compile.debug = true # Should Java compilations set the 'deprecation' compiler option? compile.deprecation = true # Should Java compilations set the 'optimize' compiler option? compile.optimize = true # Should all tests fail if one does? test.failonerror = true # The test runner to execute test.runner = junit.textui.TestRunner