# HG changeset patch # User MattD # Date 1254849324 -3600 # Node ID 6f70bcc536bb8c738d0b5d145cac9e544811be1c # Parent 01511de51fcda7b0fdebc7e88170a64b15d03101 source-spec.ant.xml.ftl - Added change info for the BOM that lists submitted changesets between the baseline ('sf.previous.pdk.tag') and the synced changeset and writes to a changes.txt file in the BOM dir. diff -r 01511de51fcd -r 6f70bcc536bb common/templates/source-spec.ant.xml.ftl --- a/common/templates/source-spec.ant.xml.ftl Tue Oct 06 13:02:58 2009 +0100 +++ b/common/templates/source-spec.ant.xml.ftl Tue Oct 06 18:15:24 2009 +0100 @@ -4,6 +4,7 @@ <#assign fileset = "" /> <#assign sync_list = "" /> <#assign bom_list = "" /> +<#assign change_list = "" /> <#assign dollar = "$"/> <#assign count = 0 /> @@ -117,10 +118,30 @@ + + + + + + + + + + + + + + + + + + + <#assign fileset = "${fileset}" + "" /> - <#assign sync_list = "${sync_list}" + "\n"/> - <#assign bom_list = "${bom_list}" + "\n"/> + <#assign sync_list = "${sync_list}" + "\n\t\t"/> + <#assign bom_list = "${bom_list}" + "\n\t"/> + <#assign change_list = "${change_list}" + "\n\t"/> <#assign count = count + 1 /> @@ -145,6 +166,14 @@ ${bom_list} + + + + + + + + ${change_list} - \ No newline at end of file +