sf-package/package_refs.ant.xml
author Simon Howkins <simonh@symbian.org>
Wed, 19 Aug 2009 14:19:16 +0100
changeset 367 bed8f6bc974b
parent 325 779cc88ed845
permissions -rw-r--r--
Added disk space check for all builds. Made the platform build configurable via props and refs in the same way that the package build is.

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