Browse Source

Add pointer to XRN, submitted by Edouard Mercier

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276827 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
9f82a6d393
2 changed files with 79 additions and 2 deletions
  1. +51
    -1
      docs/external.html
  2. +28
    -1
      xdocs/external.xml

+ 51
- 1
docs/external.html View File

@@ -4939,6 +4939,56 @@
valign="top" align="left">
Lesser GNU Public License
</td>
</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">
@@ -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>


+ 28
- 1
xdocs/external.xml View File

@@ -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">


Loading…
Cancel
Save