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/07/02 04:57:01 UTC

cvs commit: jakarta-avalon-site/docs componentinfo_1_0.dtd

donaldp     2002/07/01 19:57:01

  Modified:    docs     componentinfo_1_0.dtd
  Log:
  Update descriptor.
  
  Revision  Changes    Path
  1.2       +18 -2     jakarta-avalon-site/docs/componentinfo_1_0.dtd
  
  Index: componentinfo_1_0.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-site/docs/componentinfo_1_0.dtd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- componentinfo_1_0.dtd	24 Jun 2002 00:39:48 -0000	1.1
  +++ componentinfo_1_0.dtd	2 Jul 2002 02:57:01 -0000	1.2
  @@ -27,8 +27,10 @@
   dependencies the services that this component require to operate
   -->
   <!ELEMENT component-info (component, context?, services?, dependencies?)>
  -<!ATTLIST component-info id ID #IMPLIED
  -          xmlns CDATA #FIXED "http://jakarta.apache.org/avalon/componentinfo_1_0.dtd" >
  +<!--
  +  !ATTLIST component-info id ID #IMPLIED
  +          xmlns CDATA #FIXED "http://jakarta.apache.org/avalon/componentinfo_1_0.dtd"
  + -->
   
   <!--
   The component element describes the component, it defines:
  @@ -44,6 +46,15 @@
     <!ELEMENT version      (#PCDATA) >
   
   <!--
  +The logger element defines the loggers that are available to component.
  +The element has one attribute specifying name of Logger. It contains:
  +
  +attributes	  Optional attributes about logger
  +-->
  +<!ELEMENT logger   (attributes?) >
  +  <!ATTLIST name CDATA #IMPLIED >
  +
  +<!--
   The context element defines what values and type of context
   is available to component.
   It contains:
  @@ -91,6 +102,11 @@
   <!ELEMENT dependency  (role?,service-ref,attributes?) >
     <!ATTLIST dependency optional CDATA #IMPLIED >
     <!ELEMENT role        (#PCDATA) >
  +
  +<!--
  +The loggers element contains a list of loggers that component uses.
  +-->
  +<!ELEMENT loggers    (logger*)>
   
   <!--
   The services element contains a list of services that this component supports.
  
  
  

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