sf-package/build.xml
author shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
Fri, 06 Mar 2009 15:05:38 +0000
changeset 9 29394d95b3e1
parent 0 571f289c60b8
child 11 5a54277d3867
permissions -rw-r--r--
Merge all changes

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