appname=MyApp
warfile=${appname}.war

project=${basedir}
project.lib=${project}/lib
project.build=${project}/build

dist=${project}/dist
dist.war=${dist}/war
dist.zip=${dist}/zip
dist.jar=${dist}/jar
dist.temp=${dist}/temp
dist.classes=${dist}/classes

src=${project}/source
src.html=${src}/html
src.java=${src}/java
src.unittest=${src}/unittest
src.unittest.java=${src.unittest}/java

# If you want to build tests, turn to true or use -Dtests.build=true in the command-line
tests.build=false
tests.run=false

# what to exclude from CVS, and other files
cvs.excludes=.nbattrs,CVS

# html files needed for creation of the war file
jaffa.html.zip=${project.lib}/jaffa-html.zip