Remove platform.properties as properties are no longer loaded this way.
--- a/sf-platform/build.xml Tue Apr 07 12:12:12 2009 +0100
+++ b/sf-platform/build.xml Tue Apr 07 14:19:51 2009 +0100
@@ -8,12 +8,11 @@
-->
<!--
+ TODO if needed in future
- * Load platform specific properties. Mandatory that this file exists otherwise
- * the target will fail.
+ * Load platform specific properties.
-->
- <loadproperties srcFile="${sf.platform.config.dir}/platform.properties"/>
<!-- workaround until GenXML can merge v2.0.0 fragments -->
<target name="create-canonical-sysdef-file">
--- a/sf-platform/platform.properties Tue Apr 07 12:12:12 2009 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-base_release.getenv_options=emu
-hg.config=config/full-list.csv
-threads=1
\ No newline at end of file