sf-platform/build.xml
author shaberazvi@L063442.prod.ad.symbian.intra
Mon, 09 Mar 2009 15:26:08 +0000
changeset 10 03654ea08a40
parent 0 571f289c60b8
child 31 c54ae3330cbd
permissions -rw-r--r--
Added tag fbf_configs_0.0.a for changeset 29394d95b3e1

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

  <!--
  
  * Load platform specific properties. Mandatory that this file exists otherwise
  * the target will fail.
  
   -->
  <loadproperties srcFile="${sf.platform.config.dir}/platform.properties"/>
  
  <!-- import sf-common-config -->
  <import file="../common/build.xml" />
  
</project>