# # $Id$ # # # Compiler options: # # : http://java.sun.com/products/javabeans/glasgow/jaf.html build.activation.jar=lib/activation.jar # : http://java.sun.com/products/javamail/index.jsp build.mail.jar=lib/mail.jar # : http://xml.apache.org/xalan-j build.xalan.jar= # : http://www.mozilla.org/directory/javasdk.html build.ldap.jar= # Debug level: either neither "none" OR comma seperated "lines", "vars", # "source". build.debug.level=lines,vars,source # Uncomment this to use the jikes compiler: #build.compiler=jikes # Uncomment this to build for Tomcat 4 deployment: #build.tomcat.four # Uncomment this 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 # Uncomment below to skip applet signing #skip.applet.sign # Uncomment below to skip template compilation #skip.compile.templates