Initial commit.
This commit is contained in:
27
integration-test/project.properties
Normal file
27
integration-test/project.properties
Normal file
@@ -0,0 +1,27 @@
|
||||
# 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*
|
||||
Reference in New Issue
Block a user