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.
26 lines
582 B
26 lines
582 B
# Ant properties for building the Contacts (Java 5) sample application. |
|
# $Id$ |
|
|
|
name.filter=filter |
|
src.dir=src |
|
war.dir=war |
|
lib.dir=${basedir}/../../lib |
|
dist.lib.dir=${basedir}/../../dist |
|
build.dir=classes |
|
dist.dir=dist |
|
javadocs.dir=api |
|
jalopy.xml=${basedir}/../../jalopy.xml |
|
tmp.dir=temporary |
|
etc.dir=etc |
|
client.dir=client |
|
|
|
|
|
maven.war.src=${maven.src.dir}/main/webapp/common |
|
|
|
maven.multiproject.type=multiwar |
|
|
|
maven.xdoc.distributionType=war |
|
maven.xdoc.distributionUrl=http://acegisecurity.sourceforge.net/maven/acegisecurity/wars |
|
|
|
maven.compile.target=1.5 |
|
maven.compile.source=1.5
|
|
|