sf-package/package_refs.ant.xml
author Simon Howkins <simonh@symbian.org>
Wed, 27 Jan 2010 13:33:20 +0000
changeset 860 fbd25e274e6b
parent 325 779cc88ed845
permissions -rw-r--r--
Added sf-scrub-build, for completely freeing up the resources used by a build (ie deleting it from the HD). Removed import of generated ant script as it had no effect, and was causing strange failures with sf-scrub-build.

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