# ----------------------------------------------------------------------------- # build.properties.sample # # This is an example "build.properties" file, used to customize building # Tomcat for your local environment. It defines the location of all external # modules that Tomcat depends on. Copy this file to "build.properties" # in the top-level source directory, and customize it as needed. # # $Id: build.properties.default 526202 2007-04-06 15:44:38Z remm $ # ----------------------------------------------------------------------------- # ----- Vesion Control Flags ----- version.major=6 version.minor=X version.build=0 version.patch=0 version=6.x-sandbox # ----- Default Base Path for Dependent Packages ----- # Please note this path must be absolute, not relative, # as it is referenced with different working directory # contexts by the various build scripts. base.path=/usr/share/java #base.path=C:/path/to/the/repository #base.path=/usr/local compile.source=1.5 compile.target=1.5 compile.debug=true