spring-security/project.properties

113 lines
3.8 KiB
Properties
Raw Normal View History

2004-03-16 18:57:17 -05:00
# Ant properties for building the Acegi Security System for Spring.
# Values in this file will be overriden by any values with the same name
# in the user-created build.properties file.
# $Id$
# Project version
2004-05-23 20:03:33 -04:00
acegi-security-version=0.51
2004-03-16 18:57:17 -05:00
# Project name
name=acegi-security-system-for-spring
# Compile with debug code
debug=on
# With the exception of 'dist' and 'docs/api', all artifacts produced by
# the build go somewhere underneath the target dir
target.dir=${basedir}/target
# Main source tree will be compiled into this directory tree
target.classes.dir=${target.dir}/classes
# Test tree will be compiled into this directory tree
target.testclasses.dir=${target.dir}/test-classes
# Names of distribution jar files
acegi-security.jar=acegi-security.jar
# Names of distribution jar files
acegi-taglib.jar=acegi-security-taglib.jar
2004-03-16 18:57:17 -05:00
# Name of Zip file containing all project sources
acegi-security-src.zip=acegi-security-src.zip
# Library directory within project. Where third party jars reside.
lib.dir=${basedir}/lib
# Source directory under the current root
src.dir=${basedir}/src
# Directory for generated API documentation -->
javadocs.dir=${basedir}/docs/api
# Test directory under the current root
test.dir=${basedir}/test
# Wildcards to be matched by JUnit tests
# Convention is that our JUnit test classes have names like XXXXTestSuite or XXXTests
test.includes=**/*TestSuite.class **/*Tests.class
# Wildcards to exclude among JUnit tests
test.excludes=
2004-03-16 18:57:17 -05:00
# Directory where JUnit test reports are written
target.junit.reports.dir=${target.dir}/test-reports
# Directory we generate distribution units such as jars and zips to
dist.dir=dist
# Directory for release ZIPs
target.release.dir=${target.dir}/release
# ZIP file that gets created for a release
release.zip=acegi-security-${acegi-security-version}.zip
release-with-dependencies.zip=acegi-security-${acegi-security-version}-with-dependencies.zip
# Path prefix within the ZIP file
release.path=acegi-security-${acegi-security-version}
# This is only used by the ant build to kill this directory, where IDEs may
# place other class files (for samples, etc.)
target.otherclasses.dir=${target.dir}/other-classes
# Where to find code formatting rules
jalopy.xml=jalopy.xml
# Clover properties
target.clover.dir=${target.dir}/clover
clover.dbdir=${target.clover.dir}/db
2004-03-22 23:23:17 -05:00
clover.dbfile=acegi_security_coverage.db
clover.tmpdir=${target.clover.dir}/tmp
2004-03-22 23:23:17 -05:00
target.clover.html.dir=${target.dir}/clover-reports
2004-03-16 18:57:17 -05:00
# ------------------------------------------------------------------------
# docbook reference documentation
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
doc.dir=docs
doc.ref.dir=docs/reference
dist.ref.dir=docs/reference
# ------------------------------------------------------------------------
# maven configuration
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
maven.jar.override = on
maven.jar.aopalliance = ${basedir}/lib/aopalliance/aopalliance-1.0.jar
maven.jar.commons-attributes-api = ${basedir}/lib/jakarta-commons/commons-attributes-api-SNAPSHOT.jar
maven.jar.commons-attributes-compiler = ${basedir}/lib/jakarta-commons/commons-attributes-compiler-SNAPSHOT.jar
maven.jar.cas = ${basedir}/lib/cas/cas-2.0.12-beta3.jar
maven.jar.casclient = ${basedir}/lib/cas/casclient-2.0.10.jar
maven.jar.catalina-extracted = ${basedir}/lib/extracted/catalina/catalina-extracted.jar
maven.jar.jmx-extracted = ${basedir}/lib/extracted/catalina/jmx-extracted.jar
maven.jar.jboss-common-extracted = ${basedir}/lib/extracted/jboss/jboss-common-extracted.jar
maven.jar.jbosssx-extracted = ${basedir}/lib/extracted/jboss/jbosssx-extracted.jar
maven.jar.org.mortbay.jetty-extracted = ${basedir}/lib/extracted/jetty/org.mortbay.jetty-extracted.jar
maven.jar.resin-extracted = ${basedir}/lib/extracted/resin/resin-extracted.jar