sf-package/package_refs.ant.xml
author Simon Howkins <simonh@symbian.org>
Fri, 16 Oct 2009 15:06:40 +0100
changeset 679 7e493c0264f3
parent 325 779cc88ed845
permissions -rw-r--r--
Replaced <available> check with an <uptodate> check, to greatly help people working on the FBF who want the file automatically regenerated according to the changes they have made.

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