--- a/common/build.xml Tue Jan 26 15:39:24 2010 +0000
+++ b/common/build.xml Tue Jan 26 16:58:19 2010 +0000
@@ -172,11 +172,16 @@
<!-- TODO: 2. Change fmpp data to be a full property rather than relative path -->
<delete file="${temp.build.dir}/source-spec.ant.xml"/>
+ <property name="sf.test.csv.file" value="nul:"/>
+
<fmpp sourceFile="${sf.common.config.dir}/templates/source-spec.ant.xml.ftl"
outputFile="${temp.build.dir}/source-spec.ant.xml">
<data expandProperties="yes">
ant: antProperties()
- data: csv(${sf.spec.sourcesync.sourcespecdir}/${sf.spec.sourcesync.sourcespecfile}, {separator:','})
+ data: [
+ csv(${sf.test.csv.file}, {separator:','})
+ csv(${sf.spec.sourcesync.sourcespecdir}/${sf.spec.sourcesync.sourcespecfile}, {separator:','})
+ ]
</data>
</fmpp>
</target>