buildframework/helium/doc/src/api_changes.rst.ftl
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
child 217 0f5e3a7fb6af
--- a/buildframework/helium/doc/src/api_changes.rst.ftl	Wed Oct 28 14:39:48 2009 +0000
+++ b/buildframework/helium/doc/src/api_changes.rst.ftl	Wed Dec 23 19:29:07 2009 +0200
@@ -93,3 +93,24 @@
 * ${macro}
     </#if>
 </#list>
+
+Ant Tasks added
+===============
+<#list doc.apiChanges.taskdef?sort as taskdef>
+    <#assign link = taskdef.@classname>
+    <#if taskdef.@state == 'added'>
+      <#if link?contains("com.nokia.helium")>
+* `${taskdef} <helium-antlib/api/doclet/${link}.html>`_
+      <#else>          
+* `${taskdef} <api/ant/${link}.html>`_
+      </#if>
+    </#if>  
+</#list>
+
+Ant Tasks removed
+=================
+<#list doc.apiChanges.taskdef?sort as taskdef>
+    <#if taskdef.@state == 'removed'>
+* ${taskdef}
+    </#if>
+</#list>
\ No newline at end of file