repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
OCaml 4.14.0 rebuild
[arch-packages.git]
/
ant
/
repos
/
extra-any
/
ant.conf
blob
63bf219a43666d3f121ce2358ffb707fd74a32ba
1
# Apache Ant start script configuration file
2
ANT_HOME=/usr/share/ant
3
4
# Optional jars and their dependencies
5
OPT_JAR_LIST=/usr/share/java/junit.jar:/usr/share/java/hamcrest-core.jar
6
LOCALCLASSPATH=${OPT_JAR_LIST}
7
8
# vim:ft=sh