bodewig 2004/06/25 00:00:15
Modified: docs resources.html
xdocs resources.xml
Log:
some people may find this article useful
Revision Changes Path
1.76 +33 -3 ant/docs/resources.html
Index: resources.html
===================================================================
RCS file: /home/cvs/ant/docs/resources.html,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- resources.html 16 Jun 2004 14:25:35 -0000 1.75
+++ resources.html 25 Jun 2004 07:00:15 -0000 1.76
@@ -501,14 +501,44 @@
<a name="Articles and Presentations"></a>
Articles and Presentations
</h3>
- <p>The following sections list articles and
presentations written about Apache Ant. If
- you've written something that should be included, please post it to one
- of the mailing lists.</p>
+ <p>The following sections list articles and
presentations
+ written about Apache Ant. If you've written something that
+ should be included, please post it to one of the mailing
+ lists.</p>
<h3 class="section">
<a name="Articles"></a>
Articles
</h3>
<h4 class="subsection">
+ <a name="New Ant 1.6 Features for Big Projects"></a>
+ New Ant 1.6 Features for Big Projects
+ </h4>
+ <p>This article describes the <macrodef>,
<import>
+ and <subant> in detail and shows how they help in
+ building bigger systems.</p>
+ <table class="externals"
cellspacing="1" cellpadding="4">
+ <tr>
+ <th colspan="1" rowspan="1"
+ valign="top" align="left">
+ Author:
+ </th>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ Stefan Bodewig
+ </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://otn.oracle.com/pub/articles/bodewig_ant1.6.html">http://otn.oracle.com/pub/articles/bodewig_ant1.6.html</a>
+ </td>
+ </tr>
+ </table>
+ <h4 class="subsection">
<a name="Programmieren f�r Ant"></a>
Programmieren f�r Ant
</h4>
1.36 +21 -3 ant/xdocs/resources.xml
Index: resources.xml
===================================================================
RCS file: /home/cvs/ant/xdocs/resources.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- resources.xml 11 May 2004 15:54:04 -0000 1.35
+++ resources.xml 25 Jun 2004 07:00:15 -0000 1.36
@@ -245,13 +245,31 @@
<section name="Articles and Presentations">
- <p>The following sections list articles and presentations written
about Apache Ant. If
- you've written something that should be included, please post it to one
- of the mailing lists.</p>
+ <p>The following sections list articles and presentations
+ written about Apache Ant. If you've written something that
+ should be included, please post it to one of the mailing
+ lists.</p>
</section>
<section name="Articles">
+
+ <subsection name="New Ant 1.6 Features for Big Projects">
+ <p>This article describes the <macrodef>, <import>
+ and <subant> in detail and shows how they help in
+ building bigger systems.</p>
+
+ <table class="externals">
+ <tr>
+ <th>Author:</th>
+ <td>Stefan Bodewig</td>
+ </tr>
+ <tr>
+ <th>URL:</th>
+ <td><a
href="http://otn.oracle.com/pub/articles/bodewig_ant1.6.html">http://otn.oracle.com/pub/articles/bodewig_ant1.6.html</a></td>
+ </tr>
+ </table>
+ </subsection>
<subsection name="Programmieren f�r Ant">
<p>This article describes the main topics of programming your own
tasks.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]