[prev in list] [next in list] [prev in thread] [next in thread] 

List:       avalon-cvs
Subject:    cvs commit: avalon/repository/cli/bin repository.bat security.policy
From:       mcconnell () apache ! org
Date:       2004-01-31 13:29:50
Message-ID: 20040131132950.41252.qmail () minotaur ! apache ! org
[Download RAW message or body]

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 AVALON_BOOTSTRAP_JAR=%AVALON_HOME%\repository\avalon-repository\jars\avalon-repository-cli-@AVALON_CLI_VERSION@.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: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic