You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2004/03/11 11:53:30 UTC

cvs commit: avalon/merlin/platform/src/bin merlinx.bat

mcconnell    2004/03/11 02:53:30

  Modified:    merlin/platform/src/bin merlinx.bat
  Log:
  Updae merlinx script based on contribution from Daniel Frey.
  
  Revision  Changes    Path
  1.15      +2 -2      avalon/merlin/platform/src/bin/merlinx.bat
  
  Index: merlinx.bat
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/platform/src/bin/merlinx.bat,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- merlinx.bat	13 Feb 2004 04:39:28 -0000	1.14
  +++ merlinx.bat	11 Mar 2004 10:53:30 -0000	1.15
  @@ -12,9 +12,9 @@
   
   :SET_MERLIN
   if "%MERLIN_HOME%" == "" set MERLIN_HOME=%USERPROFILE%\.merlin
  -set WORKING_REPOSITORY=%USERPROFILE%\.maven\repository
  +set WORKING_REPOSITORY="%USERPROFILE%\.maven\repository"
   if "%MAVEN_HOME_LOCAL%" == "" goto DoneMerlinSystem
  -set WORKING_REPOSITORY=%MAVEN_HOME_LOCAL%\repository
  +set WORKING_REPOSITORY="%MAVEN_HOME_LOCAL%\repository"
   :DoneMerlinSystem
   set MERLIN_CMD_LINE_ARGS=%*
   set MERLIN_BOOTSTRAP_JAR=%MERLIN_HOME%\bin\lib\@MERLIN_CLI_JAR@
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org