source sync template - Changed the BOM changes targets to limit the listed changes to the branch if the source was synced up using a branch, to make it easier to read.
--- a/common/templates/source-spec.ant.xml.ftl Mon Oct 19 10:29:47 2009 +0100
+++ b/common/templates/source-spec.ant.xml.ftl Tue Oct 20 10:47:15 2009 +0100
@@ -134,6 +134,10 @@
<arg value="log"/>
<arg value="-r"/>
<arg value="${dollar}{sf.sourcesync.${count}.checksum}:${dollar}{sf.previous.pdk.tag}"/>
+ <#if "${pkg_detail.type}"=="branch">
+ <arg value="-b"/>
+ <arg value="${pkg_detail.pattern}"/>
+ </#if>
</exec>
</sequential>
</target>