# # $Id$ # # # Compiler properties: # # : http://java.sun.com/products/javabeans/glasgow/jaf.html build.activation.jar=${java.ext.dirs}/activation.jar # : http://java.sun.com/products/javamail/index.jsp build.mail.jar=${java.ext.dirs}/mail.jar # : http://xml.apache.org/xalan-j build.xalan.jar= # : http://www.mozilla.org/directory/javasdk.html build.ldap.jar= # Debug level: either "none" OR comma seperated "lines", "vars", "source". build.debug.level=lines,vars,source # Enable this property to use the jikes compiler: #build.compiler=jikes # Uncomment this to build for Tomcat 4 deployment: build.tomcat.four # Enable this property to build with Shibboleth: #build.shibboleth.enabled # # 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 # Enable this property if you intend to deploy remotely: #tomcat.deploy.remote # # 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 # Enable this property to skip template compilation #skip.compile.templates # # 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