symbian3/micro/job_refs.ant.xml
author Simon Howkins <simonh@symbian.org>
Fri, 11 Jun 2010 16:34:46 +0100
changeset 642 c8dddc123405
parent 245 22f217097441
permissions -rw-r--r--
Removed definition of URL for "qt" namespace from individual parts of the model, and instead define it once at the top. This is the way that Bob's tools generate a v3 sys defn, and it brings the auto generated one in sync with the one usable in the build. Also added a v3 system definition for S^4, although it's not quite in sync with the v2 sys defn there (because that's not in sync with the generated sys defns at the moment).

<?xml version="1.0"?>

<project name="SF-JOB-REFS">

<!-- For a combined model GT+S60, sf.spec.os.system.definition.files must be used -->
<path id="sf.spec.os.system.definition.files">
    <fileset dir="${sf.project.location}/" casesensitive="false">
            <include name="sysdefs/system_model.xml" />
    </fileset>
 </path>
  
  <path id="sf.spec.s60.system.definition.files">
	<fileset dir="${sf.project.location}/" casesensitive="false">
			<include name="sysdefs/system_model_s60.xml" />
	</fileset>
  </path>   
    
 </project>