mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-2731 remove old build scripts. Not required/supported
X-SVN-Rev: 12097
This commit is contained in:
parent
c3eb3e111f
commit
a22355eef9
2 changed files with 0 additions and 31 deletions
|
@ -1,15 +0,0 @@
|
|||
@echo off
|
||||
|
||||
REM *******************************************************************************
|
||||
REM * Copyright (C) 1997 - 2001, International Business Machines Corporation and
|
||||
REM * others. All Rights Reserved.
|
||||
REM *******************************************************************************
|
||||
|
||||
REM $Source: /xsrl/Nsvn/icu/icu4j/Attic/build.bat,v $
|
||||
REM $Date: 2001/11/29 18:18:10 $
|
||||
REM $Revision: 1.5 $
|
||||
|
||||
REM *******************************************************************************
|
||||
|
||||
REM convience bat file to build with
|
||||
java -classpath "%JAVA_HOME%\lib\tools.jar;%ANT_HOME%\lib\ant.jar;%CLASSPATH%" org.apache.tools.ant.Main %1 %2 %3 %4 %5
|
|
@ -1,16 +0,0 @@
|
|||
#/*
|
||||
#************************************************************************
|
||||
#* Copyright (C) 1997 - 2002, International Business Machines Corporation and
|
||||
#* others. All Rights Reserved.
|
||||
#************************************************************************
|
||||
#*
|
||||
#* $Source: /xsrl/Nsvn/icu/icu4j/Attic/build.sh,v $
|
||||
#* $Date: 2002/03/18 22:11:04 $
|
||||
#* $Revision: 1.5 $
|
||||
#*
|
||||
#*************************************************************************
|
||||
#*/
|
||||
#!/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 $*
|
Loading…
Add table
Reference in a new issue