# base directory | |
basedir=. | |
# what version is this? | |
ro.name=apache-roller | |
ro.version=3.1 | |
# compile time settings | |
build.debug=true | |
build.sourcelevel=1.4 | |
build.deprecation=false | |
# The following properties (with your own appropriate values) | |
# are required if using the deploy-tomcat target. | |
#staging=../build/roller | |
#webapp.name=roller | |
catalina.home=/export/home/dave/tomcat/ | |
# Path to Roller source, needed by our custom Netbeans actions | |
project.dir=/Users/dave/roller_trunk |