You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Conor MacNeill <co...@m64.com> on 2000/04/27 16:11:24 UTC

[PATCH] Remove reference to xml.jar

Remove the reference to xml.jar in the ant.bat run file.

The shell script 'ant' probably also needs to be updated. I noticed
references to moo.jar in there. I'm not sure why that is and since I didn't
want to break anything I left it for now.

Index: src/bin/ant.bat
===================================================================
RCS file: /home/cvspublic/jakarta-ant/src/bin/ant.bat,v
retrieving revision 1.1
diff -u -r1.1 ant.bat
--- src/bin/ant.bat     2000/01/13 10:41:39     1.1
+++ src/bin/ant.bat     2000/04/27 14:07:04
@@ -24,7 +24,7 @@
 set CLASSPATH=%JAVA_HOME%\lib\tools.jar;%CLASSPATH%

 :runAnt
-set CLASSPATH=%ANT_HOME%\lib\ant.jar;%ANT_HOME%\lib\xml.jar;%CLASSPATH%
+set CLASSPATH=%ANT_HOME%\lib\ant.jar;%CLASSPATH%
 java -Dant.home="%ANT_HOME%" org.apache.tools.ant.Main %1 %2 %3 %4 %5 %6 %7
%8 %9

 :end

--
Conor MacNeill
conor@m64.com
M64 Pty Limited