jhm         2004/05/11 08:54:04

  Modified:    xdocs    resources.xml
               docs     resources.html
  Log:
  New article about Ant in Java-Spektrum 5/04.
  
  Revision  Changes    Path
  1.35      +20 -2     ant/xdocs/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/resources.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- resources.xml     29 Feb 2004 08:43:54 -0000      1.34
  +++ resources.xml     11 May 2004 15:54:04 -0000      1.35
  @@ -253,8 +253,26 @@
   
       <section name="Articles">
   
  -      <subsection name="Ant in Anger: Using Ant in a Production Development
  -      System">
  +      <subsection name="Programmieren für Ant">
  +        <p>This article describes the main topics of programming your own 
tasks.
  +        Description is done on five examples.</p>
  +        <p>This article is written in German and published in
  +        <a 
href="http://www.sigs-datacom.de/sd/publications/js/index.htm";>Java-Spektrum</a>
  +        5/2004.</p>
  +
  +        <table class="externals">
  +          <tr>
  +            <th>Author:</th>
  +            <td>Bernd Matzke</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a 
href="http://www.sigs-datacom.de/sd/news/document?PID=216";>http://www.sigs-datacom.de/sd/news/document?PID=216</a></td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
  +      <subsection name="Ant in Anger: Using Ant in a Production Development 
System">
           <p>This document describes strategies and some basic examples of how 
to
           use Ant in larger team development projects.</p>
   
  
  
  
  1.74      +33 -2     ant/docs/resources.html
  
  Index: resources.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/resources.html,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- resources.html    29 Feb 2004 08:43:54 -0000      1.73
  +++ resources.html    11 May 2004 15:54:04 -0000      1.74
  @@ -509,8 +509,39 @@
         Articles
       </h3>
                                 <h4 class="subsection">
  -        <a name="Ant in Anger: Using Ant in a Production Development       
System"></a>
  -        Ant in Anger: Using Ant in a Production Development       System
  +        <a name="Programmieren für Ant"></a>
  +        Programmieren für Ant
  +      </h4>
  +                        <p>This article describes the main topics of 
programming your own tasks.
  +        Description is done on five examples.</p>
  +                                <p>This article is written in German and 
published in
  +        <a 
href="http://www.sigs-datacom.de/sd/publications/js/index.htm";>Java-Spektrum</a>
  +        5/2004.</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">
  +          Bernd Matzke
  +      </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://www.sigs-datacom.de/sd/news/document?PID=216";>http://www.sigs-datacom.de/sd/news/document?PID=216</a>
  +      </td>
  +      </tr>
  +        </table>
  +                                                    <h4 class="subsection">
  +        <a name="Ant in Anger: Using Ant in a Production Development 
System"></a>
  +        Ant in Anger: Using Ant in a Production Development System
         </h4>
                           <p>This document describes strategies and some basic 
examples of how to
           use Ant in larger team development projects.</p>
  
  
  

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

Reply via email to