From 74ca03f5b32f1107836526d7bfcc9249a5802f3b Mon Sep 17 00:00:00 2001 From: Derek DeMoro Date: Thu, 16 Feb 2006 20:18:18 +0000 Subject: [PATCH] Updated ant.bat to run git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@3472 b35dd754-fafc-0310-a699-88a17e54d16e --- build/ant.bat | 4 ++-- build/projects/Smack.iml | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/build/ant.bat b/build/ant.bat index 14c97c382..365e9c4a8 100644 --- a/build/ant.bat +++ b/build/ant.bat @@ -23,14 +23,14 @@ 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;.\junit.jar +SET CP="%JAVA_HOME%\lib\tools.jar;.\ant.jar;.\junit.jar" rem //------------------------------------------------------------------------// rem // Run Ant rem // Note for Win 98/95 users: You need to change "%*" in the following rem // line to be "%1 %2 %3 %4 %5 %6 %7 %8 %9" rem //------------------------------------------------------------------------// -%JAVA_HOME%\bin\java -Xms32m -Xmx128m -classpath %CP% -Dant.home=. org.apache.tools.ant.Main %* +"%JAVA_HOME%\bin\java" -Xms32m -Xmx128m -classpath %CP% -Dant.home=. org.apache.tools.ant.Main %* goto end rem //------------------------------------------------------------------------// diff --git a/build/projects/Smack.iml b/build/projects/Smack.iml index 632545a53..41e9e7ce2 100644 --- a/build/projects/Smack.iml +++ b/build/projects/Smack.iml @@ -8,7 +8,7 @@ - + @@ -86,5 +86,9 @@ + +