# HG changeset patch # User Simon Howkins # Date 1264764879 0 # Node ID 9dc266797c72ab2ed7d182a06b5f86e5bbcc16d6 # Parent d33d458149b909049051630cd5da426cdcd159ce Changed the way that the sf.spec.sourcesync.enable property is used to control the syncing, so that it can sync test repos even if it's not syncing any source repos. diff -r d33d458149b9 -r 9dc266797c72 common/build.xml --- a/common/build.xml Fri Jan 29 10:13:36 2010 +0000 +++ b/common/build.xml Fri Jan 29 11:34:39 2010 +0000 @@ -324,14 +324,14 @@ + - - + @@ -359,6 +359,14 @@ + + + + + + + + @@ -366,7 +374,7 @@ ant: antProperties() data: [ csv(${sf.test.csv.file}, {separator:','}) - csv(${sf.spec.sourcesync.sourcespecdir}/${sf.spec.sourcesync.sourcespecfile}, {separator:','}) + csv(${sf.source.csv.file}, {separator:','}) ]