equal
deleted
inserted
replaced
22 <if> |
22 <if> |
23 <not><isset property="sf.spec.job.root.drive"/></not> |
23 <not><isset property="sf.spec.job.root.drive"/></not> |
24 <then> |
24 <then> |
25 <exec executable="perl" outputproperty="sf.spec.job.root.drive" logerror="true" failonerror="true"> |
25 <exec executable="perl" outputproperty="sf.spec.job.root.drive" logerror="true" failonerror="true"> |
26 <arg value="${sf.common.config.dir}/tools/findPhysicalDrive.pl"/> |
26 <arg value="${sf.common.config.dir}/tools/findPhysicalDrive.pl"/> |
|
27 <arg value="-space"/> |
27 </exec> |
28 </exec> |
28 </then> |
29 </then> |
29 </if> |
30 </if> |
30 |
31 |
31 <!-- Import common properties --> |
32 <!-- Import common properties --> |