diff -r 56a1d97e7c73 -r 90be37e95e2f common/templates/source-spec.ant.xml.ftl
--- a/common/templates/source-spec.ant.xml.ftl Thu Oct 08 19:36:20 2009 +0100
+++ b/common/templates/source-spec.ant.xml.ftl Thu Oct 08 19:37:59 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 />
#list>
@@ -145,6 +166,14 @@
${bom_list}
+
+
+
+
+
+
+
+ ${change_list}
-
\ No newline at end of file
+