mcconnell    2004/02/12 16:41:53

  Added:       merlin/kernel/cli/src/bin repository.bat
  Log:
  Add cli control to the merlin bin directory.
  
  Revision  Changes    Path
  1.1                  avalon/merlin/kernel/cli/src/bin/repository.bat
  
  Index: repository.bat
  ===================================================================
  @echo off
  if "%MERLIN_HOME%" == "" set MERLIN_HOME=%USERPROFILE%\.merlin
  if "%REPOSITORY_HOME%" == "" set REPOSITORY_HOME=%MERLIN_HOME%
  set CMD_LINE_ARGS=%*
  set [EMAIL PROTECTED]@.jar
  set SECURITY_POLICY=-Djava.security.policy=%REPOSITORY_HOME%\bin\security.policy
  java %SECURITY_POLICY% %REPOSITORY_JVM_OPTS% -jar %BOOTSTRAP_JAR% %CMD_LINE_ARGS%
  goto EndOfScript
  :EndOfScript
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to