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