head	1.2;
access;
symbols
	Avalon-3_0a4-dev:1.1
	avalon30a2:1.1;
locks; strict;
comment	@# @;


1.2
date	2000.12.18.22.51.53;	author donaldp;	state dead;
branches;
next	1.1;

1.1
date	2000.08.03.10.33.18;	author donaldp;	state Exp;
branches;
next	;


desc
@@


1.2
log
@removed old tools locations
@
text
@#! /bin/sh

# Args: DIR command
cd $1
CMD=$2
shift
shift

if test -f $CMD.sh; then
  CMD="sh $CMD.sh"
fi

echo $CMD $@@ | sh
@


1.1
log
@Updated build system to be more ant friendly. Now there is no need for
custom build.[sh|bat] to build classpath.
@
text
@@

