apache-ant/apache-ant-bin_ant

7 lines
112 B
Plaintext
Raw Normal View History

#!/bin/sh
. /etc/apache-ant/ant.conf
export LOCALCLASSPATH=${OPT_JAR_LIST}
/usr/share/apache-ant/bin/ant "$@"