You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/11/12 08:00:18 UTC

cvs commit: jakarta-avalon-excalibur/info/src/xdocs tags.xml

donaldp     2002/11/11 23:00:18

  Modified:    info/src/xdocs tags.xml
  Log:
  tag --> attribute
  
  Revision  Changes    Path
  1.3       +14 -14    jakarta-avalon-excalibur/info/src/xdocs/tags.xml
  
  Index: tags.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/info/src/xdocs/tags.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- tags.xml	15 Sep 2002 08:14:31 -0000	1.2
  +++ tags.xml	12 Nov 2002 07:00:17 -0000	1.3
  @@ -2,21 +2,21 @@
   
   <document>
       <properties>
  -        <title>Tag Definitions</title>
  +        <title>Attribute Definitions</title>
           <author email="peter at apache.org">Peter Donald</author>
       </properties>
       <body>
           <section name="Introduction">
  -            <p>This document aims to describe the tags that define
  -            functionality common to multiple containers. These Info tags
  +            <p>This document aims to describe the attributes that define
  +            functionality common to multiple containers. These Info attributes
               are usually generated from source files that have been decorated
               with <a href="doclet.html">Javadoc</a> tags.</p>
           </section>
           <section name="Tags">
  -            <p>The list of standard metadata tags includes;</p>
  +            <p>The list of standard metadata attributes includes;</p>
               <ul>
  -                <li><a href="#doc">doc</a>: documentation tag</li>
  -                <li><a href="#feature">feature</a>: tag for specifying
  +                <li><a href="#doc">doc</a>: documentation attribute</li>
  +                <li><a href="#feature">feature</a>: attribute for specifying
                   which container extensions are required or supported.</li>
               </ul>
               <subsection name="doc">
  @@ -26,7 +26,7 @@
                       <tr><th>Inherit</th><td>true</td></tr>
                       <tr>
                           <th>Description</th>
  -                        <td>The "doc" tag is used to document artefacts in the
  +                        <td>The "doc" attribute is used to document artefacts in the
                           system. The documentation can either be read from
                           ResourceBundles or loaded directly from the Parameters.
                           Loading descriptions from ResourceBundles is supported
  @@ -85,20 +85,20 @@
                   display string and description by directly storing data in descriptor.</p>
                   <source>
   <![CDATA[
  -<tag name="doc">
  +<attribute name="doc">
     <param name="display-name" value="My Magic Component"/>
     <param name="description"
            value="My Magic Component does Magic."/>
  -</tag>
  +</attribute>
   ]]></source>
                   <p>The following is an example info fragment that loads the
                   display string and description from a resource bundle.</p>
                   <source>
   <![CDATA[
  -<tag name="doc">
  +<attribute name="doc">
     <param name="display-name-key" value="component.display-name"/>
     <param name="description-key" value="component.description"/>
  -</tag>
  +</attribute>
   ]]></source>
               </subsection>
               <subsection name="feature">
  @@ -108,7 +108,7 @@
                       <tr><th>Inherit</th><td>true</td></tr>
                       <tr>
                           <th>Description</th>
  -                        <td>The "feature" tag is used to define which
  +                        <td>The "feature" attribute is used to define which
                           container extensions that the component requires
                           or will use if present. See the <a href="features.html">
                           features</a> document for details about container
  @@ -144,10 +144,10 @@
                   that it requires extension sec, tx and will use mx if present.</p>
                   <source>
   <![CDATA[
  -<tag name="feature">
  +<attribute name="feature">
     <param name="required" value="sec tx"/>
     <param name="optional" value="mx"/>
  -</tag>
  +</attribute>
   ]]></source>
               </subsection>
           </section>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>