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 </target> |
|
14 |
|
15 <!-- compile specified sysdef file. called from sf-compile target in sf-platform/build.xml --> |
|
16 <target name="sf-s60-compile"> |
|
17 <antcall target="sf-do-compile" inheritAll="false" inheritRefs="true"> |
|
18 <param name="sysdef.configurations.list" value="${sf.spec.s60.sysdef.clean.configurations.list}" /> |
|
19 <reference refid="sf.spec.s60.system.definition.files" torefid="system.definition.files" /> |
|
20 </antcall> |
12 </antcall> |
21 </target> |
13 </target> |
22 |
14 |
23 <!-- compile sbs.tools.config and sbs.config. tools built only if its not being unpacked first. |
15 <!-- compile sbs.tools.config and sbs.config. tools built only if its not being unpacked first. |
24 note: must be called from sf-os/s60-compile targets, as sys model input needed --> |
16 note: must be called from sf-os/s60-compile targets, as sys model input needed --> |