author | shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra |
Tue, 10 Mar 2009 19:11:03 +0000 | |
changeset 15 | 017d4f13c405 |
parent 14 | d40c87fa5c20 |
child 19 | 3bb3e0eff093 |
permissions | -rw-r--r-- |
0
571f289c60b8
Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
571f289c60b8
Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
2 |
<project name="SF-CONFIG"> |
571f289c60b8
Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
3 |
<!-- location of this config --> |
571f289c60b8
Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
4 |
<dirname property="sf.config.dir" file="${ant.file.SF-CONFIG}"/> |
571f289c60b8
Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
5 |
|
14
d40c87fa5c20
Restore properties.default.ant.xml and allow projec spec to be configurable
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents:
11
diff
changeset
|
6 |
<!-- Property defaults --> |
15
017d4f13c405
Correct location
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents:
14
diff
changeset
|
7 |
<import file="${sf.config.dir}/common/properties.default.ant.xml" /> |
0
571f289c60b8
Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
8 |
|
14
d40c87fa5c20
Restore properties.default.ant.xml and allow projec spec to be configurable
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents:
11
diff
changeset
|
9 |
<!-- load build type from project location/.name --> |
d40c87fa5c20
Restore properties.default.ant.xml and allow projec spec to be configurable
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents:
11
diff
changeset
|
10 |
<import file="${sf.project.location}/${sf.project.name}" /> |
0
571f289c60b8
Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
11 |
|
2
b55de085507d
Update and add build.sysdef.xml
shaberazvi@L063442.prod.ad.symbian.intra
parents:
1
diff
changeset
|
12 |
<import file="sf-${sf.project.type}/build.xml" /> |
0
571f289c60b8
Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
13 |
|
571f289c60b8
Initial drop of FBF Helium configuration
Dario Sestito <dario.sestito@symbian.com>
parents:
diff
changeset
|
14 |
|
2
b55de085507d
Update and add build.sysdef.xml
shaberazvi@L063442.prod.ad.symbian.intra
parents:
1
diff
changeset
|
15 |
</project> |