buildframework/helium/doc/src/api_changes.rst.ftl
branchwip
changeset 380 db59fc762214
parent 217 0f5e3a7fb6af
--- a/buildframework/helium/doc/src/api_changes.rst.ftl	Tue Mar 16 17:16:51 2010 +0000
+++ b/buildframework/helium/doc/src/api_changes.rst.ftl	Thu Mar 18 15:06:42 2010 +0000
@@ -70,8 +70,8 @@
     </#if>
 </#list>
 
-Properties removed
-==================
+Properties removed or made private
+==================================
 <#list doc.apiChanges.property?sort as property>
     <#if property.@state == 'removed'>
 * ${property}
@@ -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