# HG changeset patch # User dariosestito@L063522.prod.ad.symbian.intra # Date 1237313876 0 # Node ID 3bb3e0eff093a7e50d1949b59d26346bac9503e4 # Parent 9f36ff790ea78f9714febeb912be268dec56f1e8# Parent c677077df18ce3c0759b593545e13af4ff49cb65 Catchup from Shabe's changes diff -r 9f36ff790ea7 -r 3bb3e0eff093 build.xml --- a/build.xml Tue Mar 17 16:31:24 2009 +0000 +++ b/build.xml Tue Mar 17 18:17:56 2009 +0000 @@ -2,14 +2,16 @@ + + - + - + \ No newline at end of file diff -r 9f36ff790ea7 -r 3bb3e0eff093 common/build.xml --- a/common/build.xml Tue Mar 17 16:31:24 2009 +0000 +++ b/common/build.xml Tue Mar 17 18:17:56 2009 +0000 @@ -68,7 +68,7 @@ outputFile="${sf.common.config.dir}/generated/source-spec.ant.xml"> ant: antProperties() - data: csv(${sf.common.config.dir}/../../build/config/${sf.spec.sourcesync.sourcespecfile}, {separator:','}) + data: csv(${sf.project.location}/${sf.spec.sourcesync.sourcespecfile}, {separator:','}) diff -r 9f36ff790ea7 -r 3bb3e0eff093 common/properties.default.ant.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/properties.default.ant.xml Tue Mar 17 18:17:56 2009 +0000 @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff -r 9f36ff790ea7 -r 3bb3e0eff093 common/templates/source-spec.ant.xml.ftl --- a/common/templates/source-spec.ant.xml.ftl Tue Mar 17 16:31:24 2009 +0000 +++ b/common/templates/source-spec.ant.xml.ftl Tue Mar 17 18:17:56 2009 +0000 @@ -1,5 +1,5 @@ - + <#assign fileset = "" /> <#assign target_depends = "" /> @@ -9,7 +9,7 @@ <#list data as pkg_detail> <#if (count > 0) > - <#assign fileset = "${fileset}" + "," /> + <#assign fileset = "${fileset}" /> @@ -26,8 +26,16 @@ <#assign fileset = "${fileset}" + "" /> - <#assign target_depends = "${target_depends}" + "sf-prebuild-${count}" /> - <#assign count = "${count}" + 1 /> + + <#if (count == 0) > + <#assign target_depends = "${target_depends}" + "sf-prebuild-${count}" /> + + <#if (count > 0) > + <#assign target_depends ="${target_depends}" + ","+"sf-prebuild-${count}"/> + + + <#assign count = count + 1 /> +