Browse Source

Add pointer to serialver project.

PR: 7901
Submitted by:	stephane chauvin <stchauvin at yahoo.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273548 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
444a47088e
2 changed files with 100 additions and 0 deletions
  1. +73
    -0
      docs/external.html
  2. +27
    -0
      xdocs/external.xml

+ 73
- 0
docs/external.html View File

@@ -1925,6 +1925,79 @@
</table>
</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="SerialVer"><strong>SerialVer</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>SerialVer adds the Java serialver functionality to Apache
Ant. This project adds Tasks and FilterReaders to get, to
insert and to modify the serialVersionUID in the source code
of a serializable class.</p>
<table>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Compatibility:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Ant 1.5.1 and later
</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://serialver.sourceforge.net/">http://serialver.sourceforge.net/</a>
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Contact:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="https://lists.sourceforge.net/lists/listinfo/serialver-development">developer mailing list</a>
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
License:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Apache Software License
</font>
</td>
</tr>
</table>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">


+ 27
- 0
xdocs/external.xml View File

@@ -709,6 +709,33 @@
</table>
</subsection>

<subsection name="SerialVer">

<p>SerialVer adds the Java serialver functionality to Apache
Ant. This project adds Tasks and FilterReaders to get, to
insert and to modify the serialVersionUID in the source code
of a serializable class.</p>

<table>
<tr>
<th>Compatibility:</th>
<td>Ant 1.5.1 and later</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://serialver.sourceforge.net/">http://serialver.sourceforge.net/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="https://lists.sourceforge.net/lists/listinfo/serialver-development">developer mailing list</a></td>
</tr>
<tr>
<th>License:</th>
<td>Apache Software License</td>
</tr>
</table>
</subsection>

<subsection name="Styler">

<p>The styler task makes useful combinations of XSLT transformations


Loading…
Cancel
Save