Browse Source

jdiff now has its own ant task.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277297 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 20 years ago
parent
commit
4f42a583b4
1 changed files with 33 additions and 0 deletions
  1. +33
    -0
      xdocs/external.xml

+ 33
- 0
xdocs/external.xml View File

@@ -1483,6 +1483,39 @@
</table>
</subsection>

<subsection name="Jdiff">

<p>A task that generates an HTML report of all the packages, classes,
constructors, methods, and fields which have been removed, added or
changed in any way, including their documentation, when two APIs are
compared. </p>

<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.6</td>
</tr>
<tr>
<th>URL:</th>
<td>
<a href="http://javadiff.sourceforge.net/" >
http://javadiff.sourceforge.net/</a></td>
</tr>
<tr>
<th>Task Documentation:</th>
<td>
<a
href="http://cvs.sourceforge.net/viewcvs.py/*checkout*/javadiff/jdiff/jdiff.html?rev=HEAD&amp;content-type=text/html#JDiffAntTask"
>
(in CVS)</a></td>
</tr>
<tr>
<th>License:</th>
<td>LGPL</td>
</tr>
</table>
</subsection>
<subsection name="JFlex">

<p>JFlex is a lexical analyzer generator (also known as


Loading…
Cancel
Save