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.
|
# Ant properties for building the Contacts sample application. |
|
# $Id$ |
|
|
|
name=contacts |
|
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
|
|
|