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 2003/10/04 12:46:13 UTC

cvs commit: avalon/merlin/platform/tutorials/profiles/src/java/tutorial RandomGeneratorProvider.java RandomGeneratorProvider.xprofile

mcconnell    2003/10/04 03:46:13

  Modified:    merlin/platform/tutorials/profiles/src/java/tutorial
                        RandomGeneratorProvider.java
                        RandomGeneratorProvider.xprofile
  Log:
  Improve consistency between profile tutorial and selection tutorial content.
  
  Revision  Changes    Path
  1.3       +1 -1      avalon/merlin/platform/tutorials/profiles/src/java/tutorial/RandomGeneratorProvider.java
  
  Index: RandomGeneratorProvider.java
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/platform/tutorials/profiles/src/java/tutorial/RandomGeneratorProvider.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RandomGeneratorProvider.java	3 Oct 2003 14:42:34 -0000	1.2
  +++ RandomGeneratorProvider.java	4 Oct 2003 10:46:13 -0000	1.3
  @@ -11,7 +11,7 @@
   /**
    * An implementation of a random number generator.
    * 
  - * @avalon.component name="random-provider" lifestyle="singleton"
  + * @avalon.component name="randomizer" lifestyle="singleton"
    * @avalon.service type="tutorial.RandomGenerator"
    */
   public class RandomGeneratorProvider extends AbstractLogEnabled 
  
  
  
  1.2       +1 -1      avalon/merlin/platform/tutorials/profiles/src/java/tutorial/RandomGeneratorProvider.xprofile
  
  Index: RandomGeneratorProvider.xprofile
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/platform/tutorials/profiles/src/java/tutorial/RandomGeneratorProvider.xprofile,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RandomGeneratorProvider.xprofile	24 Sep 2003 09:34:07 -0000	1.1
  +++ RandomGeneratorProvider.xprofile	4 Oct 2003 10:46:13 -0000	1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0"?>
   
   <profiles>
  -  <profile name="randomizer">
  +  <profile name="primary">
       <configuration>
         <seed>1024</seed>
       </configuration>
  
  
  

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