# # $Id$ # # # Compiler options: # # : 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 # 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 # 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 # # 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