donaldp 2002/09/09 05:39:35 Modified: info/src/java/org/apache/avalon/framework/tools/infobuilder componentinfo.dtd Log: Make name/type attributes of component Revision Changes Path 1.5 +3 -2 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.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- componentinfo.dtd 9 Sep 2002 12:37:37 -0000 1.4 +++ componentinfo.dtd 9 Sep 2002 12:39:35 -0000 1.5 @@ -40,8 +40,9 @@ containing alphanumeric characters, '.', '_' and starting with a letter. --> -<!ELEMENT component (name?,attributes?)> - <!ELEMENT name (#PCDATA) > +<!ELEMENT component (attributes?)> + <!ATTLIST component name CDATA #REQUIRED + type CDATA #REQUIRED > <!-- The logger element defines the loggers that are available to component.
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>