symbian3/split/job_refs.ant.xml
author MattD <mattd@symbian.org>
Mon, 23 Nov 2009 13:25:11 +0000
changeset 302 87139378e8f6
parent 176 676cece1b361
permissions -rw-r--r--
Updated all 'sf.previous.pdk.tag' properties to be 2.0.1 or 3.0.c

<?xml version="1.0"?>

<project name="SF-JOB-REFS">
    
<path id="sf.spec.os.system.definition.files">
    <fileset dir="${sf.project.location}/" casesensitive="false">
            <include name="sysdefs/system_model_os.xml" />
    </fileset>
 </path>
  
  <path id="sf.spec.s60.system.definition.files">
<!--        <fileset dir="${sf.project.location}\sysdefs\" includes="S60_*.xml"/> -->
	<fileset dir="${sf.project.location}/" casesensitive="false">
			<include name="sysdefs/system_model_s60.xml" />
	</fileset>
  </path>   
    
 </project>