5 |
5 |
6 <!-- |
6 <!-- |
7 * Property defaults |
7 * Property defaults |
8 --> |
8 --> |
9 |
9 |
|
10 <!-- MattD - workaround until generating a model from package definitions works--> |
|
11 <target name="sf-build-noprep" depends="sf-compile,sf-postbuild"> |
|
12 <echo>[SF-BUILD-NOPREP] (platform)</echo> |
|
13 <echo>[SF-BUILD-NOPREP] WARNING: Not generating model from packages</echo> |
|
14 </target> |
|
15 |
10 <!-- workaround until GenXML can merge v2.0.0 fragments --> |
16 <!-- workaround until GenXML can merge v2.0.0 fragments --> |
11 <!-- |
17 <!-- |
12 This target is effectively a callback, called from compile-main. |
18 This target is effectively a callback, called from compile-main. |
13 Its responsibility is to convert the set of peices in ref "system.definition.files" into one sys def with absolute paths |
19 Its responsibility is to convert the set of peices in ref "system.definition.files" into one sys def with absolute paths |
14 |
20 |
15 However, in our builds, we know that there will only be one sysdef peice passed in, so that makes things a lot simpler |
21 However, in our builds, we know that there will only be one sysdef peice passed in, so that makes things a lot simpler |
16 --> |
22 --> |
17 |
|
18 <!-- MattD - workaround until generating a model from package definitions works--> |
|
19 |
|
20 <target name="sf-build-noprep" depends="sf-compile,sf-postbuild"> |
|
21 <echo>[SF-BUILD-NOPREP] (platform)</echo> |
|
22 <echo>[SF-BUILD-NOPREP] WARNING: Not generating model from packages</echo> |
|
23 </target> |
|
24 |
|
25 <target name="create-canonical-sysdef-file"> |
23 <target name="create-canonical-sysdef-file"> |
26 <fail message="Symbian builds create a canonical system definition from exactly one peice"> |
24 <fail message="Symbian builds create a canonical system definition from exactly one peice"> |
27 <condition> |
25 <condition> |
28 <resourcecount refid="system.definition.files" when="ne" count="1"/> |
26 <resourcecount refid="system.definition.files" when="ne" count="1"/> |
29 </condition> |
27 </condition> |