Revised the classpath fix, using ; as the separator! RCL_3
authorWilliam Roberts <williamr@symbian.org>
Thu, 17 Jun 2010 14:58:14 +0100
branchRCL_3
changeset 36 667dbd75b005
parent 31 bbc07f4296e6
child 37 16e59442b9b1
Revised the classpath fix, using ; as the separator!
build/properties.xml
--- a/build/properties.xml	Wed Jun 09 11:35:45 2010 +0100
+++ b/build/properties.xml	Thu Jun 17 14:58:14 2010 +0100
@@ -50,9 +50,9 @@
   <property name="platform.utilities.xml.file" value="utilities.fake.xml"/>
 
   <!--The cldc/cdc class file locations -->
-  <property name="bootclasspath.cldc" location="${java.src.root}/inc/classes.cldc.zip:${epocroot}epoc32/jrt/classes.cldc.zip"/>
-  <property name="bootclasspath.cdc"  location="${java.src.root}/inc/classes.cdc.zip:${epocroot}epoc32/jrt/classes.cdc.zip"/>
-  <property name="bootclasspath.fp"   location="${java.src.root}/inc/classes.fp.zip:${epocroot}epoc32/jrt/classes.fp.zip"/>
+  <property name="bootclasspath.cldc" location="${java.src.root}/inc/classes.cldc.zip;${epocroot}epoc32/jrt/classes.cldc.zip"/>
+  <property name="bootclasspath.cdc"  location="${java.src.root}/inc/classes.cdc.zip;${epocroot}epoc32/jrt/classes.cdc.zip"/>
+  <property name="bootclasspath.fp"   location="${java.src.root}/inc/classes.fp.zip;${epocroot}epoc32/jrt/classes.fp.zip"/>