mcconnell    2004/01/31 05:29:50

  Added:       repository/cli/bin repository.bat security.policy
  Log:
  Update build procedure to include:
    1. consitent deliverable naming convention
    2. automation of MD5 and ASC file creation for jar and distribution artifacts
  System changes encompassing:
    1. updates to the InitialContext and Builder interface and implementation to 
support target class retrival and bar exansion
    2. addition of a commandline interface supporting bar file retrival
    3. implementation of bar expansion via the InitialContext
  Admin updates include ASL 2.0 in main license file
  
  Revision  Changes    Path
  1.1                  avalon/repository/cli/bin/repository.bat
  
  Index: repository.bat
  ===================================================================
  @echo off
  if "%AVALON_HOME%" == "" set AVALON_HOME=%USERPROFILE%\.avalon
  set AVALON_CMD_LINE_ARGS=%*
  set [EMAIL PROTECTED]@.jar
  set AVALON_SECURITY_POLICY=-Djava.security.policy=%AVALON_HOME%\bin\security.policy
  java %AVALON_SECURITY_POLICY% %AVALON_JVM_OPTS% -jar %AVALON_BOOTSTRAP_JAR% 
%AVALON_CMD_LINE_ARGS%
  goto EndOfScript
  :EndOfScript
  
  
  
  1.1                  avalon/repository/cli/bin/security.policy
  
  Index: security.policy
  ===================================================================
  grant { 
          permission java.security.AllPermission;
  };
  
  
  
  

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

Reply via email to