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/05/06 13:01:09 UTC

cvs commit: avalon/merlin/site/xdocs/starting/tutorial services.xml

mcconnell    2004/05/06 04:01:09

  Modified:    merlin/site/xdocs/starting/tutorial services.xml
  Log:
  Correct xinfo.
  
  Revision  Changes    Path
  1.5       +5 -3      avalon/merlin/site/xdocs/starting/tutorial/services.xml
  
  Index: services.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/site/xdocs/starting/tutorial/services.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- services.xml	25 Jan 2004 13:28:50 -0000	1.4
  +++ services.xml	6 May 2004 11:01:09 -0000	1.5
  @@ -137,11 +137,13 @@
                "http://avalon.apache.org/dtds/meta/type_1_1.dtd" >
   <type>
     <info>
  -    <name>random-provider</name>
  -    <version>1.0</version>
  +    <name>random</name>
  +    <version>1.0.0</version>
  +    <lifestyle>singleton</lifestyle>
  +    <collection>hard</collection>
     </info>
     <services>
  -    <service type="tutorial.RandomGenerator"/>
  +    <service type="tutorial.RandomGenerator" version="1.0.0"/>
     </services>
   </type>
   ]]></source>
  
  
  

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