ant.conf 213 B

1234567
  1. # Apache Ant start script configuration file
  2. ANT_HOME=/usr/share/ant
  3. # Optional jars and their dependencies
  4. OPT_JAR_LIST=/usr/share/java/junit.jar:/usr/share/java/hamcrest-core.jar
  5. LOCALCLASSPATH=${OPT_JAR_LIST}