javauis/runtimeui_akn/build/build.xml
branchRCL_3
changeset 19 04becd199f91
equal deleted inserted replaced
16:f5050f1da672 19:04becd199f91
       
     1 <!--
       
     2 #
       
     3 # Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4 # All rights reserved.
       
     5 # This component and the accompanying materials are made available
       
     6 # under the terms of "Eclipse Public License v1.0"
       
     7 # which accompanies this distribution, and is available
       
     8 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 #
       
    10 # Initial Contributors:
       
    11 # Nokia Corporation - initial contribution.
       
    12 #
       
    13 # Contributors:
       
    14 #
       
    15 # Description: 
       
    16 #
       
    17 -->
       
    18 
       
    19 <project name="javaruntimeui" default="deploy" basedir=".">
       
    20     <description>
       
    21         Builds Java Runtime UI
       
    22     </description>
       
    23 
       
    24   <import file="../../../build/utilities.xml"/>
       
    25 
       
    26   <property name="localisation.file.base"
       
    27 	    value="javausermessages"/>
       
    28 
       
    29   <target name="init.component.properties" if="target.s60">
       
    30       <property name="javah.classnames"
       
    31                 value="com.nokia.mj.impl.rt.ui.avkon.RuntimeUiAvkon"/>
       
    32   </target>
       
    33 
       
    34 </project>