donaldp 2002/09/09 05:41:03 Modified: info/src/java/org/apache/avalon/framework/tools/infobuilder componentinfo.dtd Log: Make name/type attributes of dependency Revision Changes Path 1.6 +5 -3 jakarta-avalon-excalibur/info/src/java/org/apache/avalon/framework/tools/infobuilder/componentinfo.dtd Index: componentinfo.dtd =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/info/src/java/org/apache/avalon/framework/tools/infobuilder/componentinfo.dtd,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- componentinfo.dtd 9 Sep 2002 12:39:35 -0000 1.5 +++ componentinfo.dtd 9 Sep 2002 12:41:03 -0000 1.6 @@ -94,9 +94,11 @@ to the value specified in the name attribute of service element service-ref the service that is required --> -<!ELEMENT dependency (key?,service-ref,attributes*) > - <!ATTLIST dependency optional CDATA #IMPLIED > - <!ELEMENT key (#PCDATA) > +<!ELEMENT dependency (attributes?) > + <!ATTLIST dependency + key CDATA #IMPLIED + type CDATA #REQUIRED + optional CDATA #IMPLIED > <!-- The loggers element contains a list of loggers that component uses.
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>