--- a/common/templates/source-spec.ant.xml.ftl Wed Apr 08 11:59:04 2009 +0100
+++ b/common/templates/source-spec.ant.xml.ftl Wed Apr 08 12:01:40 2009 +0100
@@ -35,11 +35,11 @@
<arg value="identify"/>
<arg value="-i"/>
</exec>
- <echo message="dir ${ant['build.drive']}${pkg_detail.dst} : revision ${sf.sourcesync.${count}.rev}"/>
+ <echo message="dir ${ant['build.drive']}${pkg_detail.dst} : revision ${dollar}{sf.sourcesync.${count}.rev}"/>
<exec executable="cmd" dir="${ant['build.drive']}/output/BOM" output="sources.csv" append="true">
<arg value="/c"/>
<arg value="echo"/>
- <arg value="${pkg_detail.source},${pkg_detail.dst},${sf.sourcesync.${count}.rev}"/>
+ <arg value="${pkg_detail.source},${pkg_detail.dst},${dollar}{sf.sourcesync.${count}.rev}"/>
</exec>
</sequential>