You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by gl...@apache.org on 2002/10/08 14:48:36 UTC

cvs commit: jakarta-taglibs/src/doc addtaglib.xml

glenn       2002/10/08 05:48:36

  Modified:    src/doc  addtaglib.xml
  Log:
  Update document to reflect current taglibs home page
  
  Revision  Changes    Path
  1.16      +0 -26     jakarta-taglibs/src/doc/addtaglib.xml
  
  Index: addtaglib.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/src/doc/addtaglib.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- addtaglib.xml	26 Jun 2002 19:28:22 -0000	1.15
  +++ addtaglib.xml	8 Oct 2002 12:48:36 -0000	1.16
  @@ -202,28 +202,6 @@
        </newsitem>
   -->
   </pre>
  -For a tag library, add a <code>&lt;taginfo&gt;</code> to the
  -<code>&lt;tagindex&gt;</code> section.
  -<pre>
  -&lt;!-- Example taginfo, initial state should be "develop"
  -     &lt;taginfo name="DBTags" state="develop"&gt;
  -       The DBTags (formerly called JDBC) custom tag library contains
  -       tags which can be used to read from and write to an SQL database.
  -     &lt;/taginfo&gt;
  ---&gt;
  -</pre>
  -For a custom tag library extention (CTLX) add a <code>&lt;ctlxinfo&gt;</code>
  -to the <code>&lt;ctlxindex&gt;</code> section.
  -<pre>
  -&lt;!-- Example ctlxinfo
  -    &lt;ctlxindex&gt;
  -      &lt;ctlxinfo name="UltraDev" state="develop"&gt;
  -        The UltraDev CTLX adds the ability to use JSP custom tag
  -        libraries when publishing JSP pages using UltraDev 4.0.
  -      &lt;/ctlxinfo&gt; 
  -    &lt;/ctlxindex&gt;
  ---&gt;
  -</pre>
   </ul>
   </p>
   
  @@ -389,8 +367,6 @@
   <p>Update the jakarta web site by editing <code>src/doc/index.xml</code>:
   <ul>
   <li>Add a <code>&lt;newsitem&gt;</code> announcing the beta release.</li>
  -<li>Set the <code>&lt;taginfo&gt;</code> or <code>&lt;ctlxinfo&gt;</code> state
  -attribute for your taglib or ctlx to <code>beta</code>.</li>
   </ul>
   </p>
   
  @@ -454,8 +430,6 @@
   <p>Update the jakarta web site by editing <code>src/doc/index.xml</code>:
   <ul>
   <li>Add a <code>&lt;newsitem&gt;</code> announcing the release.</li>
  -<li>Set the <code>&lt;taginfo&gt;</code> or <code>&lt;ctlxinfo&gt;</code> state
  -attribute for your taglib or ctlx to <code>released</code>.</li>
   </ul>
   </p>
   
  
  
  

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