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.
33 lines
919 B
33 lines
919 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.ca.war=${basedir}/../samples/contacts/dist/contacts-container-adapter.war |
|
contacts.filter.war=${basedir}/../samples/contacts/dist/contacts.war |
|
contacts.client.jar=${basedir}/../samples/contacts/client/contacts.jar |
|
|
|
acegisecurity.xml=../src/net/sf/acegisecurity/adapters/acegisecurity.xml |
|
jalopy.xml=${basedir}/../jalopy.xml |
|
|
|
src.dir=src |
|
build.dir=classes |
|
reports.dir=reports |
|
|
|
test.excludes=**/Abstract* |
|
|
|
tomcat-4.1.version=4.1.30 |
|
tomcat-5.version=5.0.19 |
|
jetty.version=4.2.18 |
|
jboss.version=3.2.3
|
|
|