head	1.2;
access;
symbols
	avalon-james-1-1b1:1.1.0.2;
locks; strict;
comment	@# @;


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

1.1
date	2000.06.19.13.07.11;	author berin;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Updated build system to be more ant friendly. Now there is no need for
custom build.[sh|bat] to build classpath.
@
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
@Update libraries to use the latest Xerces and Ant build.
Jaxp.jar and parser.jar can be removed after Xerces
is updated to a new official release.  Due to liscensing
issues, they were not included--and Ant needs them.
@
text
@@

