clean/job_refs.ant.xml
author Shabe Razvi <shaber@symbian.org>
Fri, 08 May 2009 19:43:00 +0100
changeset 54 f1fd7752af4f
parent 53 5570f6c03ca1
child 56 5dec2d87fa56
permissions -rw-r--r--
Rename sf models to s60 to allow FBF to export

<?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_sf.xml" />
	</fileset>
  </path>   
    
 </project>