equal
deleted
inserted
replaced
368 <arg value="${sf.common.config.dir}/tools/findPhysicalDrive.pl"/> |
368 <arg value="${sf.common.config.dir}/tools/findPhysicalDrive.pl"/> |
369 <arg value="-all"/> |
369 <arg value="-all"/> |
370 </exec> |
370 </exec> |
371 <for list="${sf.spec.all.drives}" param="physical.drive"> |
371 <for list="${sf.spec.all.drives}" param="physical.drive"> |
372 <sequential> |
372 <sequential> |
373 <available property="sf.spec.sourcesync.cachelocation" value="@{physical.drive}/${sf.spec.sourcesync.cache.path}" file="@{physical.drive}${sf.spec.sourcesync.cache.path}" type="dir"/> |
373 <available property="sf.spec.sourcesync.cachelocation" value="@{physical.drive}/${sf.spec.sourcesync.cache.path}" file="@{physical.drive}/${sf.spec.sourcesync.cache.path}" type="dir"/> |
374 </sequential> |
374 </sequential> |
375 </for> |
375 </for> |
376 <if> |
376 <if> |
377 <not><isset property="sf.spec.sourcesync.cachelocation"/></not> |
377 <not><isset property="sf.spec.sourcesync.cachelocation"/></not> |
378 <then> |
378 <then> |