scuffed-code/icu4j/build.sh
Steven R. Loomis 572478c14a ICU-0 fix up a comment
X-SVN-Rev: 8094
2002-03-18 22:11:04 +00:00

17 lines
634 B
Bash
Executable File

#/*
#************************************************************************
#* Copyright (C) 1997 - 2002, International Business Machines Corporation and
#* others. All Rights Reserved.
#************************************************************************
#*
#* $Source: /xsrl/Nsvn/icu/icu4j/Attic/build.sh,v $
#* $Date: 2002/03/18 22:11:04 $
#* $Revision: 1.5 $
#*
#*************************************************************************
#*/
#!/bin/sh
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 $*