# # $Id: sample.build.properties,v 1.31 2006/02/06 15:57:08 buckett Exp $ # # # Compiler properties: # # Debug level: either "none" OR comma separated "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 installation (only needed for tests) #junit.home= # Set the source version of java to compile (default: 1.4): #build.source.version=1.4 # Set the target version of java to compile to (default: 1.4): #build.target.version=1.4 # # Deployment properties: # # Set whether an invocation of 'start' builds the webapp (default: true) build.webapp.onstart=true # # Default Password # # Set the password for the servlet that configures the application setup.password=pingpong # # 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=/weblearn tomcat.deploy.path.quickstart=/weblearn-q # 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 # Set whether the applet jar should be signed (default: false): applet.sign.jar=false # # Template compilation properties: # # Set whether the templates get pre-compiled (default: true): build.templates.compile=true # Report XML warnings during template pre-compilation (default: false): build.templates.xmlwarn=false # # Distribution properties: # # [true]: version distributions with value of dist.release.tag (in build.xml). # [false]: version distributions with "nightly" datetime stamp. dist.tagged.release=false # # 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