scuffed-code/icu4j/build.sh

16 lines
710 B
Bash
Raw Normal View History

2000-03-10 04:18:06 +00:00
#/*
#*******************************************************************************
#* Copyright (C) 1997 - 2001, 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 $
#* $Date: 2001/11/29 18:18:10 $
#* $Revision: 1.4 $
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 $*