donaldp 2002/11/15 14:20:27
Modified: info/src/java/org/apache/avalon/framework/tools/infobuilder
componentinfo.dtd
Log:
Make location/type unecessary
Revision Changes Path
1.17 +2 -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.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- componentinfo.dtd 15 Nov 2002 22:17:39 -0000 1.16
+++ componentinfo.dtd 15 Nov 2002 22:20:26 -0000 1.17
@@ -60,8 +60,8 @@
-->
<!ELEMENT schema (attribute*)>
<!ATTLIST schema category CDATA #REQUIRED >
- <!ATTLIST schema location CDATA #REQUIRED >
- <!ATTLIST schema type CDATA #REQUIRED >
+ <!ATTLIST schema location CDATA #IMPLIED >
+ <!ATTLIST schema type CDATA #IMPLIED >
<!--
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>