# HG changeset patch # User shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra # Date 1236275766 0 # Node ID 389e1e1f1583a04ac134b93debedbe3f95672357 # Parent 9564faef3a98f9ab86b0400743984204589322b1 Rename and move of generated source sync xml and also tidy up diff -r 9564faef3a98 -r 389e1e1f1583 common/build.xml --- a/common/build.xml Wed Mar 04 18:10:08 2009 +0000 +++ b/common/build.xml Thu Mar 05 17:56:06 2009 +0000 @@ -1,82 +1,100 @@ - - - - - - - - - - - - - - [SF-BUILD] - - - - [SF-BUILD-NO-PREP] - - - - [SF-PREP] - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - [SF-PREBUILD] - - - - - - - - - - - - - - - - - + + + ant: antProperties() + data: csv(${sf.common.config.dir}/../../build/config/${sf.spec.sourcesync.sourcespecfile}, {separator:','}) + + + + + + [SF-BUILD] + + + + [SF-BUILD-NO-PREP] + + + + [SF-PREP] + + + + + [SF-PREBUILD] - - [SF-POSTBUILD] - + + + + + + - - [SF-BUILD-RUN] - - - - - - - - - - - - - - - - - - - + + + + + + + + + + [SF-POSTBUILD] + + + + [SF-BUILD-RUN] + + + + + + + + + + + + + + + + + diff -r 9564faef3a98 -r 389e1e1f1583 common/templates/source-spec.ant.xml.ftl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/templates/source-spec.ant.xml.ftl Thu Mar 05 17:56:06 2009 +0000 @@ -0,0 +1,40 @@ + + + +<#assign fileset = "" /> +<#assign target_depends = "" /> +<#assign dollar = "$"/> +<#assign count = 0 /> + +<#list data as pkg_detail> + + <#if (count > 0) > + <#assign fileset = "${fileset}" + "," /> + + + + + + + + + + + + + + + + <#assign fileset = "${fileset}" + "" /> + <#assign target_depends = "${target_depends}" + "sf-prebuild-${count}" /> + <#assign count = "${count}" + 1 /> + + + + + ${fileset} + + + + + \ No newline at end of file