diff -r 421e376bfce4 -r 877485b44765 buildframework/helium/doc/src/api_changes.rst.ftl --- a/buildframework/helium/doc/src/api_changes.rst.ftl Tue Mar 23 13:34:00 2010 +0000 +++ b/buildframework/helium/doc/src/api_changes.rst.ftl Thu Mar 25 11:35:53 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