# # $Id$ # # # Compiler properties: # # Debug level: either "none" OR comma seperated "lines", "vars", "source". build.debug.level=lines,vars,source # Enable this property to use the jikes (http://jikes.sourceforge.net) compiler: #build.compiler=jikes # Uncomment this to build for Tomcat 4 deployment: #build.tomcat.four # Location of junit installlation (only needed for tests) #junit.home= # # Deployment properties: # # Enable this property if deploying via a WAR file: #deploy.via.warfile # # Tomcat-specific properties: # # NOTE: the user name and password refers to someone with manager rights. # To create such a user, add a user with manager rights to the file # ${catalina.home}/conf/tomcat-users.xml. # tomcat.deploy.url=http://localhost/manager tomcat.deploy.username=Fred tomcat.deploy.password=iAmFred tomcat.deploy.path=/bodington tomcat.deploy.path.quickstart=/quickstart # Enable this property if you intend to deploy remotely: #tomcat.deploy.remote # Set the version of tomcat being used [4.1 | 5.0 | 5.5] (default: 5.0): tomcat.deploy.version=5.0 # # Applet-signing properties: # applet.sign.alias=tomcat applet.sign.storepass=changeit applet.sign.keypass=changeit # Enable this property to skip applet signing skip.applet.sign # # Template compilation properties: # # Enable this property to skip template compilation: #skip.compile.templates # Report XML warnings in the templates (yes | no): build.templates.xmlwarn=yes # # Distribution properties: # # [true]: version distributions with value of dist.release.tag (in build.xml). # [false]: version distributions with "nightly" datetime stamp. dist.tagged.release=true # # Publish properties: # dist.publish.host=upload.sourceforge.net dist.publish.user=anonymous # NOTE: for sourceforge.net this is your e-mail address. dist.publish.password= dist.publish.remotedir=/incoming # # Database properties # database.driver=class.name.for.Driver database.url=jdbc:datebase://url database.userid=username database.password=password database.jar=/file/containing/database/driver