scuffed-code/icu4j/build.sh
Syn Wee Quek 4caafdc3d1 ICU-1559
Un-hard code the directories paths.

X-SVN-Rev: 7171
2001-11-29 18:18:10 +00:00

16 lines
710 B
Bash
Executable File

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