Changed name to bant as it's now used to do all bundle building.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@671 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-11-29 00:19:35 +00:00
parent 04be7dafec
commit 277d622ef7
+5 -3
View File
@@ -1,6 +1,8 @@
#!/bin/sh
#
# Invokes ant with the necessary class to build the component bundles.
# $Id: bant,v 1.2 2001/11/29 00:19:35 mdb Exp $
#
# Invokes ant with the necessary classpath to build the bundles.
BINDIR=`dirname $0`
@@ -10,5 +12,5 @@ SYSTEMCP=`echo /usr/share/java/*.jar | tr ' ' ':'`
PROJECTCP=`echo $BINDIR/../../lib/*.jar | tr ' ' ':'`
# also add narya.jar
export CLASSPATH=$BINDIR/../../dist/narya.jar:$PROJECTCP:$SYSTEMCP
# and invoke ant with the proper target
ant "$@" cbundles
# and invoke ant with the passed through targets
ant "$@"