#This file is part of deegree, for copyright/license information, please visit http://www.deegree.org/license. #### # The ${webapps.name}.properties files can be used to define the webapp specific properties. #### ## # A comma separated list of package to include in the ant-build process. # The includes name must start with the name of the webapp. # Use '**/*.java' to build all classes under ${src}. # Use './' to include all *.properties, *.xml, *.html, *.xsl, *.sql files from all subdirectories from src. ## coordcalc.includes=org/deegree/coordcalc/**/*.java,./ ## # A list of web-app specific jars which will be copied from the /lib directory to the webapp/WEB-INF/lib # directory. Any present libraries will not be overwritten, thus making it possible to use specific # libraries (jars) for each webapp. # Using an asterix '*' means all jars in /lib/ directory will be copied. ## coordcalc.libs=activation.jar,commons-httpclient-2.0.2-deegreeversion.jar,commons-codec-1.3.jar,commons-fileupload-1.1.jar,commons-io-1.4.jar,commons-logging.jar,deegree2.jar,jai_core.jar,jaxen-1.1-beta-8.jar,jts-1.8.jar,log4j-1.2.9.jar,mail.jar,mlibwrapper_jai.jar,vecmath.jar,poi-3.2-FINAL-20081019.jar,poi-contrib-3.2-FINAL-20081019.jar,poi-scratchpad-3.2-FINAL-20081019.jar ## # A list of web-app specific jars which will not be deleted when clean-webapp is called. # Using an asterix '*' means no jars in WEB-INF/lib/ directory will be deleted. # leaving this property empty will result in all jars being deleted. ## coordcalc.libs.not.cleaned= ## # Tell the build script to either use "ant" or "eclipse" to compile the classes. Default is "ant" ## coordcalc.compile.action=ant ###The directory for uploaded files coordcalc.upload.dir=WEB-INF/tmp ## coordcalc.temp.dir for internal temporary files. needs to be relative to the WEB-INF/classes folder coordcalc.temp.dir=../tmp/ # ## coordcalc.download.dir needs to be a relative path from WEB-INF/classes folder coordcalc.download.dir=../../tmp/ # ## coordcalc.download.url=http://localhost:8080/coordcalc/tmp/ ## list of valid email extensions for coordcalc-users, separated by pipe ## example: provider1.com|provider2.de|provider3.org coordcalc.valid.email.extensions= # ## mail configuration coordcalc.mail.sender=coordcalc@deegree.org coordcalc.mail.host=mail.lat-lon.de coordcalc.mail.admin=you@example.org coordcalc.mail.subject=deegree coordinateCalculator - CRS Transformation Results