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/02/25 14:40:30 UTC

cvs commit: avalon/merlin/activation/impl/src/test/org/apache/avalon/activation/impl/test/components TestComponent.java

mcconnell    2004/02/25 05:40:30

  Modified:    merlin/activation/impl/src/test/org/apache/avalon/activation/impl/test/components
                        TestComponent.java
  Log:
  Update the code security test component to declare a permission request.
  
  Revision  Changes    Path
  1.3       +2 -0      avalon/merlin/activation/impl/src/test/org/apache/avalon/activation/impl/test/components/TestComponent.java
  
  Index: TestComponent.java
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/activation/impl/src/test/org/apache/avalon/activation/impl/test/components/TestComponent.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TestComponent.java	23 Feb 2004 13:30:00 -0000	1.2
  +++ TestComponent.java	25 Feb 2004 13:40:30 -0000	1.3
  @@ -31,6 +31,8 @@
    * @author <a href="mailto:dev@avalon.apache.org">Avalon Development Team</a>
    * @avalon.component name="test" lifestyle="singleton"
    * @avalon.service type="org.apache.avalon.activation.impl.test.components.TestService"
  + * @avalon.security.permission class="java.util.PropertyPermission" 
  + *     name="java.version" actions="read,write"
    */
   public class TestComponent extends AbstractLogEnabled 
     implements Contextualizable, TestService
  
  
  

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