# HG changeset patch # User MattD # Date 1254922183 -3600 # Node ID db6643d37adc8379e01c8972e59846108ef4fae3 # Parent 637df8247b788d861706d020aa1260a1f846e9eb# Parent ebd02353c4d992400dbbcb6c2ba26596486c25b6 catchup merge diff -r ebd02353c4d9 -r db6643d37adc common/build.xml --- a/common/build.xml Wed Oct 07 12:16:14 2009 +0100 +++ b/common/build.xml Wed Oct 07 14:29:43 2009 +0100 @@ -130,12 +130,12 @@ - + -Build Environment Check failed. To stop this failure aborting the build set property sf.suppress.buildenv.check to any value. +Build Environment Check failed (${sf.checkenv.exit}). To stop this failure aborting the build set property sf.suppress.buildenv.check to any value. diff -r ebd02353c4d9 -r db6643d37adc common/templates/source-spec.ant.xml.ftl --- a/common/templates/source-spec.ant.xml.ftl Wed Oct 07 12:16:14 2009 +0100 +++ b/common/templates/source-spec.ant.xml.ftl Wed Oct 07 14:29:43 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 +