# HG changeset patch # User Simon Howkins # Date 1265208377 0 # Node ID 41f3579ef67e35283137083356b258df825458d8 # Parent 89a04d480b55e8fa99886ffa2aa3bd2a58db8cbd Indentation and other minor changes to make the file easier to read and understand. diff -r 89a04d480b55 -r 41f3579ef67e common/templates/source-spec.ant.xml.ftl --- a/common/templates/source-spec.ant.xml.ftl Mon Feb 01 17:51:34 2010 +0000 +++ b/common/templates/source-spec.ant.xml.ftl Wed Feb 03 14:46:17 2010 +0000 @@ -18,11 +18,6 @@ <#assign bug419 = false /> - - - - - <#list data as csv_file> <#list csv_file as pkg_detail> @@ -47,7 +42,7 @@ <#else> - + @@ -91,31 +86,23 @@ - + - - - - - - - - - + + - + - - - - - - - - - - - + + + + + + + + + + <#if fast_sync > <#else> @@ -129,44 +116,35 @@ - - + <#assign fileset = "${fileset}" + "\r\n " /> - <#assign sync_list = "${sync_list}" + "\r\n "/> - <#assign bom_list = "${bom_list}" + "\r\n "/> - <#assign change_list = "${change_list}" + "\r\n "/> + <#assign sync_list = "${sync_list}" + "\r\n "/> + <#assign bom_list = "${bom_list}" + "\r\n "/> + <#assign change_list = "${change_list}" + "\r\n "/> <#assign count = count + 1 /> - + ${fileset} - - - - ${sync_list} - - - - - - - - - - - ${bom_list} - - - - - - - - ${change_list} - - + + + + ${sync_list} + + + + + + + ${bom_list} + + + + ${change_list} + +