Remove platform.properties as properties are no longer loaded this way.
authorShabeR@UK-SHABER
Tue, 07 Apr 2009 14:19:51 +0100
changeset 36 af82fccdcb75
parent 35 9f78d5788229
child 37 00208f982d58
Remove platform.properties as properties are no longer loaded this way.
sf-platform/build.xml
sf-platform/platform.properties
--- 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