mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-23 06:58:58 +00:00
integration-test/project.properties: Use properties to determine the version number of the product to use. Added tests for Catalina 4.1, in addition to 5. Generate HTML reports of the test run.
33 lines
808 B
Properties
33 lines
808 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*
|
|
|
|
tomcat-4.1.version=4.1.30
|
|
tomcat-5.version=5.0.19
|
|
jetty.version=4.2.18
|
|
jboss.version=3.2.3
|