scuffed-code/icu4j/build.sh

17 lines
634 B
Bash
Raw Normal View History

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
#*/
#!/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 $*