equal
deleted
inserted
replaced
83 <mkdir dir="${build.drive}/output/BOM"/> |
83 <mkdir dir="${build.drive}/output/BOM"/> |
84 |
84 |
85 <if> |
85 <if> |
86 <istrue value="${sf.spec.baseline.enable}" /> |
86 <istrue value="${sf.spec.baseline.enable}" /> |
87 <then> |
87 <then> |
|
88 |
|
89 <!-- record baseline information in BOM file --> |
|
90 <delete file="${ant['build.drive']}/output/BOM/baseline.txt" quiet="true"/> |
|
91 <exec executable="cmd" output="${ant['build.drive']}/output/BOM/baseline.txt"> |
|
92 <arg value="/c"/> |
|
93 <arg value="echo"/> |
|
94 <arg value="${sf.spec.baseline.location}"/> |
|
95 </exec> |
|
96 |
|
97 <!-- run interal target preparation-getenv --> |
88 <runtarget target="preparation-getenv"/> |
98 <runtarget target="preparation-getenv"/> |
|
99 |
89 </then> |
100 </then> |
90 </if> |
101 </if> |
91 |
102 |
92 <if> |
103 <if> |
93 <istrue value="${sf.spec.sourcesync.enable}" /> |
104 <istrue value="${sf.spec.sourcesync.enable}" /> |