# Where the project directory is located, by default it's the same as the Ant working directory: uncomment to change # project.dir=/export/home/gordonp/development/service # Where the Java source directory is located (relative to project.dir). src.dir=src # Where any and all 3rd party libraries for your code are stored (relative to project.dir). lib.dir=lib # The package-qualified location of your main class's source code (the one extending MobyServlet). main.class.file=org/biomoby/service/test/ConvertAAtoFASTA_AA.java # Name of the output WAR archive to be generated (will also be the servlet name). my.servlet.war.file=ConvertAAtoFASTA_AA.war # The location of a test MOBY XML input data file (used as input to test your service). input.data.file=${project.dir}/mobyAASeq.xml # Your Java Servlet host URL (with port) servlet.host.url=http://moby.ucalgary.ca:8089