#This file is part of deegree, for copyright/license information, please visit http://www.deegree.org/license. #Tue Jan 29 14:49:24 CET 2008 #The name of the servlet engine to use for deploying default.server=tomcat # relative path from base dir (=project folder) to tomcat home folder tomcat.dir=../../apache-tomcat-6.0/ catalina.dir=${tomcat.dir}conf/Catalina/localhost # relative path from base dir (=project folder) to deegree2 dir deegree.base=../base/ # relative path from base dir (=project folder) to deegree2 dist (distribution) folder. deegree.dist=${deegree.base}/dist # the project sprecific source directory project.src=src #The eclipse compile dir eclipse.build=classes #The destination for a war project.dist=dist #The location of the build.xml below the project root directory buildscript.location=scripts/ant/ #Set the project specific encoding file.encoding=UTF-8 #A comma separated list of webapps to build with the build-all target. webapps=coordcalc #A comma separated list of all jars which should never be copied to any WEB-INF/lib directory exclude.libs=servlet-api.jar #Set ant tasks to verbose verbose=true