You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
716 B
27 lines
716 B
# 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*
|
|
|