sf-package/package_refs.ant.xml
author Simon Howkins <simonh@symbian.org>
Mon, 05 Oct 2009 11:33:00 +0100
changeset 580 0a42a7ed6d8d
parent 325 779cc88ed845
permissions -rw-r--r--
Added XML escaping, so that the output should be well-formed XML even if the input includes '<'s, '>'s, or '&'s.

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