build.xml
author shaberazvi@L063442.prod.ad.symbian.intra
Wed, 04 Mar 2009 16:53:51 +0000
changeset 2 b55de085507d
parent 1 5ed4e1aba7ef
child 11 5a54277d3867
permissions -rw-r--r--
Update and add build.sysdef.xml

<?xml version="1.0" encoding="UTF-8"?>
<project name="SF-CONFIG">
  <!-- location of this config -->
  <dirname property="sf.config.dir" file="${ant.file.SF-CONFIG}"/>
  
  <!--
  * Property defaults
   -->
     
  <!-- load build type from config/ -->
  <import file="${sf.config.dir}/../build/config/project_spec.xml" />
     
  <import file="sf-${sf.project.type}/build.xml" />
  
  
</project>