# HG changeset patch
# User shaberazvi@L063442.prod.ad.symbian.intra
# Date 1236178629 0
# Node ID 72b77c4ee224c69a38f605d0f265dcc572e95e96
# Parent ebb0926c702496e7bc0a7baa3be45fba773abc59
Add new bootstrap properties and sysdef template
diff -r ebb0926c7024 -r 72b77c4ee224 bootstrap.properties.ant.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/bootstrap.properties.ant.xml Wed Mar 04 14:57:09 2009 +0000
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff -r ebb0926c7024 -r 72b77c4ee224 templates/hg-pkg-build.ant.xml.ftl
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/hg-pkg-build.ant.xml.ftl Wed Mar 04 14:57:09 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}" + "," />
+ #if>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <#assign fileset = "${fileset}" + "" />
+ <#assign target_depends = "${target_depends}" + "sf-prebuild-${count}" />
+ <#assign count = "${count}" + 1 />
+#list>
+
+
+
+ ${fileset}
+
+
+
+
+
\ No newline at end of file