From e89e7c8a75b6d2ac13644a79eb9a835b0f7dba3e Mon Sep 17 00:00:00 2001 From: Matt Tucker Date: Thu, 23 Jan 2003 19:56:57 +0000 Subject: [PATCH] Small fixes. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1819 b35dd754-fafc-0310-a699-88a17e54d16e --- build/ant | 2 +- build/ant.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/ant b/build/ant index 81778f529..e1c14392b 100644 --- a/build/ant +++ b/build/ant @@ -5,7 +5,7 @@ # // $Revision$ # // $Date$ # // -# // Standard Jive Software ant.bat file. Do not change this file. If you do, +# // Standard Jive Software ant file. Do not change this file. If you do, # // you will have seven years of bad luck and bad builds. # //--------------------------------------------------------------------------// diff --git a/build/ant.bat b/build/ant.bat index 3d5536c68..f86d464c7 100644 --- a/build/ant.bat +++ b/build/ant.bat @@ -23,7 +23,7 @@ rem //------------------------------------------------------------------------// rem // Make the correct classpath (should include the java jars and the rem // Ant jars) rem //------------------------------------------------------------------------// -SET CP=%JAVA_HOME%\lib\tools.jar;.\ant.jar;.\xmltask.jar +SET CP=%JAVA_HOME%\lib\tools.jar;.\ant.jar rem //------------------------------------------------------------------------// rem // Run Ant