Workaround for Bug 3029 - switch to the Symbian preferred location for classes.cldc.zip etc. RCL_3 PDK_3.0.0
authorWilliam Roberts <williamr@symbian.org>
Fri, 18 Jun 2010 12:47:53 +0100
branchRCL_3
changeset 39 5337859c5963
parent 37 16e59442b9b1
child 42 74d2985c2fc9
Workaround for Bug 3029 - switch to the Symbian preferred location for classes.cldc.zip etc.
build/properties.xml
--- a/build/properties.xml	Thu Jun 17 15:01:51 2010 +0100
+++ b/build/properties.xml	Fri Jun 18 12:47:53 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="${epocroot}epoc32/jrt/classes.cldc.zip"/>
+  <property name="bootclasspath.cdc"  location="${epocroot}epoc32/jrt/classes.cdc.zip"/>
+  <property name="bootclasspath.fp"   location="${epocroot}epoc32/jrt/classes.fp.zip"/>