build/properties.xml
changeset 78 71ad690e91f5
parent 67 63b81d807542
child 80 d6dafc5d983f
equal deleted inserted replaced
72:1f0034e370aa 78:71ad690e91f5
    44   <!-- Set internal epoc root -->
    44   <!-- Set internal epoc root -->
    45   <condition property="epocroot" value="${env.EPOCROOT}" else="">
    45   <condition property="epocroot" value="${env.EPOCROOT}" else="">
    46     <isset property="env.EPOCROOT"/>
    46     <isset property="env.EPOCROOT"/>
    47   </condition>
    47   </condition>
    48 
    48 
    49   <!--The cldc/cdc class file locations, within the sources -->
    49   <!-- Internal cldc/cdc class file location, within the sources, if available -->
    50   <available file="${java.src.root}/inc/classes.cldc.zip" property="bootclasspath.cldc"
    50   <available file="${java.src.root}/inc/classes.cldc.zip" property="bootclasspath.cldc"
    51              value="${java.src.root}/inc/classes.cldc.zip" />
    51              value="${java.src.root}/inc/classes.cldc.zip" />
    52   <available file="${java.src.root}/inc/classes.cdc.zip" property="bootclasspath.cdc"
    52   <available file="${java.src.root}/inc/classes.cdc.zip" property="bootclasspath.cdc"
    53              value="${java.src.root}/inc/classes.cdc.zip" />
    53              value="${java.src.root}/inc/classes.cdc.zip" />
    54   <available file="${java.src.root}/inc/classes.fp.zip" property="bootclasspath.fp"
    54   <available file="${java.src.root}/inc/classes.fp.zip" property="bootclasspath.fp"
    55              value="${java.src.root}/inc/classes.fp.zip" />
    55              value="${java.src.root}/inc/classes.fp.zip" />
    56 
    56 
    57   <!--The cldc/cdc class file locations, external if not found in default places -->
    57   <!-- New common cldc/cdc class file location, in the platform API directory -->
       
    58   <available file="${epocroot}epoc32/include/platform/app/classes.cldc.zip" property="bootclasspath.cldc"
       
    59              value="${epocroot}epoc32/include/platform/app/classes.cldc.zip" />
       
    60   <available file="${epocroot}epoc32/include/platform/app/classes.cdc.zip" property="bootclasspath.cdc"
       
    61              value="${epocroot}epoc32/include/platform/app/classes.cdc.zip" />
       
    62   <available file="${epocroot}epoc32/include/platform/app/classes.fp.zip" property="bootclasspath.fp"
       
    63              value="${epocroot}epoc32/include/platform/app/classes.fp.zip" />
       
    64                           
       
    65   <!-- Old SF cldc/cdc class file location -->
    58   <property name="bootclasspath.cldc" location="${epocroot}epoc32/jrt/classes.cldc.zip"/>
    66   <property name="bootclasspath.cldc" location="${epocroot}epoc32/jrt/classes.cldc.zip"/>
    59   <property name="bootclasspath.cdc"  location="${epocroot}epoc32/jrt/classes.cdc.zip"/>
    67   <property name="bootclasspath.cdc"  location="${epocroot}epoc32/jrt/classes.cdc.zip"/>
    60   <property name="bootclasspath.fp"   location="${epocroot}epoc32/jrt/classes.fp.zip"/>
    68   <property name="bootclasspath.fp"   location="${epocroot}epoc32/jrt/classes.fp.zip"/>
    61 
    69 
    62   <!--NOTE!!! Properties defined below can be used only inside a target-->
    70   <!--NOTE!!! Properties defined below can be used only inside a target-->