sf-package/package_refs.ant.xml
author Simon Howkins <simonh@symbian.org>
Thu, 11 Feb 2010 14:20:59 +0000
changeset 893 f4d702959f07
parent 325 779cc88ed845
permissions -rw-r--r--
Bug 1661: Simplified the sequence of pulls/clones via the cache, so the changes simply go from source -> cache -> destination. Made use of --uncompressed flag to speed things up. Including setting the flag when we create a cache entry.

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