bodewig     01/07/13 02:15:33

  Modified:    webpage/docs resources.html
               webpage/xdocs resources.xml
  Log:
  yet another article.
  
  Revision  Changes    Path
  1.11      +43 -0     jakarta-ant/webpage/docs/resources.html
  
  Index: resources.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/webpage/docs/resources.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- resources.html    2001/07/04 11:42:01     1.10
  +++ resources.html    2001/07/13 09:15:16     1.11
  @@ -537,6 +537,49 @@
                       </blockquote>
       </td></tr>
     </table>
  +                                  <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  +    <tr><td bgcolor="#828DA6">
  +      <font color="#ffffff" face="arial,helvetica,sanserif">
  +        <a name="An Introduction to Ant"><strong>An Introduction to 
Ant</strong></a>
  +      </font>
  +    </td></tr>
  +    <tr><td>
  +      <blockquote>
  +                        <p>This article is a short introduction into the 
basic
  +        concepts of Ant.</p>
  +                                  <table>
  +              <tr>
  +                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +      valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +          Author:
  +        </font>
  +  </td>
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +      valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +          Jayakrishnan Nair
  +        </font>
  +  </td>
  +      </tr>
  +                  <tr>
  +                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +      valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +          URL:
  +        </font>
  +  </td>
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +      valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +          <a 
href="http://varnam.org/articles/ant.html";>http://varnam.org/articles/ant.html</a>
  +        </font>
  +  </td>
  +      </tr>
  +        </table>
  +                    </blockquote>
  +    </td></tr>
  +  </table>
                       </blockquote>
       </td></tr>
     </table>
  
  
  
  1.10      +16 -0     jakarta-ant/webpage/xdocs/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/webpage/xdocs/resources.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- resources.xml     2001/06/27 05:43:02     1.9
  +++ resources.xml     2001/07/13 09:15:28     1.10
  @@ -184,6 +184,22 @@
           </table>
         </subsection>
   
  +      <subsection name="An Introduction to Ant">
  +        <p>This article is a short introduction into the basic
  +        concepts of Ant.</p>
  +
  +        <table>
  +          <tr>
  +            <th>Author:</th>
  +            <td>Jayakrishnan Nair</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a 
href="http://varnam.org/articles/ant.html";>http://varnam.org/articles/ant.html</a></td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
       </section>
   
       <section name="Presentations">
  
  
  

Reply via email to