# HG changeset patch # User DarioS@UK-DarioS.symbian.int # Date 1239201355 -3600 # Node ID 24d7d3a8a2f2cfcb400876f1cabdcab2417127d8 # Parent e782ed26b7913f2c167a726c86adfb9dc262f438 Added try/catch around the tagging, so that the build doesn't fail if tag gives an error diff -r e782ed26b791 -r 24d7d3a8a2f2 common/templates/tag-hg-code.ant.xml.ftl --- a/common/templates/tag-hg-code.ant.xml.ftl Wed Apr 08 13:37:02 2009 +0100 +++ b/common/templates/tag-hg-code.ant.xml.ftl Wed Apr 08 15:35:55 2009 +0100 @@ -7,9 +7,18 @@ <#list data as pkg_detail> - - - + + + + + + + + + + + + @@ -25,4 +34,18 @@ - \ No newline at end of file + + + + + + + + + + + + + Fail to tag: <catch>. + + \ No newline at end of file