diff --git a/docs/resources.html b/docs/resources.html index fd17fa99e..b021068f9 100644 --- a/docs/resources.html +++ b/docs/resources.html @@ -501,14 +501,44 @@ Articles and Presentations -

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.

+

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.

Articles

+ + New Ant 1.6 Features for Big Projects +

+

This article describes the <macrodef>, <import> + and <subant> in detail and shows how they help in + building bigger systems.

+ + + + + + + + + +
+ Author: + + Stefan Bodewig +
+ URL: + + http://otn.oracle.com/pub/articles/bodewig_ant1.6.html +
+

Programmieren für Ant

diff --git a/xdocs/resources.xml b/xdocs/resources.xml index 064d1a9f4..a77223562 100644 --- a/xdocs/resources.xml +++ b/xdocs/resources.xml @@ -245,14 +245,32 @@
-

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.

+

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.

+ +

This article describes the <macrodef>, <import> + and <subant> in detail and shows how they help in + building bigger systems.

+ + + + + + + + + + +
Author:Stefan Bodewig
URL:http://otn.oracle.com/pub/articles/bodewig_ant1.6.html
+
+

This article describes the main topics of programming your own tasks. Description is done on five examples.