diff -r be27ed110b50 -r d8ac696cc51f buildframework/helium/doc/src/api_changes.rst.ftl --- 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} + +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