sf-package/build.xml
author Dario Sestito <dario.sestito@symbian.com>
Mon, 02 Mar 2009 17:22:29 +0000
changeset 0 571f289c60b8
child 11 5a54277d3867
permissions -rw-r--r--
Initial drop of FBF Helium configuration

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

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