symbian2/single/job_refs.ant.xml
changeset 662 b1716671cef8
parent 176 676cece1b361
--- a/symbian2/single/job_refs.ant.xml	Mon Jun 21 14:31:20 2010 +0100
+++ b/symbian2/single/job_refs.ant.xml	Mon Jun 21 17:46:55 2010 +0100
@@ -3,16 +3,10 @@
 <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" />
+  <path id="sf.spec.os.system.definition.files">
+    <fileset dir="${sf.spec.systemdefinition.location}/" casesensitive="false">
+            <include name="${sf.spec.systemdefinition.filename}" />
     </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>   
+  </path>  
     
  </project>
\ No newline at end of file