donaldp 2002/07/01 19:48:49
Modified: containerkit/src/java/org/apache/excalibur/containerkit/infobuilder
componentinfo.dtd
Log:
Update DTD
Revision Changes Path
1.2 +14 -0
jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/infobuilder/componentinfo.dtd
Index: componentinfo.dtd
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/infobuilder/componentinfo.dtd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- componentinfo.dtd 25 Jun 2002 03:39:16 -0000 1.1
+++ componentinfo.dtd 2 Jul 2002 02:48:49 -0000 1.2
@@ -46,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:
@@ -93,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: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>