mcconnell 2002/12/15 06:10:24
Modified: meta/src/java/org/apache/avalon/meta type.dtd
Log:
Updating DTD to remove updocumented controls element.
Revision Changes Path
1.3 +2 -17 avalon-sandbox/meta/src/java/org/apache/avalon/meta/type.dtd
Index: type.dtd
===================================================================
RCS file: /home/cvs/avalon-sandbox/meta/src/java/org/apache/avalon/meta/type.dtd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- type.dtd 26 Nov 2002 17:12:14 -0000 1.2
+++ type.dtd 15 Dec 2002 14:10:24 -0000 1.3
@@ -122,21 +122,6 @@
%stage.attribute; >
<!--
-The control element defines an optional management access point that a component
may provide.
-It contains:
-
-reference a reference to a version management interface
-attributes Optional attributes about the management access point
--->
-<!ELEMENT control (reference,attributes?)>
-
-<!--
-The controls element contains a list of control elements that this component
proivides.
--->
-<!ELEMENT controls (control*)>
-
-
-<!--
The stage element defines a lifecycle extension stage that this component is
dependent on.
It contains:
@@ -147,7 +132,7 @@
<!ELEMENT stage (reference,attributes?)>
<!--
-The stages element contains a list of stages that this component id dependent on.
+The stages element contains a list of stages that this component is dependent on.
It contains stage elements.
-->
<!ELEMENT stages (stage*)>
@@ -211,7 +196,7 @@
It defines:
key the key for entry.
-value the value of entry.
+type the type of entry.
optional is entry optional
-->
<!ELEMENT entry EMPTY >
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>