equal
deleted
inserted
replaced
1 <?xml version="1.0" encoding="UTF-8"?> |
1 <?xml version="1.0" encoding="UTF-8"?> |
2 <project name="SF-POSTBUILD" xmlns:hlm="http://www.nokia.com/helium"> |
2 <project name="SF-POSTBUILD" xmlns:hlm="http://www.nokia.com/helium"> |
3 <target name="sf-postbuild"> |
3 <target name="sf-postbuild"> |
4 <echo>[SF-POSTBUILD]</echo> |
4 <echo>[SF-POSTBUILD]</echo> |
|
5 |
|
6 <if><istrue value="${sf.spec.referenceroms.createimages.enable}"/> |
|
7 <then> |
|
8 <echo message="INFO Building ROMs defined for this project"/> |
|
9 <runtarget target="sf-rombuild"/> |
|
10 </then> |
|
11 </if> |
|
12 |
5 <parallel> |
13 <parallel> |
6 <!-- TAG SOURCE CODE --> |
14 <!-- TAG SOURCE CODE --> |
7 <if> |
15 <if> |
8 <istrue value="${sf.spec.tagafterbuild.enable}" /> |
16 <istrue value="${sf.spec.tagafterbuild.enable}" /> |
9 <then> |
17 <then> |