mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Small fixes.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1819 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
025106254b
commit
e89e7c8a75
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
# //--------------------------------------------------------------------------//
|
# //--------------------------------------------------------------------------//
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue