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 2002/08/05 13:37:18 UTC

cvs commit: jakarta-avalon-excalibur/assembly/demo/src/java/org/apache/excalibur/playground CustomContainer.xinfo

mcconnell    2002/08/05 04:37:18

  Added:       assembly/demo/src/java/org/apache/excalibur/playground
                        CustomContainer.xinfo
  Log:
  Definition of the type information for the container.
  
  Revision  Changes    Path
  1.1                  jakarta-avalon-excalibur/assembly/demo/src/java/org/apache/excalibur/playground/CustomContainer.xinfo
  
  Index: CustomContainer.xinfo
  ===================================================================
  <?xml version="1.0"?>
  <!DOCTYPE component-info
        PUBLIC "-//AVALON/Component Info DTD Version 1.0//EN"
               "http://jakarta.apache.org/avalon/componentinfo_1_0.dtd" >
  
  <component-info>
  
    <component>
      <name>custom</name>
    </component>
  
    <services>
      <service> 
        <reference type="org.apache.excalibur.merlin.container.Container"/>
      </service> 
    </services>
  
  </component-info>
  
  
  
  

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