Updated S60 and combined sf model (changed S60 Model input, now genxml-filtered first): PDK4.7
Updated "platform_updated" config where it now uses the SF split models: ready for PDK5.1
<?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_definition.xml" />
</fileset>
</path>
<path id="sf.spec.s60.system.definition.files">
<fileset dir="${sf.project.location}\sysdefs\" includes="S60_*.xml"/>
</path>
</project>