equal
deleted
inserted
replaced
7 <target name="sf-os-compile"> |
7 <target name="sf-os-compile"> |
8 |
8 |
9 <antcall target="sf-do-compile" inheritAll="false" inheritRefs="true"> |
9 <antcall target="sf-do-compile" inheritAll="false" inheritRefs="true"> |
10 <param name="sysdef.configurations.list" value="${sf.spec.os.sysdef.clean.configurations.list}" /> |
10 <param name="sysdef.configurations.list" value="${sf.spec.os.sysdef.clean.configurations.list}" /> |
11 <reference refid="sf.spec.os.system.definition.files" torefid="system.definition.files" /> |
11 <reference refid="sf.spec.os.system.definition.files" torefid="system.definition.files" /> |
|
12 </antcall> |
|
13 <antcall target="sf-do-compile" inheritAll="false" inheritRefs="true"> |
|
14 <param name="sysdef.configurations.list" value="${sf.spec.os.sysdef.clean.configurations.list}" /> |
|
15 <reference refid="sf.spec.tools.system.definition.files" torefid="system.definition.files" /> |
12 </antcall> |
16 </antcall> |
13 </target> |
17 </target> |
14 |
18 |
15 <!-- compile sbs.tools.config and sbs.config. tools built only if its not being unpacked first. |
19 <!-- compile sbs.tools.config and sbs.config. tools built only if its not being unpacked first. |
16 note: must be called from sf-os/s60-compile targets, as sys model input needed --> |
20 note: must be called from sf-os/s60-compile targets, as sys model input needed --> |