donaldp 2002/09/09 05:43:39
Modified: info/src/java/org/apache/avalon/framework/tools/infobuilder
componentinfo.dtd
Log:
More cleanups
Revision Changes Path
1.8 +7 -15
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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- componentinfo.dtd 9 Sep 2002 12:41:36 -0000 1.7
+++ componentinfo.dtd 9 Sep 2002 12:43:39 -0000 1.8
@@ -67,24 +67,17 @@
<!--
The service element defines a service that the component
can provide to other component.
-It contains:
-service-ref the reference to service.
-attributes Optional attributes about service
--->
-<!ELEMENT service (service-ref,attributes?) >
+Its Attributes:
+type the name of the service. This is usually equal to the class
+ name of the interface that defines the service.
-<!--
-The service element defines a reference to a service that the component
-can provide to other component, or this component depends upon.
-It defines:
+It contains:
-type the name of the service. This must be equal to the class name of the
- interface that defines the service.
+attributes Optional attributes about service
-->
-<!ELEMENT service-ref EMPTY >
- <!ATTLIST service-ref
- type CDATA #REQUIRED >
+<!ELEMENT service (attributes?) >
+ <!ATTLIST service type CDATA #REQUIRED >
<!--
The service dependency describes a service that the component
@@ -92,7 +85,6 @@
key the key used to lookup service. If not provided it defaults
to the value specified in the name attribute of service element
-service-ref the service that is required
-->
<!ELEMENT dependency (attributes?) >
<!ATTLIST dependency
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>