sf-package/package_refs.ant.xml
author MattD <mattd@symbian.org>
Fri, 14 Aug 2009 15:29:27 +0100
changeset 355 f5a4f71b49e1
parent 170 31922c5222d7
child 325 779cc88ed845
permissions -rw-r--r--
BOM fix - Changed to reading project location ${sf.project.location} instead of ${sf.config.dir}/../build/config, which isn't always correct.

<?xml version="1.0"?>

<project name="SF-PACKAGE-REFS">

  <path id="sf.spec.system.definition.files">
    <fileset dir="${sf.spec.job.drive}/" casesensitive="false">
      <include name="${sf.spec.systemdefinition.location}" />
    </fileset>
  </path>

  </project>