Apply Bug 3029 workaround to S^4 in GCC_SURGE branch GCC_SURGE
authorWilliam Roberts <williamr@symbian.org>
Fri, 18 Jun 2010 16:27:48 +0100
branchGCC_SURGE
changeset 41 6918cb13caa7
parent 40 c6043ea9b06a
child 43 6d7ae91094e7
Apply Bug 3029 workaround to S^4 in GCC_SURGE branch
build/properties.xml
--- a/build/properties.xml	Fri Jun 18 16:25:31 2010 +0100
+++ b/build/properties.xml	Fri Jun 18 16:27:48 2010 +0100
@@ -27,6 +27,14 @@
   <!--The environment properties -->
   <property environment="env"/>
 
+    <!-- Set internal epoc root -->
+	<condition property="epocroot"
+               value="${env.EPOCROOT}"
+               else="">
+      <isset property="env.EPOCROOT"/>
+	</condition>
+
+
   <!--The root of the source files -->
   <property name="java.src.root" location="${ant.file.Properties}/../../"/>
 
@@ -42,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"/>
-  <property name="bootclasspath.cdc"  location="${java.src.root}/inc/classes.cdc.zip"/>
-  <property name="bootclasspath.fp"   location="${java.src.root}/inc/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"/>
   
   
   
@@ -60,13 +68,6 @@
       <equals arg1="${target.cfg}" arg2="debug"/>
 	</condition>
 
-    <!-- Set internal epoc root -->
-	<condition property="epocroot"
-               value="${env.EPOCROOT}"
-               else="">
-      <isset property="env.EPOCROOT"/>
-	</condition>
-
     <!--Location of eswt.jar. This is not needed in S60 Avkon, 
         but needed in S60 Qt. -->
     <property name="eswt.jar" value=":${java.src.root}/javauis/bin/eswt.jar"/>