You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by da...@apache.org on 2007/03/09 00:20:23 UTC

svn commit: r516220 - /webservices/muse/trunk/modules/muse-tools/scripts/setclasspath.bat

Author: danj
Date: Thu Mar  8 15:20:20 2007
New Revision: 516220

URL: http://svn.apache.org/viewvc?view=rev&rev=516220
Log:
apparently, %~dp0 adds a trailing slash, so I removed the duplicate slash added by MUSE_HOME declaration.

Modified:
    webservices/muse/trunk/modules/muse-tools/scripts/setclasspath.bat

Modified: webservices/muse/trunk/modules/muse-tools/scripts/setclasspath.bat
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-tools/scripts/setclasspath.bat?view=diff&rev=516220&r1=516219&r2=516220
==============================================================================
--- webservices/muse/trunk/modules/muse-tools/scripts/setclasspath.bat (original)
+++ webservices/muse/trunk/modules/muse-tools/scripts/setclasspath.bat Thu Mar  8 15:20:20 2007
@@ -1,7 +1,7 @@
 @echo off 
 
 set BATCH_DIR=%~dp0
-set MUSE_HOME=%BATCH_DIR%\..
+set MUSE_HOME=%BATCH_DIR%..
 
 set MODULES_DIR=%MUSE_HOME%\modules
 set CORE_DIR=%MODULES_DIR%\core



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-commits-help@ws.apache.org