sf-package/package_refs.ant.xml
author Simon Howkins <simonh@symbian.org>
Wed, 07 Jul 2010 17:26:43 +0100
changeset 1169 5fafe4f9fda8
parent 325 779cc88ed845
permissions -rw-r--r--
Removed code which redundantly checks values of sf.spec.splitbuild, sf.spec.os.skipbuild, and sf.spec.s60.skipbuild. Removed setting of sf.spec.sysdef.version, as nothing ever reads its value. Removed sf-check-missing-s60-files, as there's nothing to call it any more.

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