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