bodewig     2004/09/07 03:46:39

  Modified:    docs     external.html
               xdocs    external.xml
  Log:
  Add pointer to XRN, submitted by Edouard Mercier
  
  Revision  Changes    Path
  1.181     +51 -1     ant/docs/external.html
  
  Index: external.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/external.html,v
  retrieving revision 1.180
  retrieving revision 1.181
  diff -u -r1.180 -r1.181
  --- external.html     7 Sep 2004 06:21:11 -0000       1.180
  +++ external.html     7 Sep 2004 10:46:37 -0000       1.181
  @@ -4942,6 +4942,56 @@
         </tr>
           </table>
                                                       <h4 class="subsection">
  +        <a name="XMLReleaseNotes (XRN)"></a>
  +        XMLReleaseNotes (XRN)
  +      </h4>
  +                        <p>This framework is a release notes framework that 
enables to
  +        generate textual release notes from an XML file. This is an
  +        open framework that enables to integrate the information
  +        coming from VSC and bug tracking solutions, for instance.</p>
  +                                      <table class="externals" 
cellspacing="1" cellpadding="4">
  +              <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Compatibility:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Ant 1.5 and later
  +      </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://xmlreleasenotes.free.fr/";>http://xmlreleasenotes.free.fr/</a>
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Contact:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Edouard Mercier
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          License:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Apache Software License
  +      </td>
  +      </tr>
  +        </table>
  +                                                    <h4 class="subsection">
           <a name="XmlTask"></a>
           XmlTask
         </h4>
  @@ -5804,7 +5854,7 @@
         Source Control Systems
       </h3>
                           <p>There are several integration with SCM systems. 
Some are
  -      <a href="manual/tasksoverview.html#scm">build in</a>. But some are 
available as
  +      <a href="manual/tasksoverview.html#scm">built in</a>. But some are 
available as
         external libraries. Here a list of task libraries we are aware of:</p>
                                         <h4 class="subsection">
           <a name="Surround SCM"></a>
  
  
  
  1.142     +28 -1     ant/xdocs/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/external.xml,v
  retrieving revision 1.141
  retrieving revision 1.142
  diff -u -r1.141 -r1.142
  --- external.xml      7 Sep 2004 06:21:11 -0000       1.141
  +++ external.xml      7 Sep 2004 10:46:38 -0000       1.142
  @@ -2676,6 +2676,33 @@
           </table>
         </subsection>
   
  +      <subsection name="XMLReleaseNotes (XRN)">
  +
  +        <p>This framework is a release notes framework that enables to
  +        generate textual release notes from an XML file. This is an
  +        open framework that enables to integrate the information
  +        coming from VSC and bug tracking solutions, for instance.</p>
  +
  +        <table class="externals">
  +          <tr>
  +            <th>Compatibility:</th>
  +            <td>Ant 1.5 and later</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a 
href="http://xmlreleasenotes.free.fr/";>http://xmlreleasenotes.free.fr/</a></td>
  +          </tr>
  +          <tr>
  +            <th>Contact:</th>
  +            <td>Edouard Mercier</td>
  +          </tr>
  +          <tr>
  +            <th>License:</th>
  +            <td>Apache Software License</td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
         <subsection name="XmlTask">
   
           <p>XmlTask provides a simple means to modify XML documents
  @@ -3143,7 +3170,7 @@
   
       <section name="Source Control Systems">
         <p>There are several integration with SCM systems. Some are
  -      <a href="manual/tasksoverview.html#scm">build in</a>. But some are 
available as
  +      <a href="manual/tasksoverview.html#scm">built in</a>. But some are 
available as
         external libraries. Here a list of task libraries we are aware of:</p>
   
         <subsection name="Surround SCM">
  
  
  

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

Reply via email to