Small fixes.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1819 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2003-01-23 19:56:57 +00:00 committed by mtucker
parent 025106254b
commit e89e7c8a75
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
# // $Revision$ # // $Revision$
# // $Date$ # // $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. # // you will have seven years of bad luck and bad builds.
# //--------------------------------------------------------------------------// # //--------------------------------------------------------------------------//

View File

@ -23,7 +23,7 @@ rem //------------------------------------------------------------------------//
rem // Make the correct classpath (should include the java jars and the rem // Make the correct classpath (should include the java jars and the
rem // Ant jars) rem // Ant jars)
rem //------------------------------------------------------------------------// rem //------------------------------------------------------------------------//
SET CP=%JAVA_HOME%\lib\tools.jar;.\ant.jar;.\xmltask.jar SET CP=%JAVA_HOME%\lib\tools.jar;.\ant.jar
rem //------------------------------------------------------------------------// rem //------------------------------------------------------------------------//
rem // Run Ant rem // Run Ant