platform_updated/job_refs.ant.xml
author ThomasE@UK-ThomasE.symbian.int
Wed, 22 Apr 2009 17:06:34 +0100
changeset 32 6c82ec6c2cb9
parent 27 aa51b44f83c0
permissions -rw-r--r--
Updated S60 and combined sf model (changed S60 Model input, now genxml-filtered first): PDK4.7 Updated "platform_updated" config where it now uses the SF split models: ready for PDK5.1

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