platform_updated/job_refs.ant.xml
changeset 32 6c82ec6c2cb9
parent 27 aa51b44f83c0
--- a/platform_updated/job_refs.ant.xml	Wed Apr 22 15:56:28 2009 +0100
+++ b/platform_updated/job_refs.ant.xml	Wed Apr 22 17:06:34 2009 +0100
@@ -4,12 +4,15 @@
     
 <path id="sf.spec.os.system.definition.files">
     <fileset dir="${sf.project.location}/" casesensitive="false">
-            <include name="sysdefs/system_definition.xml" />
+            <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}\sysdefs\" includes="S60_*.xml"/> -->
+	<fileset dir="${sf.project.location}/" casesensitive="false">
+			<include name="sysdefs/system_model_s60.xml" />
+	</fileset>
   </path>   
     
  </project>
\ No newline at end of file