blob: 410f645b0875d3029333bfcf6c8609b1c45e6767 [file] [log] [blame]
# Properties controlling the build process
#------------------------------------------------------------------------------------
# The original, unmodified and expanded cocoon webapp directory
src.cocoon.dir=../cocoon-2.1/build/webapp
#------------------------------------------------------------------------------------
# Root directories where publications are located
pubs.root.dirs=src/webapp/lenya/pubs
#pubs.root.dirs=src/webapp/lenya/pubs:/home/foobar/src/other-pubs
#------------------------------------------------------------------------------------
# Where the 'install' build target should put the webapp context
# Warning: This has to be an absolute path! FIXME: cocoon.xconf needs absolute path (scr/targets/init-build.xml)
install.dir=/usr/local/tomcat/webapps/lenya
#------------------------------------------------------------------------------------
# The server cache directory to be cleaned by the 'reset' target
# Either use an absolute path or a relative one based on the current directory
cache.dir=/usr/local/tomcat/work/Standalone/localhost/lenya
#------------------------------------------------------------------------------------
# Files and directories which should be excluded during 'install' and 'reset'
# Comma- or space-separated list of patterns
# All files are included when commented
#target.install.excludes=**/oscom/**/authoring/**,**/oscom/**/live/**
#target.reset.excludes=**/oscom/**/authoring/**,**/oscom/**/live/**
#------------------------------------------------------------------------------------
# HSQL-DB server port
#hsqldb-server.port=9002