Spring Security
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.
 
 
 
 

13 lines
347 B

# Ant properties for building the Attributes sample application.
# $Id$
name=attributes
src.dir=src
src.generated.dir=generated
lib.dir=${basedir}/../../lib
dist.lib.dir=${basedir}/../../dist
build.dir=classes
jalopy.xml=${basedir}/../../jalopy.xml
reports.dir=reports
test.includes=**/*TestSuite.class **/*Tests.class
test.excludes=**/Abstract*