donaldp 2002/11/15 14:17:40
Modified: info/src/java/org/apache/avalon/framework/tools/infobuilder
componentinfo.dtd
Log:
Allow type to be specified
Revision Changes Path
1.16 +1 -0
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.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- componentinfo.dtd 14 Nov 2002 12:17:20 -0000 1.15
+++ componentinfo.dtd 15 Nov 2002 22:17:39 -0000 1.16
@@ -61,6 +61,7 @@
<!ELEMENT schema (attribute*)>
<!ATTLIST schema category CDATA #REQUIRED >
<!ATTLIST schema location CDATA #REQUIRED >
+ <!ATTLIST schema type CDATA #REQUIRED >
<!--
The logger element defines the loggers that are available to component.
--
To unsubscribe, e-mail: <mailto:avalon-cvs-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-cvs-help@;jakarta.apache.org>