You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by cc...@apache.org on 2008/12/03 21:30:45 UTC

svn commit: r723060 - /servicemix/smx4/kernel/trunk/assembly/src/main/distribution/windows-text/bin/servicemix.bat

Author: ccustine
Date: Wed Dec  3 12:30:44 2008
New Revision: 723060

URL: http://svn.apache.org/viewvc?rev=723060&view=rev
Log:
Fix to Windows batch file

Modified:
    servicemix/smx4/kernel/trunk/assembly/src/main/distribution/windows-text/bin/servicemix.bat

Modified: servicemix/smx4/kernel/trunk/assembly/src/main/distribution/windows-text/bin/servicemix.bat
URL: http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/assembly/src/main/distribution/windows-text/bin/servicemix.bat?rev=723060&r1=723059&r2=723060&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/assembly/src/main/distribution/windows-text/bin/servicemix.bat (original)
+++ servicemix/smx4/kernel/trunk/assembly/src/main/distribution/windows-text/bin/servicemix.bat Wed Dec  3 12:30:44 2008
@@ -116,12 +116,10 @@
 set filename=%~1
 set suffix=%filename:~-4%
 if %suffix% equ .jar set CLASSPATH=%CLASSPATH%;%SERVICEMIX_HOME%\lib\%filename%
-exit
+goto :EOF
 
 :CLASSPATH_END
 
-set CLASSPATH=%CLASSPATH%;%SERVICEMIX_HOME%\lib\servicemix.jar;%SERVICEMIX_HOME%\lib\servicemix-jaas-boot.jar
-
 rem Execute the JVM or the load the profiler
 if "%SERVICEMIX_PROFILER%" == "" goto :RUN
     rem Execute the profiler if it has been configured