You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/09/08 05:50:06 UTC

cvs commit: jakarta-avalon-excalibur/containerkit/src/doc example.xml

donaldp     2002/09/07 20:50:06

  Modified:    containerkit/src/doc example.xml
  Log:
  remove version tags from sample
  
  Revision  Changes    Path
  1.6       +5 -12     jakarta-avalon-excalibur/containerkit/src/doc/example.xml
  
  Index: example.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/containerkit/src/doc/example.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- example.xml	31 Aug 2002 09:03:44 -0000	1.5
  +++ example.xml	8 Sep 2002 03:50:06 -0000	1.6
  @@ -24,10 +24,6 @@
   
           <name>my-component</name>
   
  -        <!-- the implementation version -->
  -
  -        <version>1.2.1</version>
  -
           <!-- the set of attribibutes associated with the type
                (attribute names and values are examples only) -->
   
  @@ -69,12 +65,10 @@
       <services>
   
           <!--
  -        The service type is the classname of an interface and the
  -        version identifier qualifes the interface version.  The
  -        default version value is 1.0.
  +        The service type is the classname of an interface.
           -->
           <service>
  -            <service-ref type="SimpleService" version="3.2"/>
  +            <service-ref type="SimpleService"/>
               <attributes>
                   <!--
                   Service type attributes go here.
  @@ -106,11 +100,10 @@
               <role>my-transformer</role>
   
               <!--
  -            service reference containing the classname of the service interface
  -            and the version value where version defaults to 1.0
  +            service reference containing the classname of the service interface.
               -->
   
  -            <service-ref type="org.apache.cocoon.api.Transformer" version="1.1"/>
  +            <service-ref type="org.apache.cocoon.api.Transformer"/>
   
               <!-- the set of attributes associated with the dependecy -->
               <attributes>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>