sf-platform/build.xml
author dariosestito@L063522.prod.ad.symbian.intra
Mon, 30 Mar 2009 12:57:31 +0100
changeset 53 efb1d1f8809a
parent 0 571f289c60b8
child 52 c54ae3330cbd
permissions -rw-r--r--
Fixed include option to -i (was -l)

<?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>