author | MattD <mattd@symbian.org> |
Tue, 20 Oct 2009 19:29:07 +0100 | |
changeset 705 | 70c33499045d |
parent 704 | 5411e23378b4 (diff) |
parent 702 | 993c4cb88372 (current diff) |
child 706 | 08ab0e113389 |
--- a/common/templates/source-spec.ant.xml.ftl Tue Oct 20 17:10:41 2009 +0100 +++ b/common/templates/source-spec.ant.xml.ftl Tue Oct 20 19:29:07 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>