build/properties.xml
changeset 61 bf7ee68962da
parent 21 2a9601315dfc
child 55 d93ef1df440d
child 63 d1278d87b01e
child 67 63b81d807542
equal deleted inserted replaced
48:e0d6e9bd3ca7 61:bf7ee68962da
    39 
    39 
    40   <!--Search import file="${platform.utilities.xml.file} in utilities.xml file
    40   <!--Search import file="${platform.utilities.xml.file} in utilities.xml file
    41       for reason why this property is defined"/> -->
    41       for reason why this property is defined"/> -->
    42   <property name="platform.utilities.xml.file" value="utilities.fake.xml"/>
    42   <property name="platform.utilities.xml.file" value="utilities.fake.xml"/>
    43 
    43 
    44   <!--The cldc/cdc class file locations -->
    44   <!-- Set internal epoc root -->
    45   <property name="bootclasspath.cldc" location="${java.src.root}/inc/classes.cldc.zip"/>
    45   <condition property="epocroot" value="${env.EPOCROOT}" else="">
    46   <property name="bootclasspath.cdc"  location="${java.src.root}/inc/classes.cdc.zip"/>
    46     <isset property="env.EPOCROOT"/>
    47   <property name="bootclasspath.fp"   location="${java.src.root}/inc/classes.fp.zip"/>
    47   </condition>
    48   
    48 
    49   
    49   <!--The cldc/cdc class file locations, within the sources -->
       
    50   <available file="${java.src.root}/inc/classes.cldc.zip" property="bootclasspath.cldc"
       
    51              value="${java.src.root}/inc/classes.cldc.zip" />
       
    52   <available file="${java.src.root}/inc/classes.cdc.zip" property="bootclasspath.cdc"
       
    53              value="${java.src.root}/inc/classes.cdc.zip" />
       
    54   <available file="${java.src.root}/inc/classes.fp.zip" property="bootclasspath.fp"
       
    55              value="${java.src.root}/inc/classes.fp.zip" />
       
    56 
       
    57   <!--The cldc/cdc class file locations, external if not found in default places -->
       
    58   <property name="bootclasspath.cldc" location="${epocroot}epoc32/jrt/classes.cldc.zip"/>
       
    59   <property name="bootclasspath.cdc"  location="${epocroot}epoc32/jrt/classes.cdc.zip"/>
       
    60   <property name="bootclasspath.fp"   location="${epocroot}epoc32/jrt/classes.fp.zip"/>
    50   
    61   
    51   <!--NOTE!!! Properties defined below can be used only inside a target-->
    62   <!--NOTE!!! Properties defined below can be used only inside a target-->
    52 
    63 
    53 
    64 
    54   <!--Set the properties with S60 specific values-->
    65   <!--Set the properties with S60 specific values-->
    56 
    67 
    57 	<condition property="real.cfg.name"
    68 	<condition property="real.cfg.name"
    58                value="udeb"
    69                value="udeb"
    59                else="urel">
    70                else="urel">
    60       <equals arg1="${target.cfg}" arg2="debug"/>
    71       <equals arg1="${target.cfg}" arg2="debug"/>
    61 	</condition>
       
    62 
       
    63     <!-- Set internal epoc root -->
       
    64 	<condition property="epocroot"
       
    65                value="${env.EPOCROOT}"
       
    66                else="">
       
    67       <isset property="env.EPOCROOT"/>
       
    68 	</condition>
    72 	</condition>
    69 
    73 
    70     <!--Location of eswt.jar. This is not needed in S60 Avkon, 
    74     <!--Location of eswt.jar. This is not needed in S60 Avkon, 
    71         but needed in S60 Qt. -->
    75         but needed in S60 Qt. -->
    72     <property name="eswt.jar" value=":${java.src.root}/javauis/bin/eswt.jar"/>
    76     <property name="eswt.jar" value=":${java.src.root}/javauis/bin/eswt.jar"/>