Fix: when sf.spec.sources.revision is defined sources are not updated to it
authorDario Sestito <darios@symbian.org>
Mon, 24 May 2010 18:06:58 +0100
changeset 1043 2c948b30191c
parent 1042 f505fa5486eb
child 1044 0f6ffc604b5c
Fix: when sf.spec.sources.revision is defined sources are not updated to it
common/templates/source-spec.ant.xml.ftl
--- a/common/templates/source-spec.ant.xml.ftl	Mon May 24 17:17:27 2010 +0100
+++ b/common/templates/source-spec.ant.xml.ftl	Mon May 24 18:06:58 2010 +0100
@@ -51,7 +51,7 @@
                     <arg value="id"/>
                     <arg value="${dollar}{sources.${count}.URL}"/>
                     <arg value="-r"/>
-                    <arg value="${pkg_detail.pattern}"/>
+                    <arg value="${dollar}{sources.${count}.revision}"/>
                     <arg value="-q"/>
                 </exec>
                 <loadfile property="sf.sourcesync.${count}.checksum" srcFile="${ant['temp.build.dir']}/sf.sourcesync.${count}.checksum"/>