equal
deleted
inserted
replaced
1 <?xml version="1.0"?> |
1 <?xml version="1.0"?> |
2 <project name="SF-SOURCESPEC" default="all" xmlns:hlm="http://www.nokia.com/helium"> |
2 <project name="SF-SOURCESPEC" default="all" xmlns:hlm="http://www.nokia.com/helium"> |
|
3 |
|
4 <#assign dollar = "$"/> |
3 |
5 |
4 <!-- Convert \s in cache location, because otherwise they disappear entirely when used in a regex replacement! --> |
6 <!-- Convert \s in cache location, because otherwise they disappear entirely when used in a regex replacement! --> |
5 <propertyregex property="sf.spec.sourcesync.cachelocation.for.regex" input="${dollar}{sf.spec.sourcesync.cachelocation}" regexp="\\" replace="/" global="true" defaultValue="${dollar}{sf.spec.sourcesync.cachelocation}"/> |
7 <propertyregex property="sf.spec.sourcesync.cachelocation.for.regex" input="${dollar}{sf.spec.sourcesync.cachelocation}" regexp="\\" replace="/" global="true" defaultValue="${dollar}{sf.spec.sourcesync.cachelocation}"/> |
6 |
8 |
7 <#assign fileset = "" /> |
9 <#assign fileset = "" /> |
8 <#assign sync_list = "" /> |
10 <#assign sync_list = "" /> |
9 <#assign bom_list = "" /> |
11 <#assign bom_list = "" /> |
10 <#assign change_list = "" /> |
12 <#assign change_list = "" /> |
11 <#assign dollar = "$"/> |
|
12 <#assign count = 0 /> |
13 <#assign count = 0 /> |
13 |
14 |
14 <#list data as csv_file> |
15 <#list data as csv_file> |
15 <#list csv_file as pkg_detail> |
16 <#list csv_file as pkg_detail> |
16 <target name="sf-prebuild-${count}"> |
17 <target name="sf-prebuild-${count}"> |