build.xml
author shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
Tue, 10 Mar 2009 19:05:52 +0000
changeset 14 d40c87fa5c20
parent 11 5a54277d3867
child 15 017d4f13c405
permissions -rw-r--r--
Restore properties.default.ant.xml and allow projec spec to be configurable
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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 -->
d40c87fa5c20 Restore properties.default.ant.xml and allow projec spec to be configurable
shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
parents: 11
diff changeset
     7
  <import file="${sf.config.dir}/config/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>