equal
deleted
inserted
replaced
146 <then> |
146 <then> |
147 <echo message="INFO Packaging Source"/> |
147 <echo message="INFO Packaging Source"/> |
148 <runtarget target="sf-package-source"/> |
148 <runtarget target="sf-package-source"/> |
149 </then> |
149 </then> |
150 </if> |
150 </if> |
|
151 |
|
152 <!-- merge RnD binaries into the epoc tree --> |
|
153 <echo message="Merges RnD binaries into the Epoc tree"/> |
|
154 <exec executable="perl" dir="${build.drive}/" failonerror="true" output="${build.log.dir}/mergeepoc32.log"> |
|
155 <arg value="${sf.common.config.dir}/tools/mergeepoc32.pl"/> |
|
156 </exec> |
151 </then> |
157 </then> |
152 </if> |
158 </if> |
153 <if> |
159 <if> |
154 <istrue value="${sf.spec.publish.enable}"/> |
160 <istrue value="${sf.spec.publish.enable}"/> |
155 <then> |
161 <then> |