mcconnell    2004/03/10 00:08:19

  Modified:    merlin/platform/tutorials/configuration/defaults/src/java/tutorial
                        HelloComponent.java
  Log:
  Make the component a singleton so activation is not deferred.
  
  Revision  Changes    Path
  1.3       +1 -1      
avalon/merlin/platform/tutorials/configuration/defaults/src/java/tutorial/HelloComponent.java
  
  Index: HelloComponent.java
  ===================================================================
  RCS file: 
/home/cvs/avalon/merlin/platform/tutorials/configuration/defaults/src/java/tutorial/HelloComponent.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HelloComponent.java       24 Jan 2004 23:25:33 -0000      1.2
  +++ HelloComponent.java       10 Mar 2004 08:08:19 -0000      1.3
  @@ -26,7 +26,7 @@
   /**
    * A configurable component.
    *
  - * @avalon.component version="1.0" name="simple"
  + * @avalon.component version="1.0" name="simple" lifestyle="singleton"
    */
   public class HelloComponent extends AbstractLogEnabled 
     implements Configurable, Initializable
  
  
  

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

Reply via email to