sf-package/build.xml
author shaberazvi@L063442.prod.ad.symbian.intra
Wed, 04 Mar 2009 17:38:40 +0000
changeset 4 aca90ed0d6a6
parent 0 571f289c60b8
child 11 5a54277d3867
permissions -rw-r--r--
Fix target name

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