bodewig     2004/07/21 00:11:15

  Modified:    docs     resources.html
               xdocs    resources.xml
  Log:
  A new article
  
  Revision  Changes    Path
  1.79      +28 -0     ant/docs/resources.html
  
  Index: resources.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/resources.html,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -r1.78 -r1.79
  --- resources.html    25 Jun 2004 07:41:19 -0000      1.78
  +++ resources.html    21 Jul 2004 07:11:15 -0000      1.79
  @@ -510,6 +510,34 @@
         Articles
       </h3>
                                 <h4 class="subsection">
  +        <a name="Ant 1.6 for Task Writers"></a>
  +        Ant 1.6 for Task Writers
  +      </h4>
  +                        <p>This article talks about XML namespace handling, 
Ant
  +        libraries and the newly introduced type polymorphism.</p>
  +                                      <table class="externals" 
cellspacing="1" cellpadding="4">
  +              <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Author:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Stefan Bodewig
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          URL:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          <a 
href="http://otn.oracle.com/pub/articles/bodewig_taskwriters.html";>http://otn.oracle.com/pub/articles/bodewig_taskwriters.html</a>
  +      </td>
  +      </tr>
  +        </table>
  +                                                    <h4 class="subsection">
           <a name="Managing Build Complexity with Apache Ant 1.6"></a>
           Managing Build Complexity with Apache Ant 1.6
         </h4>
  
  
  
  1.39      +16 -0     ant/xdocs/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/resources.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- resources.xml     25 Jun 2004 07:41:19 -0000      1.38
  +++ resources.xml     21 Jul 2004 07:11:15 -0000      1.39
  @@ -254,6 +254,22 @@
   
       <section name="Articles">
   
  +      <subsection name="Ant 1.6 for Task Writers">
  +        <p>This article talks about XML namespace handling, Ant
  +        libraries and the newly introduced type polymorphism.</p>
  +
  +        <table class="externals">
  +          <tr>
  +            <th>Author:</th>
  +            <td>Stefan Bodewig</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a 
href="http://otn.oracle.com/pub/articles/bodewig_taskwriters.html";>http://otn.oracle.com/pub/articles/bodewig_taskwriters.html</a></td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
         <subsection name="Managing Build Complexity with Apache Ant 1.6">
   
           <p>As Apache Ant is applied to increasingly difficult tasks,
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to