equal
deleted
inserted
replaced
1 <?xml version="1.0" encoding="UTF-8"?> |
1 <?xml version="1.0" encoding="UTF-8"?> |
2 <project name="SF-PLATFORM-CONFIG" xmlns:hlm="http://www.nokia.com/helium"> |
2 <project name="SF-PLATFORM-CONFIG" xmlns:hlm="http://www.nokia.com/helium"> |
3 <!-- location of this config --> |
3 <!-- location of this config --> |
4 <dirname property="sf.platform.config.dir" file="${ant.file.SF-PLATFORM-CONFIG}"/> |
4 <dirname property="sf.platform.config.dir" file="${ant.file.SF-PLATFORM-CONFIG}"/> |
5 |
5 |
|
6 <!-- import package properties --> |
|
7 <import file="${sf.platform.config.dir}/platform_props.ant.xml" optional="true"/> |
|
8 |
|
9 <!-- import common properties/targets/references --> |
|
10 <import file="../common/build.xml" /> |
|
11 |
|
12 <!-- import package references --> |
|
13 <import file="${sf.platform.config.dir}/platform_refs.ant.xml" optional="true"/> |
|
14 |
6 <!-- |
15 <!-- |
7 * Property defaults |
16 * Property defaults |
8 --> |
17 --> |
9 |
18 |
10 <!-- MattD - workaround until generating a model from package definitions works--> |
19 <!-- MattD - workaround until generating a model from package definitions works--> |
446 </then> |
455 </then> |
447 </if> |
456 </if> |
448 |
457 |
449 </target> |
458 </target> |
450 |
459 |
451 <!-- import sf-common-config --> |
|
452 <import file="../common/build.xml" /> |
|
453 |
|
454 </project> |
460 </project> |
455 |
461 |