blob: 63bf219a43666d3f121ce2358ffb707fd74a32ba (
plain)
1
2
3
4
5
6
7
8
|
# Apache Ant start script configuration file
ANT_HOME=/usr/share/ant
# Optional jars and their dependencies
OPT_JAR_LIST=/usr/share/java/junit.jar:/usr/share/java/hamcrest-core.jar
LOCALCLASSPATH=${OPT_JAR_LIST}
# vim:ft=sh
|