2000-03-10 04:18:06 +00:00
|
|
|
#/*
|
2002-03-18 22:11:04 +00:00
|
|
|
#************************************************************************
|
|
|
|
#* Copyright (C) 1997 - 2002, International Business Machines Corporation and
|
|
|
|
#* others. All Rights Reserved.
|
|
|
|
#************************************************************************
|
2000-03-10 04:18:06 +00:00
|
|
|
#*
|
|
|
|
#* $Source: /xsrl/Nsvn/icu/icu4j/Attic/build.sh,v $
|
2002-03-18 22:11:04 +00:00
|
|
|
#* $Date: 2002/03/18 22:11:04 $
|
|
|
|
#* $Revision: 1.5 $
|
2000-03-10 04:18:06 +00:00
|
|
|
#*
|
2002-03-18 22:11:04 +00:00
|
|
|
#*************************************************************************
|
2000-03-10 04:18:06 +00:00
|
|
|
#*/
|
2000-03-10 01:33:53 +00:00
|
|
|
#!/bin/sh
|
2001-11-29 18:18:10 +00:00
|
|
|
CLASSPATH=$JAVA_HOME/tools.jar:$ANT_HOME/lib/ant.jar
|
|
|
|
echo java -classpath $CLASSPATH org.apache.tools.ant.Main $*
|
|
|
|
java -classpath $CLASSPATH org.apache.tools.ant.Main $*
|