From 277d622ef75aa109ba61b1a6c3ffb65cba333a40 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 29 Nov 2001 00:19:35 +0000 Subject: [PATCH] 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 --- tests/bin/bant | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/bin/bant b/tests/bin/bant index b074adf4b..550443922 100755 --- a/tests/bin/bant +++ b/tests/bin/bant @@ -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 "$@"