Updated to the latest version of ant

X-SVN-Rev: 949
This commit is contained in:
John Fitzpatrick 2000-03-15 00:40:28 +00:00
parent 4ab53783f1
commit ddc6bc0493
3 changed files with 9 additions and 9 deletions

View File

@ -6,10 +6,10 @@ 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 $Date: 2000/03/15 00:40:27 $
REM $Revision: 1.4 $
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
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

View File

@ -5,14 +5,14 @@
#*******************************************************************************
#*
#* $Source: /xsrl/Nsvn/icu/icu4j/Attic/build.sh,v $
#* $Date: 2000/03/10 04:17:55 $
#* $Revision: 1.2 $
#* $Date: 2000/03/15 00:40:27 $
#* $Revision: 1.3 $
#*
#*****************************************************************************************
#*/
#!/bin/sh
ADDL_CLASSPATH=build/ant.jar:build/projectx-tr2.jar:build/javac.jar
ADDL_CLASSPATH=build/icu4jtoolz.zip:jakarta-ant/lib/ant.jar:jakarta-ant/lib/xml.jar
if [ "$CLASSPATH" != "" ] ; then
CLASSPATH=$CLASSPATH:$ADDL_CLASSPATH

View File

@ -6,8 +6,8 @@
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/build.xml,v $
* $Date: 2000/03/13 19:18:54 $
* $Revision: 1.3 $
* $Date: 2000/03/15 00:40:28 $
* $Revision: 1.4 $
*
*******************************************************************************
*/
@ -79,7 +79,7 @@
</target>
<target name="jar" depends="core">
<jar jarfile="ICU4J.jar" basedir="${build.dir}" items="com"/>
<jar jarfile="ICU4J.jar" basedir="${build.dir}" includes="com"/>
</target>
<target name="clean">