diff -r 1248e8f6a72d -r db59fc762214 buildframework/helium/doc/src/api_changes.rst.ftl --- 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 @@ -Properties removed -================== +Properties removed or made private +================================== <#list doc.apiChanges.property?sort as property> <#if property.@state == 'removed'> * ${property} @@ -93,3 +93,24 @@ * ${macro} + +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} `_ + <#else> +* `${taskdef} `_ + + + + +Ant Tasks removed +================= +<#list doc.apiChanges.taskdef?sort as taskdef> + <#if taskdef.@state == 'removed'> +* ${taskdef} + + \ No newline at end of file