2000-03-10 01:33:53 +00:00
|
|
|
@echo off
|
2000-03-10 23:50:23 +00:00
|
|
|
|
|
|
|
REM *******************************************************************************
|
2001-11-29 18:18:10 +00:00
|
|
|
REM * Copyright (C) 1997 - 2001, International Business Machines Corporation and
|
|
|
|
REM * others. All Rights Reserved.
|
2000-03-10 23:50:23 +00:00
|
|
|
REM *******************************************************************************
|
|
|
|
|
|
|
|
REM $Source: /xsrl/Nsvn/icu/icu4j/Attic/build.bat,v $
|
2001-11-29 18:18:10 +00:00
|
|
|
REM $Date: 2001/11/29 18:18:10 $
|
|
|
|
REM $Revision: 1.5 $
|
2000-03-10 23:50:23 +00:00
|
|
|
|
|
|
|
REM *******************************************************************************
|
|
|
|
|
2000-03-10 01:33:53 +00:00
|
|
|
REM convience bat file to build with
|
2001-11-29 18:18:10 +00:00
|
|
|
java -classpath "%JAVA_HOME%\lib\tools.jar;%ANT_HOME%\lib\ant.jar;%CLASSPATH%" org.apache.tools.ant.Main %1 %2 %3 %4 %5
|