28 lines
716 B
Properties
28 lines
716 B
Properties
# Ant properties for running the integration test.
|
|
|
|
# Values in this file will be overriden by any values with the same name
|
|
# in the user-created build.properties file.
|
|
|
|
# $Id$
|
|
|
|
name=acegi-security-integration-tests
|
|
|
|
tmp.dir=${basedir}/temporary
|
|
httpunit.lib.dir=${basedir}/lib
|
|
containers.dir=${basedir}/containers
|
|
config.dir=${basedir}/container-configs
|
|
|
|
lib.dir=${basedir}/../lib
|
|
dist.lib.dir=${basedir}/../dist
|
|
contacts.war=${basedir}/../samples/contacts/dist/contacts.war
|
|
|
|
acegisecurity.xml=../src/net/sf/acegisecurity/adapters/acegisecurity.xml
|
|
jalopy.xml=${basedir}/../jalopy.xml
|
|
|
|
src.dir=src
|
|
build.dir=classes
|
|
reports.dir=reports
|
|
|
|
test.includes=**/*TestSuite.class **/*Tests.class
|
|
test.excludes=**/Abstract*
|