bodewig     2002/11/18 00:16:07

  Modified:    docs     external.html
               xdocs    external.xml
  Log:
  Add pointer to serialver project.
  
  PR: 7901
  Submitted by: stephane chauvin <stchauvin at yahoo.com>
  
  Revision  Changes    Path
  1.66      +73 -0     jakarta-ant/docs/external.html
  
  Index: external.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/external.html,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- external.html     31 Oct 2002 13:20:13 -0000      1.65
  +++ external.html     18 Nov 2002 08:16:07 -0000      1.66
  @@ -1929,6 +1929,79 @@
                                     <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">
  +      <font color="#ffffff" face="arial,helvetica,sanserif">
           <a name="Styler"><strong>Styler</strong></a>
         </font>
       </td></tr>
  
  
  
  1.53      +27 -0     jakarta-ant/xdocs/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/xdocs/external.xml,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- external.xml      31 Oct 2002 13:20:13 -0000      1.52
  +++ external.xml      18 Nov 2002 08:16:07 -0000      1.53
  @@ -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
  
  
  

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

Reply via email to