sf-platform/build.xml
author DarioS@UK-DarioS.symbian.int
Thu, 09 Apr 2009 13:39:43 +0100
changeset 58 f5faa19dd3ed
parent 0 571f289c60b8
child 31 c54ae3330cbd
permissions -rw-r--r--
Added the revision number, moved BOM folder under /logs/

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