Moved definition of dollar, so it's available for use when needed.
authorSimon Howkins <simonh@symbian.org>
Fri, 12 Feb 2010 15:43:03 +0000
changeset 897 53bb02c83036
parent 896 e7f07235b184
child 898 79766bc6c419
Moved definition of dollar, so it's available for use when needed.
common/templates/source-spec.ant.xml.ftl
--- a/common/templates/source-spec.ant.xml.ftl	Fri Feb 12 11:57:01 2010 +0000
+++ b/common/templates/source-spec.ant.xml.ftl	Fri Feb 12 15:43:03 2010 +0000
@@ -1,6 +1,8 @@
 <?xml version="1.0"?>
 <project name="SF-SOURCESPEC" default="all" xmlns:hlm="http://www.nokia.com/helium">
 
+<#assign dollar = "$"/>
+
     <!-- Convert \s in cache location, because otherwise they disappear entirely when used in a regex replacement! -->
     <propertyregex property="sf.spec.sourcesync.cachelocation.for.regex" input="${dollar}{sf.spec.sourcesync.cachelocation}" regexp="\\" replace="/" global="true" defaultValue="${dollar}{sf.spec.sourcesync.cachelocation}"/>
     
@@ -8,7 +10,6 @@
 <#assign sync_list = "" />
 <#assign bom_list  = "" />
 <#assign change_list  = "" />
-<#assign dollar = "$"/>
 <#assign count = 0 />
 
 <#list data as csv_file>