bodewig 01/07/23 07:50:26
Modified: webpage/docs external.html
webpage/xdocs external.xml
Log:
Pointer to VAMP Ant Task Suite.
Submitted by: Gerald Bauer <vamp201apache@yahoo.com>
Revision Changes Path
1.24 +75 -0 jakarta-ant/webpage/docs/external.html
Index: external.html
===================================================================
RCS file: /home/cvs/jakarta-ant/webpage/docs/external.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- external.html 2001/07/18 14:16:11 1.23
+++ external.html 2001/07/23 14:50:26 1.24
@@ -604,6 +604,81 @@
</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="Venus Application Publisher's (Vamp) Ant Task Suite"><strong>Venus
Application Publisher's (Vamp) Ant Task Suite</strong></a>
+ </font>
+ </td></tr>
+ <tr><td>
+ <blockquote>
+ <p>Venus Application Publisher's (Vamp) Ant Task Suite allows
+ you to sign and package your applications into relocatable Web
+ Archives that you can drop into your web server for
+ single-click launching using Java Web Start or into single
+ Java Archive installers that serve up their content through a
+ built-in, multi-threaded, ultra light-weight web server.</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.2 and 1.3
+ </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://www.geocities.com/vamp201/ant.html">http://www.geocities.com/vamp201/ant.html</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="mailto:vamp201@yahoo.com">Gerald Bauer</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">
+ GNU General Public License
+ </font>
+ </td>
+ </tr>
+ </table>
+ </blockquote>
+ </td></tr>
+ </table>
</blockquote>
</td></tr>
</table>
1.16 +29 -0 jakarta-ant/webpage/xdocs/external.xml
Index: external.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/webpage/xdocs/external.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- external.xml 2001/07/18 14:16:11 1.15
+++ external.xml 2001/07/23 14:50:26 1.16
@@ -210,6 +210,35 @@
</table>
</subsection>
+ <subsection name="Venus Application Publisher's (Vamp) Ant Task Suite">
+
+ <p>Venus Application Publisher's (Vamp) Ant Task Suite allows
+ you to sign and package your applications into relocatable Web
+ Archives that you can drop into your web server for
+ single-click launching using Java Web Start or into single
+ Java Archive installers that serve up their content through a
+ built-in, multi-threaded, ultra light-weight web server.</p>
+
+ <table>
+ <tr>
+ <th>Compatibility:</th>
+ <td>Ant 1.2 and 1.3</td>
+ </tr>
+ <tr>
+ <th>URL:</th>
+ <td><a href="http://www.geocities.com/vamp201/ant.html">http://www.geocities.com/vamp201/ant.html</a></td>
+ </tr>
+ <tr>
+ <th>Contact:</th>
+ <td><a href="mailto:vamp201@yahoo.com">Gerald Bauer</a></td>
+ </tr>
+ <tr>
+ <th>License:</th>
+ <td>GNU General Public License</td>
+ </tr>
+ </table>
+ </subsection>
+
</section>
<section name="IDE/Editor Integration">
|