From 215ba048b97773e53ecd4d8b602c8a9c25256dfe Mon Sep 17 00:00:00 2001 From: Laura Werner Date: Fri, 10 Mar 2000 23:50:23 +0000 Subject: [PATCH] Use REM instead of Java-style comments X-SVN-Rev: 942 --- icu4j/build.bat | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/icu4j/build.bat b/icu4j/build.bat index 58ea18f949..6fd4be8a3f 100755 --- a/icu4j/build.bat +++ b/icu4j/build.bat @@ -1,16 +1,15 @@ -#/* -#******************************************************************************* -#* Copyright (C) 1997-2000, International Business Machines Corporation and * -#* others. All Rights Reserved. * -#******************************************************************************* -#* -#* $Source: /xsrl/Nsvn/icu/icu4j/Attic/build.bat,v $ -#* $Date: 2000/03/10 04:17:55 $ -#* $Revision: 1.2 $ -#* -#***************************************************************************************** -#*/ - @echo off + +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 $ +REM $Date: 2000/03/10 23:50:23 $ +REM $Revision: 1.3 $ + +REM ******************************************************************************* + REM convience bat file to build with java -classpath "build\javac.jar;build\ant.jar;build\projectx-tr2.jar;%CLASSPATH%" org.apache.tools.ant.Main %1 %2 %3 %4 %5