sf-package/package_refs.ant.xml
author Dario Sestito <darios@symbian.org>
Thu, 06 Aug 2009 15:03:28 +0100
changeset 338 473fefd9c5de
parent 325 779cc88ed845
permissions -rw-r--r--
Set project name and codeline from subproject only if these properties are not found in project's job_props.ant.xml

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