ex-nokia/job_refs.ant.xml
author ThomasE@UK-ThomasE.symbian.int
Tue, 28 Apr 2009 18:02:46 +0100
changeset 44 f272f75b867b
parent 41 bf8784e09ef8
child 51 20f7079aca5c
permissions -rw-r--r--
Updated system_model_os.xml by filtering the latest Wk18 GT SysDef with "official" list of contributed components.

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