javauis/lcdui_qt/tsrc/build.xml
changeset 78 71ad690e91f5
parent 21 2a9601315dfc
equal deleted inserted replaced
72:1f0034e370aa 78:71ad690e91f5
    14 	<property name="epoc.root" value="z:" />
    14 	<property name="epoc.root" value="z:" />
    15 
    15 
    16 	<!-- Classpath -->
    16 	<!-- Classpath -->
    17 	<path id="openlcdui.classpath">
    17 	<path id="openlcdui.classpath">
    18 		<pathelement location="\epoc32\RELEASE\WINSCW\udeb\java_impl_cldc.jar" />
    18 		<pathelement location="\epoc32\RELEASE\WINSCW\udeb\java_impl_cldc.jar" />
    19 		<pathelement location="..\..\..\inc\classes.cldc.zip" />
    19 		<pathelement location="\epoc32\include\platform\app\classes.cldc.zip" />
    20 		<pathelement location="\epoc32\RELEASE\WINSCW\udeb\Z\resource\java\jvm\lib\common\s60uitestutils.jar" />
    20 		<pathelement location="\epoc32\RELEASE\WINSCW\udeb\Z\resource\java\jvm\lib\common\s60uitestutils.jar" />
    21 	</path>
    21 	</path>
    22 	
    22 	
    23 	<path id="openlcdui.armv5.classpath">
    23 	<path id="openlcdui.armv5.classpath">
    24 		<pathelement location="${epoc.root}\epoc32\RELEASE\ARMV5\urel\java_impl_cldc.jar" />
    24 		<pathelement location="${epoc.root}\epoc32\RELEASE\ARMV5\urel\java_impl_cldc.jar" />
    25 		<pathelement location="..\..\..\inc\classes.cldc.zip" />
    25 		<pathelement location="${epoc.root}\epoc32\include\platform\app\classes.cldc.zip" />
    26 		<pathelement location="${epoc.root}\epoc32\RELEASE\ARMV5\urel\Z\resource\java\jvm\lib\common\s60uitestutils.jar" />
    26 		<pathelement location="${epoc.root}\epoc32\RELEASE\ARMV5\urel\Z\resource\java\jvm\lib\common\s60uitestutils.jar" />
    27 	</path>
    27 	</path>
    28 
    28 
    29 
    29 
    30 	<target name="createSpedeJar" depends="compile" description="create Jar file">
    30 	<target name="createSpedeJar" depends="compile" description="create Jar file">